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, isValueChangepublic ModelInstanceStateChange(ModelInstance modelInstance, ModelInstanceState oldState, ModelInstanceState newState)
modelInstance - oldState - newState - public ModelInstance getElement()
ChangegetElement in class Changepublic ModelInstanceState getOldState()
public ModelInstanceState getNewState()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.