edu.cmu.archevol
Interface ArchitectureEvolution

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ArchitectureEvolutionImpl

public interface ArchitectureEvolution
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Architecture Evolution'.

The following features are supported:

See Also:
archevolPackage.getArchitectureEvolution()

Method Summary
 org.eclipse.emf.common.util.EList<ArchitectureInstance> getArchitectureinstances()
          Returns the value of the 'Architectureinstances' containment reference list.
 org.eclipse.emf.common.util.EList<EvolutionStyle> getEvolutionstyles()
          Returns the value of the 'Evolutionstyles' containment reference list.
 org.eclipse.emf.common.util.EList<Path> getPaths()
          Returns the value of the 'Paths' containment reference list.
 String getTitle()
          Returns the value of the 'Title' attribute.
 org.eclipse.emf.common.util.EList<Transition> getTransitions()
          Returns the value of the 'Transitions' containment reference list.
 void setTitle(String value)
          Sets the value of the 'Title' attribute.
 
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
 

Method Detail

getTitle

String getTitle()
Returns the value of the 'Title' attribute.

If the meaning of the 'Title' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Title' attribute.
See Also:
setTitle(String), archevolPackage.getArchitectureEvolution_Title()

setTitle

void setTitle(String value)
Sets the value of the 'Title' attribute.

Parameters:
value - the new value of the 'Title' attribute.
See Also:
getTitle()

getArchitectureinstances

org.eclipse.emf.common.util.EList<ArchitectureInstance> getArchitectureinstances()
Returns the value of the 'Architectureinstances' containment reference list. The list contents are of type ArchitectureInstance.

If the meaning of the 'Architectureinstances' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Architectureinstances' containment reference list.
See Also:
archevolPackage.getArchitectureEvolution_Architectureinstances()

getTransitions

org.eclipse.emf.common.util.EList<Transition> getTransitions()
Returns the value of the 'Transitions' containment reference list. The list contents are of type Transition.

If the meaning of the 'Transitions' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Transitions' containment reference list.
See Also:
archevolPackage.getArchitectureEvolution_Transitions()

getPaths

org.eclipse.emf.common.util.EList<Path> getPaths()
Returns the value of the 'Paths' containment reference list. The list contents are of type Path.

If the meaning of the 'Paths' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Paths' containment reference list.
See Also:
archevolPackage.getArchitectureEvolution_Paths()

getEvolutionstyles

org.eclipse.emf.common.util.EList<EvolutionStyle> getEvolutionstyles()
Returns the value of the 'Evolutionstyles' containment reference list. The list contents are of type EvolutionStyle.

If the meaning of the 'Evolutionstyles' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Evolutionstyles' containment reference list.
See Also:
archevolPackage.getArchitectureEvolution_Evolutionstyles()