public class Operator extends Object implements RippleValue
RippleValue.Type| Constructor and Description |
|---|
Operator(RippleList list) |
Operator(StackMapping mapping) |
| Modifier and Type | Method and Description |
|---|---|
static void |
createOperator(RippleValue v,
Sink<Operator> opSink,
ModelConnection mc)
Finds the type of a value and creates an appropriate "active" wrapper.
|
boolean |
equals(Object other) |
StackMapping |
getMapping() |
RippleValue.Type |
getType() |
int |
hashCode() |
static boolean |
isRDFList(RDFValue v,
ModelConnection mc) |
void |
printTo(RipplePrintStream p) |
RDFValue |
toRDF(ModelConnection mc) |
String |
toString() |
public static final Op OP
public Operator(StackMapping mapping)
public Operator(RippleList list)
public void printTo(RipplePrintStream p) throws RippleException
printTo in interface RippleValueRippleExceptionpublic StackMapping getMapping()
getMapping in interface RippleValuepublic RDFValue toRDF(ModelConnection mc) throws RippleException
toRDF in interface RippleValueRippleExceptionpublic static void createOperator(RippleValue v, Sink<Operator> opSink, ModelConnection mc) throws RippleException
RippleExceptionpublic static boolean isRDFList(RDFValue v, ModelConnection mc) throws RippleException
RippleExceptionpublic RippleValue.Type getType()
getType in interface RippleValueCopyright © 2007-2012 fortytwo.net. All Rights Reserved.