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

    • 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).
    • close

      public void close()
      Description copied from class: GXLStandardAPI
      Method to close the current GXL-construct.
      Overrides:
      close in class GXLStandardAPI