Package GCF.original
Class GXLGraphContainerAPI
java.lang.Object
GCF.original.GXLStandardAPI
GCF.original.GXLAttributedAPI
GCF.original.GXLTypedAndAttributedAPI
GCF.original.GXLGraphContainerAPI
- Direct Known Subclasses:
GXLEdgeAPIImpl
,GXLNodeAPIImpl
,GXLRelAPIImpl
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract void
Method to close a child-element of type graph (see GXL-DTD).abstract Object
Method to create a child-element of type graph (see GXL-DTD).Methods inherited from class GCF.original.GXLTypedAndAttributedAPI
closeType, createType
Methods inherited from class GCF.original.GXLAttributedAPI
closeAttr, createAttr
Methods inherited from class GCF.original.GXLStandardAPI
close, getAttributes, getChildElements, setAttributeValue
-
Constructor Details
-
GXLGraphContainerAPI
public GXLGraphContainerAPI()Empty constructor.
-
-
Method Details
-
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).
-