Package GCF.original

Class GXLGraphContainerAPI

Direct Known Subclasses:
GXLEdgeAPIImpl, GXLNodeAPIImpl, GXLRelAPIImpl

public abstract class GXLGraphContainerAPI extends GXLTypedAndAttributedAPI
Abstract class to provide the create-and close-methods for any GXL-construct that is a graph-container. For further information see the GXL-DTD, inherited and the class-hierarchy of the GXL-Converter-Framework.
  • Constructor Details

    • GXLGraphContainerAPI

      public GXLGraphContainerAPI()
      Empty constructor.
  • Method Details

    • createGraph

      public abstract Object createGraph()
      Method to create a child-element of type graph (see GXL-DTD).
    • closeGraph

      public abstract void closeGraph()
      Method to close a child-element of type graph (see GXL-DTD).