public interface

Edge

implements Serializable
com.priint.comet.metadata.note.Edge

Class Overview

The Interface Edge.

Summary

Public Methods
abstract double getRadius()
Gets the radius.
abstract EdgeType getType()
Gets the type.
abstract String getValue()
Gets the value.
abstract void setRadius(double radius)
Sets the radius.
abstract void setType(EdgeType type)
Sets the type.
abstract void setValue(String value)
Sets the value.

Public Methods

public abstract double getRadius ()

Gets the radius.

Returns
  • the radius

public abstract EdgeType getType ()

Gets the type.

Returns
  • the type
See Also

public abstract String getValue ()

Gets the value.

Returns
  • the value

public abstract void setRadius (double radius)

Sets the radius.

Parameters
radius the new radius

public abstract void setType (EdgeType type)

Sets the type.

Parameters
type the new type
See Also

public abstract void setValue (String value)

Sets the value.

Parameters
value the new value