public class EventConnectionBuilder extends AbstractPostBuilder
Constructor and Description |
---|
EventConnectionBuilder(String sf,
String st) |
Modifier and Type | Method and Description |
---|---|
void |
addAssignment(String property,
DoubleEvaluator de,
String dim) |
void |
consolidateStateTypes() |
void |
postBuild(StateRunnable base,
HashMap<String,StateRunnable> sihm,
BuildContext bc) |
void |
setDelay(double delay) |
void |
setReceiverContainer(String sv) |
void |
setReceiverStateType(StateType cb) |
void |
setSourcePortID(String sourcePort) |
void |
setTargetPortID(String targetPort) |
postChildren
add
public void postBuild(StateRunnable base, HashMap<String,StateRunnable> sihm, BuildContext bc) throws ConnectionError, ContentError, RuntimeError
postBuild
in class AbstractPostBuilder
ConnectionError
ContentError
RuntimeError
public void setSourcePortID(String sourcePort)
public void setTargetPortID(String targetPort)
public void setReceiverStateType(StateType cb)
public void setReceiverContainer(String sv)
public void setDelay(double delay)
public void addAssignment(String property, DoubleEvaluator de, String dim) throws ContentError
ContentError
public void consolidateStateTypes() throws ContentError
consolidateStateTypes
in class BuilderElement
ContentError
Copyright © 2020. All rights reserved.