public class EdgeValue extends ElementValue
RippleValue.Type| Constructor and Description |
|---|
EdgeValue(com.tinkerpop.blueprints.pgm.Edge edge) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(KeyValueValue other) |
com.tinkerpop.blueprints.pgm.Edge |
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.Edge 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.