Class DatatypePropertyImpl

All Implemented Interfaces:
FrontsNode, DatatypeProperty, OntProperty, OntResource, Property, RDFNode, Resource

public class DatatypePropertyImpl extends OntPropertyImpl implements DatatypeProperty

Implementation of the datatype property abstraction

  • Field Details

    • factory

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

    • DatatypePropertyImpl

      public DatatypePropertyImpl(Node n, EnhGraph g)

      Construct a datatype 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