public class MinFunction<Node> extends MathFunction<Node>
Modifier and Type | Field and Description |
---|---|
protected DoubleTransformer<Node> |
doubleTransformer |
protected URI |
doubleType |
Constructor and Description |
---|
MinFunction() |
Modifier and Type | Method and Description |
---|---|
Collection<Node> |
apply(RDFBackend<Node> backend,
Node context,
Collection<Node>... args)
Apply the function to the list of nodes passed as arguments and return the result as type T.
|
protected Node |
calc(RDFBackend<Node> backend,
Collection<Node> arg) |
String |
getDescription()
A short human-readable description of what the node function does.
|
String |
getLocalName() |
String |
getSignature()
A string describing the signature of this node function, e.g.
|
getPathExpression
protected final DoubleTransformer<Node> doubleTransformer
protected final URI doubleType
public Collection<Node> apply(RDFBackend<Node> backend, Node context, Collection<Node>... args) throws IllegalArgumentException
NodeFunction
context
- the context of the execution. Same as using the
NodeSelector
'.' as parameter.args
- a nested list of KiWiNodesIllegalArgumentException
protected Node calc(RDFBackend<Node> backend, Collection<Node> arg)
public String getDescription()
NodeFunction
public String getSignature()
NodeFunction
public String getLocalName()
getLocalName
in class SelectorFunction<Node>
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.