public interface InstantiatedArchitectureConfiguration
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.Property |
getBase_Property()
Returns the value of the 'Base Property' reference.
|
org.eclipse.uml2.uml.Class |
getInstantiatedRootComponent()
Returns the value of the 'Instantiated Root Component' reference.
|
org.eclipse.emf.common.util.EList<java.lang.String> |
getParameterList()
Returns the value of the 'Parameter List' attribute list.
|
void |
setBase_Property(org.eclipse.uml2.uml.Property value)
Sets the value of the '
Base Property ' reference. |
void |
setInstantiatedRootComponent(org.eclipse.uml2.uml.Class value)
Sets the value of the '
Instantiated Root Component ' reference. |
org.eclipse.emf.common.util.EList<java.lang.String> getParameterList()
String
.
If the meaning of the 'Parameter List' attribute list isn't clear, there really should be more of a description here...
ParameterizedArchitecturePackage.getInstantiatedArchitectureConfiguration_ParameterList()
org.eclipse.uml2.uml.Property getBase_Property()
If the meaning of the 'Base Property' reference isn't clear, there really should be more of a description here...
setBase_Property(Property)
,
ParameterizedArchitecturePackage.getInstantiatedArchitectureConfiguration_Base_Property()
void setBase_Property(org.eclipse.uml2.uml.Property value)
Base Property
' reference.
value
- the new value of the 'Base Property' reference.getBase_Property()
org.eclipse.uml2.uml.Class getInstantiatedRootComponent()
If the meaning of the 'Instantiated Root Component' reference isn't clear, there really should be more of a description here...
setInstantiatedRootComponent(org.eclipse.uml2.uml.Class)
,
ParameterizedArchitecturePackage.getInstantiatedArchitectureConfiguration_InstantiatedRootComponent()
void setInstantiatedRootComponent(org.eclipse.uml2.uml.Class value)
Instantiated Root Component
' reference.
value
- the new value of the 'Instantiated Root Component' reference.getInstantiatedRootComponent()