|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Component | |
org.omg.uml.foundation.core |
Uses of Component in org.omg.uml.foundation.core |
Methods in org.omg.uml.foundation.core that return Component | |
Component |
ComponentClass.createComponent()
The default factory operation used to create an instance object. |
Component |
ComponentClass.createComponent(String name,
VisibilityKind visibility,
boolean isSpecification,
boolean isRoot,
boolean isLeaf,
boolean isAbstract)
Creates an instance object having attributes initialized by the passed values. |
Component |
ElementResidence.getContainer()
Returns the value of reference container. |
Component |
AContainerResidentElement.getContainer(ElementResidence residentElement)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
Methods in org.omg.uml.foundation.core with parameters of type Component | |
boolean |
AImplementationImplementationLocation.exists(Artifact implementation,
Component implementationLocation)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
AImplementationImplementationLocation.getImplementation(Component implementationLocation)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AImplementationImplementationLocation.add(Artifact implementation,
Component implementationLocation)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AImplementationImplementationLocation.remove(Artifact implementation,
Component implementationLocation)
Removes a link between a pair of instance objects in the current associations link set. |
void |
ElementResidence.setContainer(Component newValue)
Sets the value of reference container. |
boolean |
AContainerResidentElement.exists(Component container,
ElementResidence residentElement)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
AContainerResidentElement.getResidentElement(Component container)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AContainerResidentElement.add(Component container,
ElementResidence residentElement)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AContainerResidentElement.remove(Component container,
ElementResidence residentElement)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
ADeploymentLocationDeployedComponent.exists(Node deploymentLocation,
Component deployedComponent)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
ADeploymentLocationDeployedComponent.getDeploymentLocation(Component deployedComponent)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
ADeploymentLocationDeployedComponent.add(Node deploymentLocation,
Component deployedComponent)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
ADeploymentLocationDeployedComponent.remove(Node deploymentLocation,
Component deployedComponent)
Removes a link between a pair of instance objects in the current associations link set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |