public class ModelInstanceStateChange extends Change
Constructor and Description |
---|
ModelInstanceStateChange(ModelInstance modelInstance,
ModelInstanceState oldState,
ModelInstanceState newState)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
ModelInstance |
getElement()
Returns the changed element.
|
ModelInstanceState |
getNewState()
Returns the new state.
|
ModelInstanceState |
getOldState()
Returns the old state.
|
isDebuggerRelevant, isValueChange
public ModelInstanceStateChange(ModelInstance modelInstance, ModelInstanceState oldState, ModelInstanceState newState)
modelInstance
- oldState
- newState
- public ModelInstance getElement()
Change
getElement
in class Change
public ModelInstanceState getOldState()
public ModelInstanceState getNewState()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.