org.eclipse.ocl.examples.pivot
Interface ConnectionPointReference

All Superinterfaces:
DomainElement, DomainNamedElement, Element, org.eclipse.emf.ecore.EObject, Nameable, NamedElement, org.eclipse.emf.common.notify.Notifier, PivotObject, Vertex, Visitable
All Known Implementing Classes:
ConnectionPointReferenceImpl

public interface ConnectionPointReference
extends Vertex

A representation of the model object 'Connection Point Reference'. A connection point reference represents a usage (as part of a submachine state) of an entry/exit point defined in the statemachine reference by the submachine state.

The following features are supported:

See Also:
PivotPackage.getConnectionPointReference()
Generated

Method Summary
 java.util.List<Pseudostate> getEntry()
          Returns the value of the 'Entry' reference list.
 java.util.List<Pseudostate> getExit()
          Returns the value of the 'Exit' reference list.
 State getState()
          Returns the value of the 'State' container reference.
 void setState(State value)
          Sets the value of the 'State' container reference.
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Vertex
getContainer, getIncoming, getOutgoing, setContainer
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.NamedElement
getName, isStatic, setIsStatic, setName
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Element
allOwnedElements, getETarget, getExtension, getOwnedAnnotation, getOwnedComment, getValue
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.util.Visitable
accept, eClass
 

Method Detail

getEntry

java.util.List<Pseudostate> getEntry()
Returns the value of the 'Entry' reference list. The list contents are of type Pseudostate. The entryPoint kind pseudo states corresponding to this connection point.

Returns:
the value of the 'Entry' reference list.
See Also:
PivotPackage.getConnectionPointReference_Entry()
Generated

getState

State getState()
Returns the value of the 'State' container reference. It is bidirectional and its opposite is 'Connection'. The State in which the connection point refreshens are defined.

Returns:
the value of the 'State' container reference.
See Also:
setState(State), PivotPackage.getConnectionPointReference_State(), State.getConnection()
Generated

setState

void setState(State value)
Sets the value of the 'State' container reference.

Parameters:
value - the new value of the 'State' container reference.
See Also:
getState()
Generated

getExit

java.util.List<Pseudostate> getExit()
Returns the value of the 'Exit' reference list. The list contents are of type Pseudostate. The exitPoints kind pseudo states corresponding to this connection point.

Returns:
the value of the 'Exit' reference list.
See Also:
PivotPackage.getConnectionPointReference_Exit()
Generated