Interface AssignmentContext.PredicateArgumentsProvider
-
- Enclosing class:
- AssignmentContext
public static interface AssignmentContext.PredicateArgumentsProviderFunctional interface used to define the left side of generated rules. Examples for such Predicates are callArgument(...) or retrunValue(...).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>getPredicateArguments(String stackContextList, Variable variable, String attribute, String value)
-
-
-
Method Detail
-
getPredicateArguments
List<String> getPredicateArguments(String stackContextList, Variable variable, String attribute, String value)
- Parameters:
stackContextList- the list representing the current stack, for example ['myOperation'|S]variable- the variable being assignedattribute- the attribute (or a placeholder) which is assignedvalue- the value (or a placeholder) which is assigned
-
-