public class PointResponse extends Object
Modifier and Type | Field and Description |
---|---|
LemsCollection<EventOut> |
eventOuts |
LemsCollection<StateAssignment> |
stateAssignments |
LemsCollection<Transition> |
transitions |
Constructor and Description |
---|
PointResponse() |
Modifier and Type | Method and Description |
---|---|
void |
addStateAssignment(String vnm,
String val) |
void |
addTransition(Transition t) |
void |
checkEquations(HashMap<String,Dimensional> dimHM) |
void |
copyInto(PointResponse ret) |
LemsCollection<EventOut> |
getEventOuts() |
LemsCollection<StateAssignment> |
getStateAssignments() |
LemsCollection<Transition> |
getTransitions() |
ActionBlock |
makeEventAction(HashMap<String,Double> fixedHM) |
void |
supResolve(Dynamics bhv,
LemsCollection<StateVariable> stateVariables,
HashMap<String,Valued> valHM,
Parser parser) |
public LemsCollection<StateAssignment> stateAssignments
public LemsCollection<EventOut> eventOuts
public LemsCollection<Transition> transitions
public void supResolve(Dynamics bhv, LemsCollection<StateVariable> stateVariables, HashMap<String,Valued> valHM, Parser parser) throws ContentError, ParseError
ContentError
ParseError
public LemsCollection<StateAssignment> getStateAssignments()
public LemsCollection<EventOut> getEventOuts()
public LemsCollection<Transition> getTransitions()
public void addTransition(Transition t)
public ActionBlock makeEventAction(HashMap<String,Double> fixedHM) throws ContentError
ContentError
public void checkEquations(HashMap<String,Dimensional> dimHM) throws ContentError
ContentError
public void copyInto(PointResponse ret)
Copyright © 2019. All rights reserved.