Class GXLNodeAPIImpl
java.lang.Object
org.bigraphs.framework.converter.gcf.DefaultImpl1.GXLStandardAPI
org.bigraphs.framework.converter.gcf.DefaultImpl1.GXLAttributedAPI
org.bigraphs.framework.converter.gcf.DefaultImpl1.GXLTypedAndAttributedAPI
org.bigraphs.framework.converter.gcf.DefaultImpl1.GXLGraphContainerAPI
org.bigraphs.framework.converter.gcf.DefaultImpl1.GXLNodeAPIImpl
An abstract class to represent the node-Construct of the GXL-DTD.
See "inherited" for further information on the provided methods.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.bigraphs.framework.converter.gcf.DefaultImpl1.GXLGraphContainerAPI
closeGraph, createGraph
Methods inherited from class org.bigraphs.framework.converter.gcf.DefaultImpl1.GXLTypedAndAttributedAPI
closeType, createType
Methods inherited from class org.bigraphs.framework.converter.gcf.DefaultImpl1.GXLAttributedAPI
closeAttr, createAttr
Methods inherited from class org.bigraphs.framework.converter.gcf.DefaultImpl1.GXLStandardAPI
getAttributes, getChildElements, setAttributeValue
-
Constructor Details
-
GXLNodeAPIImpl
public GXLNodeAPIImpl()Empty constructor.
-
-
Method Details
-
close
public void close()Description copied from class:GXLStandardAPI
Method to close the current GXL-construct.- Overrides:
close
in classGXLStandardAPI
-