Class GXLRelAPIImpl


public class GXLRelAPIImpl extends GXLGraphContainerAPI
An abstract class to represent the rel-Construct of the GXL-DTD. See "inherited" for further information on the provided methods.
  • Constructor Details

    • GXLRelAPIImpl

      public GXLRelAPIImpl()
      Empty constructor.
  • Method Details

    • createAttr

      public Object createAttr()
      Method to create a child-element of type attr (see GXL-DTD).
      Specified by:
      createAttr in class GXLAttributedAPI
    • createType

      public Object createType()
      Method to create a child-element of type type (see GXL-DTD).
      Specified by:
      createType in class GXLTypedAndAttributedAPI
    • createGraph

      public Object createGraph()
      Method to create a child-element of type graph (see GXL-DTD).
      Specified by:
      createGraph in class GXLGraphContainerAPI
    • createRelend

      public Object createRelend()
      Method to create a child-element of type relend (see GXL-DTD).
    • closeRelend

      public void closeRelend()
      Method to close a child-element of type relend (see GXL-DTD).
    • setAttributeValue

      public void setAttributeValue(String attributeName, String value)
      Method to set an attribute-value (see GXL-DTD).
      Overrides:
      setAttributeValue in class GXLStandardAPI
    • getChildElements

      public Object getChildElements()
      Method to get the List of child elements.
      Overrides:
      getChildElements in class GXLStandardAPI
    • getAttributes

      public Object getAttributes()
      Method to return a specific attribute.
      Overrides:
      getAttributes in class GXLStandardAPI
    • toString

      public String toString()
      Overwrites method toString() of class Object.
      Overrides:
      toString in class Object