Package | Description |
---|---|
org.lemsml.jlems.core.run | |
org.lemsml.jlems.core.selection | |
org.lemsml.jlems.core.sim | |
org.lemsml.jlems.core.template | |
org.lemsml.jruntime |
Modifier and Type | Class and Description |
---|---|
class |
StateInstance |
Modifier and Type | Field and Description |
---|---|
StateRunnable |
MultiInstance.parent |
Modifier and Type | Method and Description |
---|---|
void |
StateInstance.addChild(String s,
StateRunnable newInstance) |
void |
StateInstance.addPathStateInstance(String pth,
StateRunnable pl) |
void |
StateInstance.addRefChild(String s,
StateRunnable sr) |
void |
StateInstance.addToArray(String snm,
StateRunnable pc) |
void |
ComponentRegime.advance(RegimeStateInstance rsi,
StateRunnable parent,
double t,
double dt) |
void |
StateRunnable.advance(StateRunnable parent,
double t,
double dt) |
void |
StateInstance.advance(StateRunnable parent,
double t,
double dt) |
void |
RegimeStateInstance.advance(StateRunnable parent,
double t,
double dt) |
void |
MultiInstance.advance(StateRunnable parent,
double t,
double dt) |
ArrayList<StateRunnable> |
InstanceCollector.collect(StateRunnable root) |
void |
StateType.eulerAdvance(StateInstance uin,
StateRunnable parent,
double t,
double dt) |
double |
PathDerivedVariable.eval(StateRunnable rsin) |
void |
StateType.evaluate(StateInstance uin,
StateRunnable parent) |
void |
StateRunnable.evaluate(StateRunnable parent) |
void |
StateInstance.evaluate(StateRunnable parent) |
void |
MultiInstance.evaluate(StateRunnable parent) |
void |
ExecutableProcedure.execute(StateRunnable so) |
abstract void |
ExecutableStatement.execute(StateRunnable so,
HashMap<String,StateRunnable> context) |
void |
ExecutablePrint.execute(StateRunnable so,
HashMap<String,StateRunnable> context) |
void |
ExecutableForEach.execute(StateRunnable so,
HashMap<String,StateRunnable> context) |
void |
EquilibrateStatement.execute(StateRunnable so,
HashMap<String,StateRunnable> context) |
InstanceSet<StateRunnable> |
MultiInstance.getInstanceSet(StateRunnable p) |
void |
StateType.initialize(StateInstance uin,
StateRunnable parent,
boolean includeDerivedVariables,
boolean checkNaN) |
void |
StateRunnable.initialize(StateRunnable sr) |
void |
StateInstance.initialize(StateRunnable parent) |
void |
MultiInstance.initialize(StateRunnable parent) |
void |
KSchemeInst.initialize(StateRunnable parent) |
void |
WhenBuilder.postBuild(RunnableAccessor ra,
StateRunnable base,
HashMap<String,StateInstance> sihm) |
void |
IfBuilder.postBuild(RunnableAccessor ra,
StateRunnable base,
HashMap<String,StateInstance> sihm) |
void |
ChooseBuilder.postBuild(RunnableAccessor ra,
StateRunnable base,
HashMap<String,StateInstance> sihm) |
void |
Builder.postBuild(StateRunnable si) |
void |
WithListItemBuilder.postBuild(StateRunnable base,
HashMap<String,StateRunnable> siHM,
BuildContext bc) |
void |
WithBuilder.postBuild(StateRunnable base,
HashMap<String,StateRunnable> siHM,
BuildContext bc) |
void |
TunnelBuilder.postBuild(StateRunnable base,
HashMap<String,StateRunnable> sihm,
BuildContext bc) |
void |
PairsEventConnectionBuilder.postBuild(StateRunnable base,
HashMap<String,StateRunnable> sihm,
BuildContext bc) |
void |
PairFilterBuilder.postBuild(StateRunnable tgt,
HashMap<String,StateRunnable> sihm,
BuildContext bc) |
void |
OtherwiseBuilder.postBuild(StateRunnable base,
HashMap<String,StateRunnable> sihm,
BuildContext bc) |
void |
GatherPairsBuilder.postBuild(StateRunnable tgt,
HashMap<String,StateRunnable> sihm,
BuildContext bc) |
void |
GatherBuilder.postBuild(StateRunnable tgt,
HashMap<String,StateRunnable> sihm,
BuildContext bc) |
void |
ForEachBuilder.postBuild(StateRunnable base,
HashMap<String,StateRunnable> sihm,
BuildContext bc) |
void |
EventConnectionBuilder.postBuild(StateRunnable base,
HashMap<String,StateRunnable> sihm,
BuildContext bc) |
void |
ApplyBuilder.postBuild(StateRunnable tgt,
HashMap<String,StateRunnable> sihm,
BuildContext bc) |
abstract void |
AbstractPostBuilder.postBuild(StateRunnable tgt,
HashMap<String,StateRunnable> sihm,
BuildContext bc) |
void |
AbstractPostBuilder.postChildren(StateRunnable tgt,
HashMap<String,StateRunnable> sihm,
BuildContext bc) |
void |
StateType.rk4Advance(StateInstance uin,
StateRunnable parent,
double t,
double dt) |
void |
StateRunnable.setParent(StateRunnable par) |
void |
StateInstance.setParent(StateRunnable p) |
void |
MultiInstance.setParent(StateRunnable par) |
Constructor and Description |
---|
InstanceSet(String nm,
StateRunnable p) |
Constructor and Description |
---|
DestinationMap(String p,
ArrayList<StateRunnable> pla) |
Modifier and Type | Method and Description |
---|---|
ArrayList<StateRunnable> |
UnionNode.getMatches(StateRunnable baseSI) |
ArrayList<StateRunnable> |
SlashNode.getMatches(StateRunnable baseSI) |
ArrayList<StateRunnable> |
SelectorNode.getMatches(StateRunnable baseSI) |
ArrayList<StateRunnable> |
SelectionExpression.getMatches(StateRunnable baseSI) |
ArrayList<StateRunnable> |
IntersectionNode.getMatches(StateRunnable baseSI) |
ArrayList<StateRunnable> |
ComplementNode.getMatches(StateRunnable baseSI) |
ArrayList<StateRunnable> |
ColonNode.getMatches(StateRunnable baseSI) |
ArrayList<StateRunnable> |
ApplyPredicateNode.getMatches(StateRunnable baseSI) |
abstract ArrayList<StateRunnable> |
AbstractSelectionNode.getMatches(StateRunnable baseSI) |
Modifier and Type | Method and Description |
---|---|
StateRunnable |
RunnableAccessor.getRelativeStateInstance(StateRunnable base,
String path) |
StateRunnable |
RunnableAccessor.getStateInstance(String path) |
Modifier and Type | Method and Description |
---|---|
ArrayList<StateRunnable> |
RunnableAccessor.getRelativeStateInstances(StateRunnable base,
String path) |
ArrayList<StateRunnable> |
RunnableAccessor.getStateInstances(String path) |
Modifier and Type | Method and Description |
---|---|
StateRunnable |
RunnableAccessor.getRelativeStateInstance(StateRunnable base,
String path) |
ArrayList<StateRunnable> |
RunnableAccessor.getRelativeStateInstances(StateRunnable base,
String path) |
Constructor and Description |
---|
RunnableAccessor(StateRunnable sr) |
Modifier and Type | Method and Description |
---|---|
String |
TupleSliceTemplateElement.eval(StateRunnable so,
HashMap<String,StateRunnable> context) |
String |
StringTemplate.eval(StateRunnable so,
HashMap<String,StateRunnable> context) |
String |
FixedTemplateElement.eval(StateRunnable so,
HashMap<String,StateRunnable> context) |
String |
FieldTemplateElement.eval(StateRunnable so,
HashMap<String,StateRunnable> context) |
abstract String |
AbstractTemplateElement.eval(StateRunnable so,
HashMap<String,StateRunnable> context) |
Modifier and Type | Method and Description |
---|---|
String |
TupleSliceTemplateElement.eval(StateRunnable so,
HashMap<String,StateRunnable> context) |
String |
StringTemplate.eval(StateRunnable so,
HashMap<String,StateRunnable> context) |
String |
FixedTemplateElement.eval(StateRunnable so,
HashMap<String,StateRunnable> context) |
String |
FieldTemplateElement.eval(StateRunnable so,
HashMap<String,StateRunnable> context) |
abstract String |
AbstractTemplateElement.eval(StateRunnable so,
HashMap<String,StateRunnable> context) |
Modifier and Type | Class and Description |
---|---|
class |
NativeWrapper |
Modifier and Type | Method and Description |
---|---|
StateRunnable |
NativeWrapper.getChild(String snm) |
StateRunnable |
NativeWrapper.getChildInstance(String string) |
StateRunnable |
NativeWrapper.getParent() |
StateRunnable |
NativeWrapper.getPathStateInstance(String path) |
StateRunnable |
NativeWrapper.getScopeInstance(String id) |
StateRunnable |
NativeType.newStateRunnable() |
Modifier and Type | Method and Description |
---|---|
InstanceSet<StateRunnable> |
NativeWrapper.getInstanceSet(String col) |
ArrayList<StateRunnable> |
NativeWrapper.getPathInstances(String sel) |
ArrayList<StateRunnable> |
NativeWrapper.getStateInstances() |
ArrayList<StateRunnable> |
NativeWrapper.getStateInstances(String path) |
InstanceSet<StateRunnable> |
NativeWrapper.getUniqueInstanceSet() |
ArrayList<StateRunnable> |
NativeWrapper.quietGetStateInstances(String path) |
Modifier and Type | Method and Description |
---|---|
void |
NativeWrapper.advance(StateRunnable parent,
double t,
double dt) |
void |
NativeWrapper.evaluate(StateRunnable parent) |
void |
NativeWrapper.initialize(StateRunnable sr) |
void |
NativeWrapper.setParent(StateRunnable par) |
Copyright © 2019. All rights reserved.