Package GCF.DefaultImpl3
Class GXLGraphAPIImpl
java.lang.Object
GCF.DefaultImpl3.GXLStandardAPI
GCF.DefaultImpl3.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 TypeMethodDescriptionvoid
Method to close a child-element of type edge (see GXL-DTD).void
Method to close a child-element of type node (see GXL-DTD).void
closeRel()
Method to close a child-element of type rel (see GXL-DTD).Method to create a child-element of type edge (see GXL-DTD).Method to create a child-element of type node (see GXL-DTD).Method to create a child-element of type rel (see GXL-DTD).Method to return a specific attribute.Method to get the List of child elements.void
setAttributeValue
(String attributeName, String value) Method to set an attribute-value (see GXL-DTD).toString()
Overwrites method toString() of class Object.Methods inherited from class GCF.DefaultImpl3.GXLStandardAPI
close
-
Constructor Details
-
GXLGraphAPIImpl
public GXLGraphAPIImpl()Empty constructor.
-
-
Method Details
-
createNode
Method to create a child-element of type node (see GXL-DTD). -
createEdge
Method to create a child-element of type edge (see GXL-DTD). -
createRel
Method to create a child-element of type rel (see GXL-DTD). -
closeNode
public void closeNode()Method to close a child-element of type node (see GXL-DTD). -
closeEdge
public void closeEdge()Method to close a child-element of type edge (see GXL-DTD). -
closeRel
public void closeRel()Method to close a child-element of type rel (see GXL-DTD). -
setAttributeValue
Method to set an attribute-value (see GXL-DTD).- Overrides:
setAttributeValue
in classGXLStandardAPI
-
getChildElements
Method to get the List of child elements.- Overrides:
getChildElements
in classGXLStandardAPI
-
getAttributes
Method to return a specific attribute.- Overrides:
getAttributes
in classGXLStandardAPI
-
toString
Overwrites method toString() of class Object.
-