Class InverseFunctionalPropertyImpl

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

public class InverseFunctionalPropertyImpl extends ObjectPropertyImpl implements InverseFunctionalProperty

Implementation of the functional property abstraction

  • Field Details

    • factory

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

    • InverseFunctionalPropertyImpl

      public InverseFunctionalPropertyImpl(Node n, EnhGraph g)

      Construct an inverse functional 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