Interface EdgeType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Subinterfaces:
ArcEdgeType, GenericEdgeType, PolyLineEdgeType, QuadCurveEdgeType
All Known Implementing Classes:
ArcEdgeTypeImpl, EdgeTypeImpl, GenericEdgeTypeImpl, PolyLineEdgeTypeImpl, QuadCurveEdgeTypeImpl

public interface EdgeType extends org.apache.xmlbeans.XmlObject
An XML Edge.type(@http://www.yworks.com/xml/graphml). This is a complex type.
  • Field Details

    • type

      static final org.apache.xmlbeans.SchemaType type
  • Method Details

    • getPath

      PathType getPath()
      Gets the "Path" element
    • isSetPath

      boolean isSetPath()
      True if has "Path" element
    • setPath

      void setPath(PathType path)
      Sets the "Path" element
    • addNewPath

      PathType addNewPath()
      Appends and returns a new empty "Path" element
    • unsetPath

      void unsetPath()
      Unsets the "Path" element
    • getLineStyle

      LineStyleType getLineStyle()
      Gets the "LineStyle" element
    • isSetLineStyle

      boolean isSetLineStyle()
      True if has "LineStyle" element
    • setLineStyle

      void setLineStyle(LineStyleType lineStyle)
      Sets the "LineStyle" element
    • addNewLineStyle

      LineStyleType addNewLineStyle()
      Appends and returns a new empty "LineStyle" element
    • unsetLineStyle

      void unsetLineStyle()
      Unsets the "LineStyle" element
    • getArrows

      EdgeType.Arrows getArrows()
      Gets the "Arrows" element
    • isSetArrows

      boolean isSetArrows()
      True if has "Arrows" element
    • setArrows

      void setArrows(EdgeType.Arrows arrows)
      Sets the "Arrows" element
    • addNewArrows

      EdgeType.Arrows addNewArrows()
      Appends and returns a new empty "Arrows" element
    • unsetArrows

      void unsetArrows()
      Unsets the "Arrows" element
    • getEdgeLabelArray

      EdgeLabelType[] getEdgeLabelArray()
      Gets array of all "EdgeLabel" elements
    • getEdgeLabelArray

      EdgeLabelType getEdgeLabelArray(int i)
      Gets ith "EdgeLabel" element
    • sizeOfEdgeLabelArray

      int sizeOfEdgeLabelArray()
      Returns number of "EdgeLabel" element
    • setEdgeLabelArray

      void setEdgeLabelArray(EdgeLabelType[] edgeLabelArray)
      Sets array of all "EdgeLabel" element
    • setEdgeLabelArray

      void setEdgeLabelArray(int i, EdgeLabelType edgeLabel)
      Sets ith "EdgeLabel" element
    • insertNewEdgeLabel

      EdgeLabelType insertNewEdgeLabel(int i)
      Inserts and returns a new empty value (as xml) as the ith "EdgeLabel" element
    • addNewEdgeLabel

      EdgeLabelType addNewEdgeLabel()
      Appends and returns a new empty value (as xml) as the last "EdgeLabel" element
    • removeEdgeLabel

      void removeEdgeLabel(int i)
      Removes the ith "EdgeLabel" element
    • getSourcePort

      EdgePortType getSourcePort()
      Gets the "SourcePort" element
    • isSetSourcePort

      boolean isSetSourcePort()
      True if has "SourcePort" element
    • setSourcePort

      void setSourcePort(EdgePortType sourcePort)
      Sets the "SourcePort" element
    • addNewSourcePort

      EdgePortType addNewSourcePort()
      Appends and returns a new empty "SourcePort" element
    • unsetSourcePort

      void unsetSourcePort()
      Unsets the "SourcePort" element
    • getTargetPort

      EdgePortType getTargetPort()
      Gets the "TargetPort" element
    • isSetTargetPort

      boolean isSetTargetPort()
      True if has "TargetPort" element
    • setTargetPort

      void setTargetPort(EdgePortType targetPort)
      Sets the "TargetPort" element
    • addNewTargetPort

      EdgePortType addNewTargetPort()
      Appends and returns a new empty "TargetPort" element
    • unsetTargetPort

      void unsetTargetPort()
      Unsets the "TargetPort" element
    • getSelected

      boolean getSelected()
      Gets the "selected" attribute
    • xgetSelected

      org.apache.xmlbeans.XmlBoolean xgetSelected()
      Gets (as xml) the "selected" attribute
    • isSetSelected

      boolean isSetSelected()
      True if has "selected" attribute
    • setSelected

      void setSelected(boolean selected)
      Sets the "selected" attribute
    • xsetSelected

      void xsetSelected(org.apache.xmlbeans.XmlBoolean selected)
      Sets (as xml) the "selected" attribute
    • unsetSelected

      void unsetSelected()
      Unsets the "selected" attribute