|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Pin | |
|---|---|
| com.hammurapi.flow | |
| com.hammurapi.flow.impl | |
| com.hammurapi.flow.util | |
| Uses of Pin in com.hammurapi.flow |
|---|
| Methods in com.hammurapi.flow that return Pin | |
|---|---|
Pin |
FlowFactory.createPin()
Returns a new object of class 'Pin'. |
Pin |
Transition.getFromPin()
Returns the value of the 'From Pin' reference. |
Pin |
Transition.getToPin()
Returns the value of the 'To Pin' reference. |
| Methods in com.hammurapi.flow that return types with arguments of type Pin | |
|---|---|
org.eclipse.emf.common.util.EList<Pin> |
Node.getPin()
Returns the value of the 'Pin' containment reference list. |
| Methods in com.hammurapi.flow with parameters of type Pin | |
|---|---|
void |
Transition.setFromPin(Pin value)
Sets the value of the ' From Pin' reference. |
void |
Transition.setToPin(Pin value)
Sets the value of the ' To Pin' reference. |
| Uses of Pin in com.hammurapi.flow.impl |
|---|
| Classes in com.hammurapi.flow.impl that implement Pin | |
|---|---|
class |
PinImpl
An implementation of the model object 'Pin'. |
| Fields in com.hammurapi.flow.impl declared as Pin | |
|---|---|
protected Pin |
TransitionImpl.fromPin
The cached value of the ' From Pin' reference. |
protected Pin |
TransitionImpl.toPin
The cached value of the ' To Pin' reference. |
| Fields in com.hammurapi.flow.impl with type parameters of type Pin | |
|---|---|
protected org.eclipse.emf.common.util.EList<Pin> |
NodeImpl.pin
The cached value of the ' Pin' containment reference list. |
| Methods in com.hammurapi.flow.impl that return Pin | |
|---|---|
Pin |
TransitionImpl.basicGetFromPin()
|
Pin |
TransitionImpl.basicGetToPin()
|
Pin |
FlowFactoryImpl.createPin()
|
Pin |
TransitionImpl.getFromPin()
|
Pin |
TransitionImpl.getToPin()
|
| Methods in com.hammurapi.flow.impl that return types with arguments of type Pin | |
|---|---|
org.eclipse.emf.common.util.EList<Pin> |
NodeImpl.getPin()
|
| Methods in com.hammurapi.flow.impl with parameters of type Pin | |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
TransitionImpl.basicSetFromPin(Pin newFromPin,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
TransitionImpl.basicSetToPin(Pin newToPin,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
TransitionImpl.setFromPin(Pin newFromPin)
|
void |
TransitionImpl.setToPin(Pin newToPin)
|
| Uses of Pin in com.hammurapi.flow.util |
|---|
| Methods in com.hammurapi.flow.util with parameters of type Pin | |
|---|---|
T |
FlowSwitch.casePin(Pin object)
Returns the result of interpreting the object as an instance of 'Pin'. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||