public class ServiceManagerStateOp extends java.lang.Object implements StateOperator
StateOperator that provides a parent state
as follows:
This Operator is used in many Structural
jobs to calculate parent state.
| Constructor and Description |
|---|
ServiceManagerStateOp() |
| Modifier and Type | Method and Description |
|---|---|
StateEvent |
evaluate(StateEvent... states)
Evaluate the given states.
|
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waittoParentEventpublic StateEvent evaluate(StateEvent... states)
StateOperatorevaluate in interface StateOperatorstates - The states.public java.lang.String toString()
toString in class java.lang.Object