Package | Description |
---|---|
fr.liglab.adele.icasa.application | |
fr.liglab.adele.icasa.common |
Modifier and Type | Interface and Description |
---|---|
interface |
ContextualStateVariable
Represents a variable which either its value or its definition is related to an application.
|
Modifier and Type | Method and Description |
---|---|
StateVariable |
Attributable.getStateVariable(String variableName)
Returns variable with specified name.
|
Modifier and Type | Method and Description |
---|---|
List<StateVariable> |
StateVariableExtender.getManagedVariables()
Returns list of variables managed by this extender.
|
List<StateVariable> |
Attributable.getStateVariables()
Returns list of state variables which represent all properties.
|
Modifier and Type | Method and Description |
---|---|
void |
StateVariableListener.addVariable(StateVariable variable,
Object sourceObject)
Called when a variable is added to an object.
|
void |
StateVariableListener.notifValueChange(StateVariable variable,
Object oldValue,
Object newValue,
Object sourceObject)
Called when value of a state variable changes.
|
void |
StateVariableListener.removeVariable(StateVariable variable,
Object sourceObject)
Called when a variable is removed from an object.
|
Copyright © 2012-2013 ADELE Research Group. All Rights Reserved.