| Package | Description | 
|---|---|
| com.whitestein.lsps.engine.state.ser | |
| com.whitestein.lsps.engine.state.xml | 
| Modifier and Type | Method and Description | 
|---|---|
SContext | 
SModuleInstance.getContext()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Collection<SContext> | 
SContext.getChildContexts()
Returns immutable collection of child contexts. 
 | 
java.util.Set<SContext> | 
SModelInstance.getTopNoBaseLevelContexts()
Returns top contexts from evaluation levels higher that base level. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SContext.addChildContext(SContext c)  | 
void | 
SModelInstance.addTopNoBaseLevelContext(SContext c)  | 
void | 
SModuleInstance.setContext(SContext context)  | 
| Modifier and Type | Method and Description | 
|---|---|
SContext | 
RecordContext.toSerializable(SContext parent,
              SModelInstance smi,
              MarshallerConfig config)  | 
SContext | 
ContextWithFreeTypes.toSerializable(SContext parent,
              SModelInstance smi,
              MarshallerConfig config)  | 
SContext | 
Context.toSerializable(SContext parent,
              SModelInstance smi,
              MarshallerConfig config)
Creates a serializable object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Context | 
Context.fromSerializable(SContext source,
                Context parentContext,
                ModelInstance modelInstance)
Creates a new instance from the serialized companion. 
 | 
SContext | 
RecordContext.toSerializable(SContext parent,
              SModelInstance smi,
              MarshallerConfig config)  | 
SContext | 
ContextWithFreeTypes.toSerializable(SContext parent,
              SModelInstance smi,
              MarshallerConfig config)  | 
SContext | 
Context.toSerializable(SContext parent,
              SModelInstance smi,
              MarshallerConfig config)
Creates a serializable object. 
 | 
| Constructor and Description | 
|---|
Context(SContext source,
       Context parentContext,
       ModelInstance modelInstance)
Creates a new instance from the serialized companion. 
 | 
ContextWithFreeTypes(SContext source,
                    Context parentContext,
                    ModelInstance modelInstance)
Creates a new instance from the serialized companion. 
 | 
RecordContext(SContext source,
             Context parentContext,
             ModelInstance modelInstance)
Creates a new instance from the serialized companion. 
 | 
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.