| Package | Description | 
|---|---|
| com.whitestein.lsps.engine.change | 
 Package contains core of the internal event system. 
 | 
| com.whitestein.lsps.engine.state.xml | 
| Modifier and Type | Method and Description | 
|---|---|
Signal | 
SignalChange.getSignal()
Returns the signal. 
 | 
| Constructor and Description | 
|---|
SignalChange(Signal signal,
            SignalChange.Type changeType)
Creates new instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Signal | 
ModelInstance.addSignal(Value val)
Adds a new signal. 
 | 
Signal | 
ModelInstance.addSignal(Value val,
         String sourceDescritpion)
Adds a new signal. 
 | 
Signal | 
Signal.createCopy(ModelInstance targetModelInstance)
Returns deep copy. 
 | 
Signal | 
ModelInstance.getSignal(long id)
Returns signal from this model instance for the given id. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<Signal> | 
ModelInstance.getSignals()
Returns the signals as an unmodifiable view. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ModelInstance.addSignal(Signal signal)
Adds a signal. 
 | 
void | 
ModelInstance.removeSignal(Signal item)
Removes the given signal item. 
 | 
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.