public class BaseFunctionalConstraint extends BaseConstraint implements FunctionalConstraint
Constraint.Occur
Constructor and Description |
---|
BaseFunctionalConstraint(Function function,
Map<String,Argument> arguments) |
Modifier and Type | Method and Description |
---|---|
boolean |
evaluate() |
Function |
getFunction()
Get the function
|
Map<String,Argument> |
getFunctionArguments()
Get the functions arguments.
|
String |
toString() |
getBoost, getOccur, setBoost, setOccur
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getBoost, getOccur, setBoost, setOccur
public boolean evaluate()
evaluate
in interface Constraint
public Function getFunction()
FunctionInvokation
getFunction
in interface FunctionInvokation
public Map<String,Argument> getFunctionArguments()
FunctionInvokation
getFunctionArguments
in interface FunctionInvokation
Copyright © 2005–2016 Alfresco Software. All rights reserved.