Modifier and Type | Method and Description |
---|---|
void |
StateTypeGenerator.addStateType(StateType cb) |
Modifier and Type | Method and Description |
---|---|
void |
StateTypeWriter.print(StateType cb) |
Modifier and Type | Method and Description |
---|---|
StateType |
StateType.getConsolidatedStateType(String knownas) |
StateType |
StateType.getFlattenedStateType(String knownas) |
StateType |
StateInstance.getStateType() |
StateType |
ListChild.getStateType() |
StateType |
RunConfig.getTarget() |
StateType |
StateType.makeChildConsolidated() |
StateType |
StateType.makeConsolidatedStateType(String knownas) |
StateType |
StateType.makeFlattened(String knownas) |
StateType |
StateType.makeShallowCopy() |
Modifier and Type | Method and Description |
---|---|
ArrayList<StateType> |
MultiStateType.getCBs() |
HashMap<String,StateType> |
StateType.getChildHM() |
HashMap<String,StateType> |
StateType.getRefHM() |
Modifier and Type | Method and Description |
---|---|
void |
MultiStateType.add(StateType cb) |
void |
StateType.addChildStateType(String s,
StateType chb) |
void |
StateType.addListStateType(String s,
StateType cb) |
void |
StateType.addRefStateType(String s,
StateType chb) |
StateInstance |
SubstitutionBuilder.buildSubstitute(StateType origType) |
void |
Flattener.exportTo(StateType ret) |
ComponentRegime |
ComponentRegime.makeCopy(StateType p) |
void |
PairsEventConnectionBuilder.setReceiverStateType(StateType cb) |
void |
EventConnectionBuilder.setReceiverStateType(StateType cb) |
Constructor and Description |
---|
CoBuilder(Component c,
StateType cb) |
ComponentRegime(StateType cb,
String snm,
String tnm) |
ListChild(String lnm,
StateType cb) |
MultiBuilder(int n,
StateType cb) |
StateInstance(StateType uc) |
TunnelBuilder(String tnm,
String endA,
String endB,
StateType stA,
StateType stB) |
Constructor and Description |
---|
ApplyBuilder(String mnm,
ArrayList<StateType> a) |
Modifier and Type | Method and Description |
---|---|
StateType |
Sim.getRootBehavior() |
StateType |
Sim.getTargetBehavior() |
Modifier and Type | Method and Description |
---|---|
void |
StateTypeVisitor.visit(StateType cb) |
void |
RunConfigCollector.visit(StateType cb) |
void |
RecorderCollector.visit(StateType cb) |
void |
OutputCollector.visit(StateType cb) |
void |
EventRecorderCollector.visit(StateType cb) |
void |
EventOutputCollector.visit(StateType cb) |
void |
DisplayCollector.visit(StateType cb) |
Modifier and Type | Method and Description |
---|---|
StateType |
Component.getFixedStateType() |
StateType |
Component.getStateType() |
StateType |
Component.getStateType(boolean fixParams) |
StateType |
Component.makeConsolidatedCoponentBehavior(String knownas) |
StateType |
Component.makeStateType(boolean fixParams) |
StateType |
ComponentType.makeStateType(Component cpt,
boolean fixParams) |
Modifier and Type | Method and Description |
---|---|
StateInstance |
Lems.build(StateType cptb,
EventManager em) |
Modifier and Type | Method and Description |
---|---|
StateType |
Dynamics.makeStateType(Component cpt,
HashMap<String,Double> fixedHM) |
Modifier and Type | Method and Description |
---|---|
ComponentRegime |
Regime.makeComponentRegime(StateType cb,
Component cpt,
HashMap<String,Double> fixedHM) |
Modifier and Type | Method and Description |
---|---|
void |
Simulation.appendToBehavior(Component cpt,
StateType ret) |
Copyright © 2019. All rights reserved.