Class SymmetricPropertyImpl

All Implemented Interfaces:
FrontsNode, ObjectProperty, OntProperty, OntResource, SymmetricProperty, Property, RDFNode, Resource

public class SymmetricPropertyImpl extends ObjectPropertyImpl implements SymmetricProperty

Implementation of the symmetric property abstraction

  • Field Details

    • factory

      public static Implementation factory
      A factory for generating SymmetricProperty facets from nodes in enhanced graphs. Note: should not be invoked directly by user code: use as() instead.
  • Constructor Details

    • SymmetricPropertyImpl

      public SymmetricPropertyImpl(Node n, EnhGraph g)

      Construct a symmetric property node represented by the given node in the given graph.

      Parameters:
      n - The node that represents the resource
      g - The enh graph that contains n