|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface DeltaMgr
Method Summary | |
---|---|
SystemModelDelta
|
computeDelta(SystemModel expectedModel, SystemModel currentModel, DeltaSystemModelFilter filter)
Computes the delta between the 2 models |
java.util.Collection
|
computeDeltas(SystemModel expectedModel, SystemModel currentModel, java.util.Collection toStates, DeltaSystemModelFilter filter)
Computes N deltas to go from state to state. |
Method Detail |
---|
public SystemModelDelta computeDelta(SystemModel expectedModel, SystemModel currentModel, DeltaSystemModelFilter filter)
public java.util.Collection computeDeltas(SystemModel expectedModel, SystemModel currentModel, java.util.Collection toStates, DeltaSystemModelFilter filter)
state==null
it means empty
system, if state==
it means expectedModel
.
toStates
)
Groovy Documentation