|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Transition
A representation of the model object 'Transition'. Transition connects two pins.
The following features are supported:
FlowPackage.getTransition()| Method Summary | |
|---|---|
Factory |
getFromKey()
Returns the value of the 'From Key' containment reference. |
Pin |
getFromPin()
Returns the value of the 'From Pin' reference. |
Factory |
getToKey()
Returns the value of the 'To Key' containment reference. |
Pin |
getToPin()
Returns the value of the 'To Pin' reference. |
void |
setFromKey(Factory value)
Sets the value of the ' From Key' containment reference. |
void |
setFromPin(Pin value)
Sets the value of the ' From Pin' reference. |
void |
setToKey(Factory value)
Sets the value of the ' To Key' containment reference. |
void |
setToPin(Pin value)
Sets the value of the ' To Pin' reference. |
| Methods inherited from interface com.hammurapi.flow.FlowElement |
|---|
getFlow, getViewConfig, setFlow |
| Methods inherited from interface com.hammurapi.config.Named |
|---|
getName, inject, isRuntime, setName, setRuntime |
| Methods inherited from interface com.hammurapi.config.ObjectDefinition |
|---|
getConstructor, getType, getValue, setConstructor, setType, setValue |
| Methods inherited from interface com.hammurapi.config.Factory |
|---|
compile, create, getConfigScript, getDescription, getHomePage, getId, getService, getSource, getSupportedExecutionEnvironments, isEnabled, setConfigScript, setDescription, setEnabled, setHomePage, setId |
| Methods inherited from interface com.hammurapi.party.CommonObject |
|---|
getRoles |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Methods inherited from interface com.hammurapi.config.PropertySource |
|---|
getClassPath, getProfile, getProperty, injectProperties |
| Method Detail |
|---|
Pin getFromPin()
Output'.
Transition has one source pin.
setFromPin(Pin),
FlowPackage.getTransition_FromPin(),
Pin.getOutput()void setFromPin(Pin value)
From Pin' reference.
value - the new value of the 'From Pin' reference.getFromPin()Pin getToPin()
Input'.
Transition has one target pin.
setToPin(Pin),
FlowPackage.getTransition_ToPin(),
Pin.getInput()void setToPin(Pin value)
To Pin' reference.
value - the new value of the 'To Pin' reference.getToPin()Factory getFromKey()
If the meaning of the 'From Key' reference isn't clear, there really should be more of a description here...
Transitions pass connection keys to pins at runtime so pins can properly wire transitions.
setFromKey(Factory),
FlowPackage.getTransition_FromKey()void setFromKey(Factory value)
From Key' containment reference.
value - the new value of the 'From Key' containment reference.getFromKey()Factory getToKey()
If the meaning of the 'To Key' reference isn't clear, there really should be more of a description here...
setToKey(Factory),
FlowPackage.getTransition_ToKey()void setToKey(Factory value)
To Key' containment reference.
value - the new value of the 'To Key' containment reference.getToKey()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||