Interface OperatorIF
- All Superinterfaces:
ConditionIF, ConfigurableItemIF, IdentifierAble, Serializable
- All Known Implementing Classes:
AndFunction, NotAndFunction, NotOrFunction, Operator, OrFunction, XOrFunction
General function returning a boolean value on source and target
elements. Containing further conditions or operators.
- Version:
- 10.1.1
- Author:
- jmback
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanisNeutral(MappingElementIF refElement, ExpressionContext context) Methods inherited from interface ConditionIF
evaluate, evaluate, evaluateScore, evaluateScoreWithConditionCheck, filterMethods inherited from interface ConfigurableItemIF
checkConstraints, checkConstraints, getBaseItem, getConfigurableItems, getConfigurationTag, getItem, getKnownParameters, getName, getParentItem, getParentItem, setBaseItem, setConfigurationContext, setConfigurationTag, setParentMethods inherited from interface IdentifierAble
getId, setId
-
Method Details
-
isNeutral
boolean isNeutral() -
isNeutral
- Throws:
RemoteException
-