Class IntersectionClassImpl

All Implemented Interfaces:
FrontsNode, BooleanClassDescription, IntersectionClass, OntClass, OntResource, RDFNode, Resource

public class IntersectionClassImpl extends BooleanClassDescriptionImpl implements IntersectionClass

Implementation of a node representing an intersection class description.

  • Field Details

    • factory

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

    • IntersectionClassImpl

      public IntersectionClassImpl(Node n, EnhGraph g)

      Construct an intersection class 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
  • Method Details