public class Sqrt extends PrimitiveStackMapping
PrimitiveStackMapping.ParameterRippleValue.Type| Constructor and Description |
|---|
Sqrt() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(RippleList arg,
Sink<RippleList> solutions,
ModelConnection mc)
Applies the mapping to a single argument,
producing zero or more solutions and passing them into a downstream
Sink |
String |
getComment() |
String[] |
getIdentifiers() |
StackMapping |
getInverse() |
PrimitiveStackMapping.Parameter[] |
getParameters() |
arity, equals, getMapping, getType, hashCode, isTransparent, printTo, setRdfEquivalent, toRDF, toStringpublic Sqrt()
throws RippleException
RippleExceptionpublic String[] getIdentifiers()
getIdentifiers in class PrimitiveStackMappingpublic PrimitiveStackMapping.Parameter[] getParameters()
getParameters in class PrimitiveStackMappingpublic String getComment()
getComment in class PrimitiveStackMappingpublic void apply(RippleList arg, Sink<RippleList> solutions, ModelConnection mc) throws RippleException
MappingSinkarg - the argument data itemsolutions - the solutions the argument is mapped tomc - a helper object providing context (may be null)RippleException - if a data handling error occurspublic StackMapping getInverse()
getInverse in interface StackMappinggetInverse in class PrimitiveStackMappingStackMapping exactly inverse to this mapping,
or a NullMapping if no such mapping can be defined.Copyright © 2007-2012 fortytwo.net. All Rights Reserved.