Class EdgeImpl

java.lang.Object
com.priint.pubserver.metadata.xml.note.EdgeImpl
All Implemented Interfaces:
Edge, Serializable

public class EdgeImpl extends Object implements Serializable, Edge
The type Edge.
See Also:
  • Constructor Details

    • EdgeImpl

      public EdgeImpl()
  • Method Details

    • getType

      public EdgeType getType()
      Description copied from interface: Edge
      Gets the type.
      Specified by:
      getType in interface Edge
      Returns:
      the type
      See Also:
    • setType

      public void setType(EdgeType type)
      Description copied from interface: Edge
      Sets the type.
      Specified by:
      setType in interface Edge
      Parameters:
      type - the new type
      See Also:
    • getRadius

      public double getRadius()
      Description copied from interface: Edge
      Gets the radius.
      Specified by:
      getRadius in interface Edge
      Returns:
      the radius
    • setRadius

      public void setRadius(double radius)
      Description copied from interface: Edge
      Sets the radius.
      Specified by:
      setRadius in interface Edge
      Parameters:
      radius - the new radius
    • getValue

      public String getValue()
      Description copied from interface: Edge
      Gets the value.
      Specified by:
      getValue in interface Edge
      Returns:
      the value
    • setValue

      public void setValue(String value)
      Description copied from interface: Edge
      Sets the value.
      Specified by:
      setValue in interface Edge
      Parameters:
      value - the new value