public class PortalLordData extends java.lang.Object implements VertexData
Constructor and Description |
---|
PortalLordData() |
PortalLordData(int value) |
Modifier and Type | Method and Description |
---|---|
VertexData |
copy()
Makes a copy of this object (Creates a new EdgeData object and sets all fields in the copy to the same values as those in this object)
|
java.lang.Integer |
getValue() |
void |
setValue(int value) |
public PortalLordData()
public PortalLordData(int value)
public java.lang.Integer getValue()
public void setValue(int value)
public VertexData copy()
VertexData
copy
in interface VertexData