Class EdgeImpl
java.lang.Object
com.priint.pubserver.metadata.xml.note.EdgeImpl
- All Implemented Interfaces:
Edge,Serializable
The type Edge.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EdgeImpl
public EdgeImpl()
-
-
Method Details
-
getType
Description copied from interface:EdgeGets the type. -
setType
Description copied from interface:EdgeSets the type. -
getRadius
public double getRadius()Description copied from interface:EdgeGets the radius. -
setRadius
public void setRadius(double radius) Description copied from interface:EdgeSets the radius. -
getValue
Description copied from interface:EdgeGets the value. -
setValue
Description copied from interface:EdgeSets the value.
-