Class EdgeImpl

  • All Implemented Interfaces:
    Edge, java.io.Serializable

    public class EdgeImpl
    extends java.lang.Object
    implements java.io.Serializable, Edge
    The type Edge.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      EdgeImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getRadius()
      Gets the radius.
      EdgeType getType()
      Gets the type.
      java.lang.String getValue()
      Gets the value.
      void setRadius​(double radius)
      Sets the radius.
      void setType​(EdgeType type)
      Sets the type.
      void setValue​(java.lang.String value)
      Sets the value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EdgeImpl

        public EdgeImpl()
    • Method Detail

      • getType

        public EdgeType getType()
        Description copied from interface: Edge
        Gets the type.
        Specified by:
        getType in interface Edge
        Returns:
        the type
        See Also:
        EdgeType
      • 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:
        EdgeType
      • 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 java.lang.String getValue()
        Description copied from interface: Edge
        Gets the value.
        Specified by:
        getValue in interface Edge
        Returns:
        the value
      • setValue

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