public class ComplexVariableOperandImpl extends Object implements ComplexVariableOperand
Default implementation of the ComplexVariableOperand interface.
| Constructor and Description | 
|---|
ComplexVariableOperandImpl(String variableName)
Creates a new operand instance. 
 | 
public ComplexVariableOperandImpl(String variableName)
Creates a new operand instance.
public Predicate exists()
ComplexVariableOperandBuilds a predicate that checks if the value exists.
For fields, this will always match. For variables it will match if a variable with the given name is present.
exists in interface ComplexVariableOperandCopyright © 2010 - 2018 edorasware ag. All Rights Reserved.