Package GCF.original
Class GXLRelAPIImpl
An abstract class to represent the rel-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 relend (see GXL-DTD).abstract Object
Method to create a child-element of type relend (see GXL-DTD).Methods inherited from class GCF.original.GXLGraphContainerAPI
closeGraph, createGraph
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
-
GXLRelAPIImpl
public GXLRelAPIImpl()Empty constructor.
-
-
Method Details
-
createRelend
Method to create a child-element of type relend (see GXL-DTD). -
closeRelend
public abstract void closeRelend()Method to close a child-element of type relend (see GXL-DTD).
-