Package | Description |
---|---|
com.whitestein.lsps.engine.dto.val | |
com.whitestein.lsps.engine.lang | |
com.whitestein.lsps.engine.lang.compiled | |
com.whitestein.lsps.lang |
This is the main package for the LSPS expression language.
|
com.whitestein.lsps.lang.exec |
All types in the language have their Java implementation class.
|
com.whitestein.lsps.stdlib.dmn.model |
Modifier and Type | Method and Description |
---|---|
void |
RecordValue.createPropertyProxy(HolderFactory holderFactory,
String property,
RecordHolder proxySet) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractContextNamespace
Abstract namespace for context.
|
class |
ContextNamespace
Namespace for context (in base level).
|
class |
NoBaseContextNamespace
Namespace for no-base contexts.
|
class |
RecordNamespace
Namespace for record/
|
class |
RecordProxySetNamespace |
Modifier and Type | Method and Description |
---|---|
HolderFactory |
RecordNamespace.getHolderFactory() |
protected HolderFactory |
RecordEntityAdapter.getHolderFactory() |
HolderFactory |
NoBaseContextNamespace.getHolderFactory() |
HolderFactory |
ContextNamespace.getHolderFactory() |
Modifier and Type | Method and Description |
---|---|
void |
InternalRecordEntityAdapter.createPropertyProxy(HolderFactory holderFactory,
RecordProperty property,
RecordHolder proxySet) |
void |
RecordProxySetHolder.createPropertyProxy(HolderFactory holderFactory,
String property,
RecordHolder proxySet) |
void |
RecordHolderBase.createPropertyProxy(HolderFactory holderFactory,
String property,
RecordHolder proxySet) |
void |
ReadOnlyRecordHolder.createPropertyProxy(HolderFactory holderFactory,
String property,
RecordHolder proxySet) |
void |
InternalRecordHolder.createPropertyProxy(HolderFactory holderFactory,
String property,
RecordHolder proxySet) |
Modifier and Type | Method and Description |
---|---|
void |
CompiledRecord.createPropertyProxy(HolderFactory holderFactory,
String property,
RecordHolder proxySet) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMockNamespace
Mock namespace.
|
class |
MockHolderFactory
Factory which creates mock holders.
|
class |
MockNamespace
Mock namespace.
|
class |
MockNamespacePart |
Modifier and Type | Method and Description |
---|---|
HolderFactory |
AbstractMockNamespace.getHolderFactory() |
Modifier and Type | Method and Description |
---|---|
void |
RecordWrapper.create(HolderFactory factory)
Creates an underlying record holder.
|
Constructor and Description |
---|
RecordWrapper(HolderFactory factory)
Creates a new record wrapper along with the underlying record.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Namespace
Interface representing namespace in execution.
|
Modifier and Type | Class and Description |
---|---|
class |
MockRecordNamespace |
Modifier and Type | Method and Description |
---|---|
HolderFactory |
Namespace.getHolderFactory()
Returns an instance of
HolderFactory . |
Modifier and Type | Method and Description |
---|---|
void |
RecordHolder.createPropertyProxy(HolderFactory holderFactory,
String property,
RecordHolder proxySet)
Creates change proxy for all object referenced by the propery and sets the proxy values to the property.
|
void |
MockRecordHolder.createPropertyProxy(HolderFactory holderFactory,
String property,
RecordHolder proxySet) |
Modifier and Type | Method and Description |
---|---|
void |
DecisionTable.addInputAt(HolderFactory factory,
int index,
Parameter input) |
void |
Rule.addInputEntryAt(HolderFactory factory,
int index,
Entry entry) |
void |
DecisionTable.addOutputAt(HolderFactory factory,
int index,
Parameter output) |
void |
Rule.addOutputEntryAt(HolderFactory factory,
int index,
Entry entry) |
void |
DecisionTable.removeInputAt(HolderFactory factory,
int index) |
void |
Rule.removeInputEntryAt(HolderFactory factory,
int index) |
void |
DecisionTable.removeOutputAt(HolderFactory factory,
int index) |
void |
Rule.removeOutputEntryAt(HolderFactory factory,
int index) |
void |
Parameter.setAllowedValues(HolderFactory factory,
List<AllowedValue> allowedValues)
Sets the allowed values.
|
void |
Rule.setInputEntries(HolderFactory factory,
List<Entry> entries)
Sets the input entries.
|
void |
DecisionTable.setInputs(HolderFactory factory,
List<Parameter> inputs)
Sets the new inputs.
|
void |
Rule.setOutputEntries(HolderFactory factory,
List<Entry> entries)
Sets the output entries.
|
void |
DecisionTable.setOutputs(HolderFactory factory,
List<Parameter> outputs)
Sets the new outputs.
|
void |
DecisionTable.setRules(HolderFactory factory,
List<Rule> rules)
Sets the new rules.
|
void |
Entry.setSelectedValues(HolderFactory factory,
List<AllowedValue> selectedValues) |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.