Package GCF.original
Class GXLGraphAPIImpl
java.lang.Object
GCF.original.GXLStandardAPI
GCF.original.GXLGraphAPIImpl
An abstract class to represent the graph-Construct of the GXL-DTD.
See "inherited" for further information on the provided methods.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract void
Method to close a child-element of type edge (see GXL-DTD).abstract void
Method to close a child-element of type node (see GXL-DTD).abstract void
closeRel()
Method to close a child-element of type rel (see GXL-DTD).abstract Object
Method to create a child-element of type edge (see GXL-DTD).abstract Object
Method to create a child-element of type node (see GXL-DTD).abstract Object
Method to create a child-element of type rel (see GXL-DTD).Methods inherited from class GCF.original.GXLStandardAPI
close, getAttributes, getChildElements, setAttributeValue
-
Constructor Details
-
GXLGraphAPIImpl
public GXLGraphAPIImpl()Empty constructor.
-
-
Method Details
-
createNode
Method to create a child-element of type node (see GXL-DTD). -
closeNode
public abstract void closeNode()Method to close a child-element of type node (see GXL-DTD). -
createEdge
Method to create a child-element of type edge (see GXL-DTD). -
closeEdge
public abstract void closeEdge()Method to close a child-element of type edge (see GXL-DTD). -
createRel
Method to create a child-element of type rel (see GXL-DTD). -
closeRel
public abstract void closeRel()Method to close a child-element of type rel (see GXL-DTD).
-