public class VertexValue extends ElementValue
RippleValue.Type| Constructor and Description |
|---|
VertexValue(com.tinkerpop.blueprints.pgm.Vertex vertex) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(KeyValueValue other) |
com.tinkerpop.blueprints.pgm.Vertex |
getElement() |
Collection<String> |
getKeys() |
StackMapping |
getMapping() |
RippleValue |
getValue(String key,
ModelConnection mc) |
void |
printTo(RipplePrintStream p) |
RDFValue |
toRDF(ModelConnection mc) |
getTypepublic com.tinkerpop.blueprints.pgm.Vertex getElement()
getElement in class ElementValuepublic RDFValue toRDF(ModelConnection mc) throws RippleException
RippleExceptionpublic StackMapping getMapping()
public void printTo(RipplePrintStream p) throws RippleException
RippleExceptionpublic RippleValue getValue(String key, ModelConnection mc) throws RippleException
getValue in class KeyValueValueRippleExceptionpublic Collection<String> getKeys()
getKeys in class KeyValueValuepublic int compareTo(KeyValueValue other)
Copyright © 2007-2012 fortytwo.net. All Rights Reserved.