Interface ComponentImplementingClassesLink
- All Known Subinterfaces:
PCMSystemImplementatingClassesLink
- All Known Implementing Classes:
ComponentImplementingClassesLinkImpl
,PCMSystemImplementatingClassesLinkImpl
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.pcm.repository.RepositoryComponent
Returns the value of the 'Component' reference.EList<org.emftext.language.java.classifiers.ConcreteClassifier>
Returns the value of the 'Implementing Classes' reference list.Returns the value of the 'Provided Interfaces' reference list.Returns the value of the 'Required Interfaces' reference list.Returns the value of the 'Sub Components' reference list.boolean
Returns the value of the 'Is Composite Component' attribute.boolean
Returns the value of the 'Is Initial Component' attribute.boolean
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.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
isIsCompositeComponent
boolean isIsCompositeComponent()Returns the value of the 'Is Composite Component' attribute.If the meaning of the 'Is Composite Component' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Is Composite Component' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- unique="false" unsettable="true" required="true" transient="true" changeable="false" volatile="true" derived="true" ordered="false"
-
isSetIsCompositeComponent
boolean isSetIsCompositeComponent()Returns whether the value of the 'Is Composite Component
' attribute is set.- Returns:
- whether the value of the 'Is Composite Component' attribute is set.
- See Also:
- Generated class or method.
-
getComponent
org.palladiosimulator.pcm.repository.RepositoryComponent getComponent()Returns the value of the 'Component' reference.If the meaning of the 'Component' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Component' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setComponent
void setComponent(org.palladiosimulator.pcm.repository.RepositoryComponent value) Sets the value of the 'Component
' reference.- Parameters:
value
- the new value of the 'Component' reference.- See Also:
- Generated class or method.
-
getImplementingClasses
EList<org.emftext.language.java.classifiers.ConcreteClassifier> getImplementingClasses()Returns the value of the 'Implementing Classes' reference list. The list contents are of typeConcreteClassifier
.If the meaning of the 'Implementing Classes' reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Implementing Classes' reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
getSubComponents
EList<ComponentImplementingClassesLink> getSubComponents()Returns the value of the 'Sub Components' reference list. The list contents are of typeComponentImplementingClassesLink
.If the meaning of the 'Sub Components' reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Sub Components' reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- ordered="false"
-
getProvidedInterfaces
EList<InterfaceSourceCodeLink> getProvidedInterfaces()Returns the value of the 'Provided Interfaces' reference list. The list contents are of typeInterfaceSourceCodeLink
.If the meaning of the 'Provided Interfaces' reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Provided Interfaces' reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- ordered="false"
-
getRequiredInterfaces
EList<InterfaceSourceCodeLink> getRequiredInterfaces()Returns the value of the 'Required Interfaces' reference list. The list contents are of typeInterfaceSourceCodeLink
.If the meaning of the 'Required Interfaces' reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Required Interfaces' reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- ordered="false"
-
isIsInitialComponent
boolean isIsInitialComponent()Returns the value of the 'Is Initial Component' attribute. If set to true: This component results from a class-level. Thus, it represents a very low-level component. Required for Reverse Engineering.- Returns:
- the value of the 'Is Initial Component' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setIsInitialComponent
void setIsInitialComponent(boolean value) Sets the value of the 'Is Initial Component
' attribute.- Parameters:
value
- the new value of the 'Is Initial Component' attribute.- See Also:
- Generated class or method.
-