Class GXLGraphAPIImpl
java.lang.Object
org.bigraphs.framework.converter.gcf.DefaultImpl1.GXLStandardAPI
org.bigraphs.framework.converter.gcf.DefaultImpl1.GXLGraphAPIImpl
An abstract class to represent the graph-Construct of the GXL-DTD.
See "inherited" for further information on the provided methods.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Method to close the current GXL-construct.void
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).Methods inherited from class org.bigraphs.framework.converter.gcf.DefaultImpl1.GXLStandardAPI
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 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 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 void closeRel()Method to close a child-element of type rel (see GXL-DTD). -
close
public void close()Description copied from class:GXLStandardAPI
Method to close the current GXL-construct.- Overrides:
close
in classGXLStandardAPI
-