public interface ComponentImplementingClassesLink extends EObject
The following features are supported:
SourceCodeDecoratorPackage.getComponentImplementingClassesLink()| Modifier and Type | Method and Description |
|---|---|
org.palladiosimulator.pcm.repository.RepositoryComponent |
getComponent()
Returns the value of the 'Component' reference.
|
EList<org.eclipse.gmt.modisco.java.Type> |
getImplementingClasses()
Returns the value of the 'Implementing Classes' reference list.
|
EList<InterfaceSourceCodeLink> |
getProvidedInterfaces()
Returns the value of the 'Provided Interfaces' reference list.
|
EList<InterfaceSourceCodeLink> |
getRequiredInterfaces()
Returns the value of the 'Required Interfaces' reference list.
|
EList<ComponentImplementingClassesLink> |
getSubComponents()
Returns the value of the 'Sub Components' reference list.
|
boolean |
isCompositeComponent()
Returns the value of the 'Is Composite Component' attribute.
|
boolean |
isInitialComponent()
Returns the value of the 'Is Initial Component' attribute.
|
boolean |
isSetIsCompositeComponent()
Returns whether the value of the '
Is Composite Component' attribute is set. |
void |
setComponent(org.palladiosimulator.pcm.repository.RepositoryComponent value)
Sets the value of the '
Component' reference. |
void |
setIsInitialComponent(boolean value)
Sets the value of the '
Is Initial Component' attribute. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverboolean isCompositeComponent()
If the meaning of the 'Is Composite Component' attribute isn't clear, there really should be more of a description here...
isSetIsCompositeComponent(),
SourceCodeDecoratorPackage.getComponentImplementingClassesLink_IsCompositeComponent()boolean isSetIsCompositeComponent()
Is Composite Component' attribute is set. isCompositeComponent()org.palladiosimulator.pcm.repository.RepositoryComponent getComponent()
If the meaning of the 'Component' reference isn't clear, there really should be more of a description here...
setComponent(RepositoryComponent),
SourceCodeDecoratorPackage.getComponentImplementingClassesLink_Component()void setComponent(org.palladiosimulator.pcm.repository.RepositoryComponent value)
Component' reference. value - the new value of the 'Component' reference.getComponent()EList<org.eclipse.gmt.modisco.java.Type> getImplementingClasses()
Type.
If the meaning of the 'Implementing Classes' reference list isn't clear, there really should be more of a description here...
SourceCodeDecoratorPackage.getComponentImplementingClassesLink_ImplementingClasses()EList<ComponentImplementingClassesLink> getSubComponents()
ComponentImplementingClassesLink.
If the meaning of the 'Sub Components' reference list isn't clear, there really should be more of a description here...
SourceCodeDecoratorPackage.getComponentImplementingClassesLink_SubComponents()EList<InterfaceSourceCodeLink> getProvidedInterfaces()
InterfaceSourceCodeLink.
If the meaning of the 'Provided Interfaces' reference list isn't clear, there really should be more of a description here...
SourceCodeDecoratorPackage.getComponentImplementingClassesLink_ProvidedInterfaces()EList<InterfaceSourceCodeLink> getRequiredInterfaces()
InterfaceSourceCodeLink.
If the meaning of the 'Required Interfaces' reference list isn't clear, there really should be more of a description here...
SourceCodeDecoratorPackage.getComponentImplementingClassesLink_RequiredInterfaces()boolean isInitialComponent()
setIsInitialComponent(boolean),
SourceCodeDecoratorPackage.getComponentImplementingClassesLink_IsInitialComponent()void setIsInitialComponent(boolean value)
Is Initial Component' attribute. value - the new value of the 'Is Initial Component' attribute.isInitialComponent()