Methods in org.smartcomps.twister.engine.priv.core.definition that throw LinkAlreadyBoundException |
static void |
ActivityFactory.bindSource(java.lang.String linkName,
org.smartcomps.twister.engine.priv.core.definition.Activity sourceActivity)
TODO Implement me with Flow
Binds an activity as the source of a Link, eventually creating that Link if
it doesn't exist. |
static void |
ActivityFactory.bindDestination(java.lang.String linkName,
org.smartcomps.twister.engine.priv.core.definition.Activity sourceActivity)
TODO Implement me with Flow
Binds an activity as the destination of a Link, eventually creating that Link if
it doesn't exist. |