edu.cmu.archevol
Interface ArchitectureInstance

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

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

A representation of the model object 'Architecture Instance'.

The following features are supported:

See Also:
archevolPackage.getArchitectureInstance()

Method Summary
 String getAcmesystem()
          Returns the value of the 'Acmesystem' attribute.
 org.eclipse.emf.common.util.EList<ArchitectureInstancePath> getArchitectureinstancepaths()
          Returns the value of the 'Architectureinstancepaths' containment reference list.
 String getName()
          Returns the value of the 'Name' attribute.
 org.eclipse.emf.common.util.EList<Path> getPaths()
          Returns the value of the 'Paths' reference list.
 boolean isAllRequiredProperties(String styleName)
           
 void setAcmesystem(String value)
          Sets the value of the 'Acmesystem' attribute.
 void setName(String value)
          Sets the value of the 'Name' 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

getName

String getName()
Returns the value of the 'Name' attribute. The default value is "".

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), archevolPackage.getArchitectureInstance_Name()

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getAcmesystem

String getAcmesystem()
Returns the value of the 'Acmesystem' attribute.

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

Returns:
the value of the 'Acmesystem' attribute.
See Also:
setAcmesystem(String), archevolPackage.getArchitectureInstance_Acmesystem()

setAcmesystem

void setAcmesystem(String value)
Sets the value of the 'Acmesystem' attribute.

Parameters:
value - the new value of the 'Acmesystem' attribute.
See Also:
getAcmesystem()

getArchitectureinstancepaths

org.eclipse.emf.common.util.EList<ArchitectureInstancePath> getArchitectureinstancepaths()
Returns the value of the 'Architectureinstancepaths' containment reference list. The list contents are of type ArchitectureInstancePath.

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

Returns:
the value of the 'Architectureinstancepaths' containment reference list.
See Also:
archevolPackage.getArchitectureInstance_Architectureinstancepaths()

isAllRequiredProperties

boolean isAllRequiredProperties(String styleName)


getPaths

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

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

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