|
||||||||||
| 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'.
The following features are supported:
archevolPackage.getTransition()| Method Summary | |
|---|---|
String |
getName()
Returns the value of the 'Name' attribute. |
ArchitectureInstance |
getNext()
Returns the value of the 'Next' reference. |
org.eclipse.emf.common.util.EList<Path> |
getPaths()
Returns the value of the 'Paths' reference list. |
ArchitectureInstance |
getPrevious()
Returns the value of the 'Previous' reference. |
org.eclipse.emf.common.util.EList<TransitionPath> |
getTransitionpaths()
Returns the value of the 'Transitionpaths' containment reference list. |
boolean |
isAllRequiredProperties(String styleName)
|
void |
setName(String value)
Sets the value of the ' Name' attribute. |
void |
setNext(ArchitectureInstance value)
Sets the value of the ' Next' reference. |
void |
setPrevious(ArchitectureInstance value)
Sets the value of the ' Previous' reference. |
| 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 edu.cmu.archevol.IPropertyExtension |
|---|
getProperty, setProperty |
| Methods inherited from interface edu.cmu.archevol.IPathPropertyExtension |
|---|
getProperty |
| Method Detail |
|---|
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
archevolPackage.getTransition_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()ArchitectureInstance getPrevious()
If the meaning of the 'Previous' reference isn't clear, there really should be more of a description here...
setPrevious(ArchitectureInstance),
archevolPackage.getTransition_Previous()void setPrevious(ArchitectureInstance value)
Previous' reference.
value - the new value of the 'Previous' reference.getPrevious()ArchitectureInstance getNext()
If the meaning of the 'Next' reference isn't clear, there really should be more of a description here...
setNext(ArchitectureInstance),
archevolPackage.getTransition_Next()void setNext(ArchitectureInstance value)
Next' reference.
value - the new value of the 'Next' reference.getNext()org.eclipse.emf.common.util.EList<TransitionPath> getTransitionpaths()
TransitionPath.
If the meaning of the 'Transitionpaths' reference list isn't clear, there really should be more of a description here...
archevolPackage.getTransition_Transitionpaths()boolean isAllRequiredProperties(String styleName)
org.eclipse.emf.common.util.EList<Path> getPaths()
Path.
If the meaning of the 'Paths' reference list isn't clear, there really should be more of a description here...
archevolPackage.getTransition_Paths()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||