|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthelix.graph.model.impl.RVertex
public class RVertex
a memory implementation of a RegistryValue to hold a single Vertex
Constructor Summary | |
---|---|
RVertex(Vertex v)
|
Method Summary | |
---|---|
boolean |
equals(Object o)
|
Vertex |
get()
|
int |
hashCode()
|
RegistryValue |
klone()
Potentially clone this instance. |
String |
serialize()
get a String representation of this instance. |
Vertex |
set(Vertex v)
|
boolean |
toBoolean()
|
float |
toFloat()
|
int |
toInt()
|
String |
toString()
a human readable version of toString() |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RVertex(Vertex v) throws IllegalValueException
IllegalValueException
Method Detail |
---|
public RegistryValue klone()
RegistryValue
klone
in interface RegistryValue
public String serialize()
RegistryValue
serialize
in interface RegistryValue
public boolean toBoolean() throws IllegalValueException
toBoolean
in interface RegistryValue
IllegalValueException
public float toFloat() throws IllegalValueException
toFloat
in interface RegistryValue
IllegalValueException
public int toInt() throws IllegalValueException
toInt
in interface RegistryValue
IllegalValueException
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public Vertex get()
public Vertex set(Vertex v) throws IllegalValueException
IllegalValueException
public String toString()
toString
in interface RegistryValue
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |