Package GCF.original

Class GXLTypedAndAttributedAPI

Direct Known Subclasses:
GXLAttrAPIImpl, GXLGraphContainerAPI

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

    • GXLTypedAndAttributedAPI

      public GXLTypedAndAttributedAPI()
      Empty constructor.
  • Method Details

    • createType

      public abstract Object createType()
      Method to create a child-element of type type (see GXL-DTD).
    • closeType

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