|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Instance | |
org.omg.uml.behavioralelements.collaborations | |
org.omg.uml.behavioralelements.commonbehavior | |
org.omg.uml.behavioralelements.usecases |
Uses of Instance in org.omg.uml.behavioralelements.collaborations |
Methods in org.omg.uml.behavioralelements.collaborations with parameters of type Instance | |
boolean |
APlayedRoleConformingInstance.exists(ClassifierRole playedRole,
Instance conformingInstance)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
APlayedRoleConformingInstance.getPlayedRole(Instance conformingInstance)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
APlayedRoleConformingInstance.add(ClassifierRole playedRole,
Instance conformingInstance)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
APlayedRoleConformingInstance.remove(ClassifierRole playedRole,
Instance conformingInstance)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
ACollaborationInstanceSetParticipatingInstance.exists(CollaborationInstanceSet collaborationInstanceSet,
Instance participatingInstance)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
ACollaborationInstanceSetParticipatingInstance.getCollaborationInstanceSet(Instance participatingInstance)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
ACollaborationInstanceSetParticipatingInstance.add(CollaborationInstanceSet collaborationInstanceSet,
Instance participatingInstance)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
ACollaborationInstanceSetParticipatingInstance.remove(CollaborationInstanceSet collaborationInstanceSet,
Instance participatingInstance)
Removes a link between a pair of instance objects in the current associations link set. |
Uses of Instance in org.omg.uml.behavioralelements.commonbehavior |
Subinterfaces of Instance in org.omg.uml.behavioralelements.commonbehavior | |
interface |
ComponentInstance
ComponentInstance object instance interface. |
interface |
DataValue
DataValue object instance interface. |
interface |
LinkObject
LinkObject object instance interface. |
interface |
NodeInstance
NodeInstance object instance interface. |
interface |
Object
Object object instance interface. |
interface |
SubsystemInstance
SubsystemInstance object instance interface. |
Methods in org.omg.uml.behavioralelements.commonbehavior that return Instance | |
Instance |
AAttributeLinkValue.getValue(AttributeLink attributeLink)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
Instance |
ASlotInstance.getInstance(AttributeLink slot)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
Instance |
AInstanceLinkEnd.getInstance(LinkEnd linkEnd)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
Instance |
AStimulusSender.getSender(Stimulus stimulus)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
Instance |
Stimulus.getSender()
Returns the value of reference sender. |
Instance |
Stimulus.getReceiver()
Returns the value of reference receiver. |
Instance |
AReceiverStimulus.getReceiver(Stimulus stimulus)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
Instance |
LinkEnd.getInstance()
Returns the value of reference instance. |
Instance |
AttributeLink.getValue()
Returns the value of reference value. |
Instance |
AttributeLink.getInstance()
Returns the value of reference instance. |
Instance |
AOwnedInstanceOwner.getOwner(Instance ownedInstance)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
Instance |
AOwnedLinkOwner.getOwner(Link ownedLink)
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.behavioralelements.commonbehavior with parameters of type Instance | |
boolean |
AAttributeLinkValue.exists(AttributeLink attributeLink,
Instance value)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
AAttributeLinkValue.getAttributeLink(Instance value)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AAttributeLinkValue.add(AttributeLink attributeLink,
Instance value)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AAttributeLinkValue.remove(AttributeLink attributeLink,
Instance value)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
AInstanceClassifier.exists(Instance instance,
Classifier classifier)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
AInstanceClassifier.getClassifier(Instance instance)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AInstanceClassifier.add(Instance instance,
Classifier classifier)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AInstanceClassifier.remove(Instance instance,
Classifier classifier)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
AArgumentStimulus.exists(Instance argument,
Stimulus stimulus)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
AArgumentStimulus.getStimulus(Instance argument)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AArgumentStimulus.add(Instance argument,
Stimulus stimulus)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AArgumentStimulus.remove(Instance argument,
Stimulus stimulus)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
ASlotInstance.exists(AttributeLink slot,
Instance instance)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
ASlotInstance.getSlot(Instance instance)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
ASlotInstance.add(AttributeLink slot,
Instance instance)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
ASlotInstance.remove(AttributeLink slot,
Instance instance)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
AInstanceLinkEnd.exists(Instance instance,
LinkEnd linkEnd)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
AInstanceLinkEnd.getLinkEnd(Instance instance)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AInstanceLinkEnd.add(Instance instance,
LinkEnd linkEnd)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AInstanceLinkEnd.remove(Instance instance,
LinkEnd linkEnd)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
AStimulusSender.exists(Stimulus stimulus,
Instance sender)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
AStimulusSender.getStimulus(Instance sender)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AStimulusSender.add(Stimulus stimulus,
Instance sender)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AStimulusSender.remove(Stimulus stimulus,
Instance sender)
Removes a link between a pair of instance objects in the current associations link set. |
void |
Stimulus.setSender(Instance newValue)
Sets the value of reference sender. |
void |
Stimulus.setReceiver(Instance newValue)
Sets the value of reference receiver. |
boolean |
AResidentComponentInstance.exists(Instance resident,
ComponentInstance componentInstance)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
ComponentInstance |
AResidentComponentInstance.getComponentInstance(Instance resident)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
AResidentComponentInstance.add(Instance resident,
ComponentInstance componentInstance)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AResidentComponentInstance.remove(Instance resident,
ComponentInstance componentInstance)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
AReceiverStimulus.exists(Instance receiver,
Stimulus stimulus)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
AReceiverStimulus.getStimulus(Instance receiver)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AReceiverStimulus.add(Instance receiver,
Stimulus stimulus)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AReceiverStimulus.remove(Instance receiver,
Stimulus stimulus)
Removes a link between a pair of instance objects in the current associations link set. |
void |
LinkEnd.setInstance(Instance newValue)
Sets the value of reference instance. |
void |
AttributeLink.setValue(Instance newValue)
Sets the value of reference value. |
void |
AttributeLink.setInstance(Instance newValue)
Sets the value of reference instance. |
boolean |
AOwnedInstanceOwner.exists(Instance ownedInstance,
Instance owner)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
AOwnedInstanceOwner.getOwnedInstance(Instance owner)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
Instance |
AOwnedInstanceOwner.getOwner(Instance ownedInstance)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
AOwnedInstanceOwner.add(Instance ownedInstance,
Instance owner)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AOwnedInstanceOwner.remove(Instance ownedInstance,
Instance owner)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
AOwnedLinkOwner.exists(Link ownedLink,
Instance owner)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
AOwnedLinkOwner.getOwnedLink(Instance owner)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AOwnedLinkOwner.add(Link ownedLink,
Instance owner)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AOwnedLinkOwner.remove(Link ownedLink,
Instance owner)
Removes a link between a pair of instance objects in the current associations link set. |
Uses of Instance in org.omg.uml.behavioralelements.usecases |
Subinterfaces of Instance in org.omg.uml.behavioralelements.usecases | |
interface |
UseCaseInstance
UseCaseInstance object instance interface. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |