Modifier and Type | Method and Description |
---|---|
boolean |
IMdacContextualCommand.accept(ObList<IElement> selectedElements,
IMdac mdac)
This methods authorizes a command to be displayed in a defined context.
|
boolean |
DefaultMdacContextualCommand.accept(ObList<IElement> selectedElements,
IMdac mdac)
The command accepts by default the selected elements.
|
void |
IMdacContextualCommand.actionPerformed(ObList<IElement> selectedElements,
IMdac mdac)
Method invoked when the command is launched.
|
void |
DefaultMdacContextualCommand.actionPerformed(ObList<IElement> selectedElements,
IMdac mdac)
Nothing is done, by default when the command is launched.
|
boolean |
IMdacContextualCommand.isActiveFor(ObList<IElement> selectedElements,
IMdac mdac)
This method precizes if a command has to be desactivated.
|
boolean |
DefaultMdacContextualCommand.isActiveFor(ObList<IElement> selectedElements,
IMdac mdac)
The command is active by default.
|
Modifier and Type | Method and Description |
---|---|
void |
IMdacPropertyPage.changeProperty(ObList<IElement> elements,
int row,
String value)
This method is called when the user modify the value of a property.
|
void |
AbstractMdacPropertyPage.changeProperty(ObList<IElement> elements,
int row,
String value)
This method is called when the user modify the value of a property.
|
void |
IMdacPropertyPage.update(ObList<IElement> elements,
IMdacPropertyTable table)
This method is called to provide the properties that will populate the module properties view.
|
void |
AbstractMdacPropertyPage.update(ObList<IElement> elements,
IMdacPropertyTable table)
This method is called to provide the properties that will populate the module properties view.
|
Modifier and Type | Method and Description |
---|---|
ObList<IExternDocumentType> |
IMetamodelExtensions.getExternDocumentTypes(Class<? extends IElement> metaclass)
Returns all the external document types brought by deployed modules.
|
ObList<INoteType> |
IMetamodelExtensions.getNoteTypes(Class<? extends IElement> metaclass)
Returns all the note types brought by deployed modules.
|
static ObList<IAssociationEnd> |
ObUtils.getOppositeEnds(IAssociationEnd assocEnd)
Deprecated.
|
ObList<IPropertySet> |
IAnalystModel.getPropertySets()
Get the list of known property sets.
|
ObList<IPropertyType> |
IAnalystModel.getPropertyTypes()
Get the list of known property types.
|
ObList<IStereotype> |
IMetamodelExtensions.getStereotypes(Class<? extends IElement> metaclass)
Returns all the stereotypes brought by deployed modules.
|
ObList<ITagType> |
IMetamodelExtensions.getTagTypes(Class<? extends IElement> metaclass)
Returns all the tag types brought by deployed modules.
|
Modifier and Type | Method and Description |
---|---|
IProvidedInterface |
IUmlModel.createProvidedInterface(IPort owner,
ObList<IInterface> interfaces)
Create a ProvidedInterface.
|
IRequiredInterface |
IUmlModel.createRequiredInterface(IPort owner,
ObList<IInterface> interfaces)
Create a RequiredInterface.
|
Modifier and Type | Method and Description |
---|---|
ObList<IPropertySet> |
IPropertyContainer.getDefinedPropertySet()
Get the list of ObPropertySet to the DefinedPropertySet association.
|
<T extends IPropertySet> |
IPropertyContainer.getDefinedPropertySet(Class<T> filteredClass)
Get the list of ObPropertySet to the DefinedPropertySet association.
|
ObList<IPropertyType> |
IPropertyContainer.getDefinedType()
Get the list of ObPropertyType to the DefinedType association.
|
<T extends IPropertyType> |
IPropertyContainer.getDefinedType(Class<T> filteredClass)
Get the list of ObPropertyType to the DefinedType association.
|
ObList<IPropertyEnumerationLitteral> |
IEnumeratedPropertyType.getLitteral()
Get the list of ObPropertyEnumerationLitteral to the Litteral association.
|
<T extends IPropertyEnumerationLitteral> |
IEnumeratedPropertyType.getLitteral(Class<T> filteredClass)
Get the list of ObPropertyEnumerationLitteral to the Litteral association.
|
ObList<IRequirementElement> |
IRequirementContainer.getOwned()
Get the list of ObRequirementElement to the Owned association.
|
ObList<IProperty> |
IPropertySet.getOwned()
Get the list of ObProperty to the Owned association.
|
ObList<IDictionaryElement> |
IDictionary.getOwned()
Get the list of ObDictionaryElement to the Owned association.
|
<T extends IDictionaryElement> |
IDictionary.getOwned(Class<T> filteredClass)
Get the list of ObDictionaryElement to the Owned association.
|
<T extends IProperty> |
IPropertySet.getOwned(Class<T> filteredClass)
Get the list of ObProperty to the Owned association.
|
<T extends IRequirementElement> |
IRequirementContainer.getOwned(Class<T> filteredClass)
Get the list of ObRequirementElement to the Owned association.
|
ObList<IProperty> |
IPropertyType.getTyped()
Get the list of ObProperty to the Typed association.
|
ObList<IRequirementContainer> |
IPropertySet.getTyped()
Get the list of ObRequirementContainer to the Typed association.
|
<T extends IProperty> |
IPropertyType.getTyped(Class<T> filteredClass)
Get the list of ObProperty to the Typed association.
|
<T extends IRequirementContainer> |
IPropertySet.getTyped(Class<T> filteredClass)
Get the list of ObRequirementContainer to the Typed association.
|
ObList<IDictionary> |
IPropertySet.getTypedDictionary()
Get the list of ObDictionary to the TypedDictionary association.
|
<T extends IDictionary> |
IPropertySet.getTypedDictionary(Class<T> filteredClass)
Get the list of ObDictionary to the TypedDictionary association.
|
ObList<IPropertyValue> |
IPropertyValueSet.getValue()
Get the list of ObPropertyValue to the Value association.
|
ObList<IPropertyValue> |
IProperty.getValue()
Get the list of ObPropertyValue to the Value association.
|
<T extends IPropertyValue> |
IPropertyValueSet.getValue(Class<T> filteredClass)
Get the list of ObPropertyValue to the Value association.
|
<T extends IPropertyValue> |
IProperty.getValue(Class<T> filteredClass)
Get the list of ObPropertyValue to the Value association.
|
ObList<IPropertyValueSet> |
IPropertySet.getValueSet()
Get the list of ObPropertyValueSet to the ValueSet association.
|
<T extends IPropertyValueSet> |
IPropertySet.getValueSet(Class<T> filteredClass)
Get the list of ObPropertyValueSet to the ValueSet association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnArtifact> |
IBpmnSubProcess.getArtifact()
Get the list of ObBpmnArtifact to the Artifact association.
|
ObList<IBpmnArtifact> |
IBpmnProcess.getArtifact()
Get the list of ObBpmnArtifact to the Artifact association.
|
ObList<IBpmnArtifact> |
IBpmnCollaboration.getArtifact()
Get the list of ObBpmnArtifact to the Artifact association.
|
<T extends IBpmnArtifact> |
IBpmnSubProcess.getArtifact(Class<T> filteredClass)
Get the list of ObBpmnArtifact to the Artifact association.
|
<T extends IBpmnArtifact> |
IBpmnProcess.getArtifact(Class<T> filteredClass)
Get the list of ObBpmnArtifact to the Artifact association.
|
<T extends IBpmnArtifact> |
IBpmnCollaboration.getArtifact(Class<T> filteredClass)
Get the list of ObBpmnArtifact to the Artifact association.
|
ObList<IBpmnBoundaryEvent> |
IBpmnActivity.getBoundaryEventRef()
Get the list of ObBpmnBoundaryEvent to the BoundaryEventRef association.
|
<T extends IBpmnBoundaryEvent> |
IBpmnActivity.getBoundaryEventRef(Class<T> filteredClass)
Get the list of ObBpmnBoundaryEvent to the BoundaryEventRef association.
|
ObList<IBpmnCallActivity> |
IBpmnTask.getCaller()
Get the list of ObBpmnCallActivity to the Caller association.
|
ObList<IBpmnCallActivity> |
IBpmnProcess.getCaller()
Get the list of ObBpmnCallActivity to the Caller association.
|
ObList<IBpmnServiceTask> |
IBpmnOperation.getCaller()
Get the list of ObBpmnServiceTask to the Caller association.
|
<T extends IBpmnCallActivity> |
IBpmnTask.getCaller(Class<T> filteredClass)
Get the list of ObBpmnCallActivity to the Caller association.
|
<T extends IBpmnCallActivity> |
IBpmnProcess.getCaller(Class<T> filteredClass)
Get the list of ObBpmnCallActivity to the Caller association.
|
<T extends IBpmnServiceTask> |
IBpmnOperation.getCaller(Class<T> filteredClass)
Get the list of ObBpmnServiceTask to the Caller association.
|
ObList<IBpmnFlowElement> |
IBpmnGroup.getCategorized()
Get the list of ObBpmnFlowElement to the Categorized association.
|
<T extends IBpmnFlowElement> |
IBpmnGroup.getCategorized(Class<T> filteredClass)
Get the list of ObBpmnFlowElement to the Categorized association.
|
ObList<IBpmnCompensateEventDefinition> |
IBpmnActivity.getCompensateEventDefinitions()
Get the list of ObBpmnCompensateEventDefinition to the CompensateEventDefinitions association.
|
<T extends IBpmnCompensateEventDefinition> |
IBpmnActivity.getCompensateEventDefinitions(Class<T> filteredClass)
Get the list of ObBpmnCompensateEventDefinition to the CompensateEventDefinitions association.
|
ObList<IBpmnComplexBehaviorDefinition> |
IBpmnMultiInstanceLoopCharacteristics.getComplexBehaviorDefinition()
Get the list of ObBpmnComplexBehaviorDefinition to the ComplexBehaviorDefinition association.
|
<T extends IBpmnComplexBehaviorDefinition> |
IBpmnMultiInstanceLoopCharacteristics.getComplexBehaviorDefinition(Class<T> filteredClass)
Get the list of ObBpmnComplexBehaviorDefinition to the ComplexBehaviorDefinition association.
|
ObList<IBpmnSequenceFlowDataAssociation> |
IBpmnSequenceFlow.getConnector()
Get the list of ObBpmnSequenceFlowDataAssociation to the Connector association.
|
<T extends IBpmnSequenceFlowDataAssociation> |
IBpmnSequenceFlow.getConnector(Class<T> filteredClass)
Get the list of ObBpmnSequenceFlowDataAssociation to the Connector association.
|
ObList<IBpmnDataAssociation> |
IBpmnSequenceFlowDataAssociation.getDataAssociation()
Get the list of ObBpmnDataAssociation to the DataAssociation association.
|
<T extends IBpmnDataAssociation> |
IBpmnSequenceFlowDataAssociation.getDataAssociation(Class<T> filteredClass)
Get the list of ObBpmnDataAssociation to the DataAssociation association.
|
ObList<IBpmnDataAssociation> |
IBpmnThrowEvent.getDataInputAssociation()
Get the list of ObBpmnDataAssociation to the DataInputAssociation association.
|
ObList<IBpmnDataAssociation> |
IBpmnActivity.getDataInputAssociation()
Get the list of ObBpmnDataAssociation to the DataInputAssociation association.
|
<T extends IBpmnDataAssociation> |
IBpmnThrowEvent.getDataInputAssociation(Class<T> filteredClass)
Get the list of ObBpmnDataAssociation to the DataInputAssociation association.
|
<T extends IBpmnDataAssociation> |
IBpmnActivity.getDataInputAssociation(Class<T> filteredClass)
Get the list of ObBpmnDataAssociation to the DataInputAssociation association.
|
ObList<IBpmnDataAssociation> |
IBpmnCatchEvent.getDataOutputAssociation()
Get the list of ObBpmnDataAssociation to the DataOutputAssociation association.
|
ObList<IBpmnDataAssociation> |
IBpmnActivity.getDataOutputAssociation()
Get the list of ObBpmnDataAssociation to the DataOutputAssociation association.
|
<T extends IBpmnDataAssociation> |
IBpmnCatchEvent.getDataOutputAssociation(Class<T> filteredClass)
Get the list of ObBpmnDataAssociation to the DataOutputAssociation association.
|
<T extends IBpmnDataAssociation> |
IBpmnActivity.getDataOutputAssociation(Class<T> filteredClass)
Get the list of ObBpmnDataAssociation to the DataOutputAssociation association.
|
ObList<IBpmnEndPoint> |
IBpmnParticipant.getEndPointRefs()
Get the list of ObBpmnEndPoint to the EndPointRefs association.
|
<T extends IBpmnEndPoint> |
IBpmnParticipant.getEndPointRefs(Class<T> filteredClass)
Get the list of ObBpmnEndPoint to the EndPointRefs association.
|
ObList<IBpmnMessageEventDefinition> |
IBpmnOperation.getEventDefinition()
Get the list of ObBpmnMessageEventDefinition to the EventDefinition association.
|
ObList<IBpmnMessageEventDefinition> |
IBpmnMessage.getEventDefinition()
Get the list of ObBpmnMessageEventDefinition to the EventDefinition association.
|
<T extends IBpmnMessageEventDefinition> |
IBpmnOperation.getEventDefinition(Class<T> filteredClass)
Get the list of ObBpmnMessageEventDefinition to the EventDefinition association.
|
<T extends IBpmnMessageEventDefinition> |
IBpmnMessage.getEventDefinition(Class<T> filteredClass)
Get the list of ObBpmnMessageEventDefinition to the EventDefinition association.
|
ObList<IBpmnEventDefinition> |
IBpmnEvent.getEventDefinitions()
Get the list of ObBpmnEventDefinition to the EventDefinitions association.
|
<T extends IBpmnEventDefinition> |
IBpmnEvent.getEventDefinitions(Class<T> filteredClass)
Get the list of ObBpmnEventDefinition to the EventDefinitions association.
|
ObList<IBpmnFlowElement> |
IBpmnSubProcess.getFlowElement()
Get the list of ObBpmnFlowElement to the FlowElement association.
|
ObList<IBpmnFlowElement> |
IBpmnProcess.getFlowElement()
Get the list of ObBpmnFlowElement to the FlowElement association.
|
<T extends IBpmnFlowElement> |
IBpmnSubProcess.getFlowElement(Class<T> filteredClass)
Get the list of ObBpmnFlowElement to the FlowElement association.
|
<T extends IBpmnFlowElement> |
IBpmnProcess.getFlowElement(Class<T> filteredClass)
Get the list of ObBpmnFlowElement to the FlowElement association.
|
ObList<IBpmnFlowElement> |
IBpmnLane.getFlowElementRef()
Get the list of ObBpmnFlowElement to the FlowElementRef association.
|
<T extends IBpmnFlowElement> |
IBpmnLane.getFlowElementRef(Class<T> filteredClass)
Get the list of ObBpmnFlowElement to the FlowElementRef association.
|
ObList<IBpmnGroup> |
IBpmnFlowElement.getGroups()
Get the list of ObBpmnGroup to the Groups association.
|
<T extends IBpmnGroup> |
IBpmnFlowElement.getGroups(Class<T> filteredClass)
Get the list of ObBpmnGroup to the Groups association.
|
ObList<IBpmnSequenceFlow> |
IBpmnFlowNode.getIncoming()
Get the list of ObBpmnSequenceFlow to the Incoming association.
|
<T extends IBpmnSequenceFlow> |
IBpmnFlowNode.getIncoming(Class<T> filteredClass)
Get the list of ObBpmnSequenceFlow to the Incoming association.
|
ObList<IBpmnAssociation> |
IBpmnBaseElement.getIncomingAssoc()
Get the list of ObBpmnAssociation to the IncomingAssoc association.
|
<T extends IBpmnAssociation> |
IBpmnBaseElement.getIncomingAssoc(Class<T> filteredClass)
Get the list of ObBpmnAssociation to the IncomingAssoc association.
|
ObList<IBpmnMessageFlow> |
IBpmnBaseElement.getIncomingFlow()
Get the list of ObBpmnMessageFlow to the IncomingFlow association.
|
<T extends IBpmnMessageFlow> |
IBpmnBaseElement.getIncomingFlow(Class<T> filteredClass)
Get the list of ObBpmnMessageFlow to the IncomingFlow association.
|
ObList<IBpmnOperation> |
IBpmnMessage.getInputMessage()
Get the list of ObBpmnOperation to the InputMessage association.
|
<T extends IBpmnOperation> |
IBpmnMessage.getInputMessage(Class<T> filteredClass)
Get the list of ObBpmnOperation to the InputMessage association.
|
ObList<IBpmnDataInput> |
IBpmnActivity.getInputSpecification()
Get the list of ObBpmnDataInput to the InputSpecification association.
|
<T extends IBpmnDataInput> |
IBpmnActivity.getInputSpecification(Class<T> filteredClass)
Get the list of ObBpmnDataInput to the InputSpecification association.
|
ObList<IBpmnInterface> |
IBpmnParticipant.getInterfaceRefs()
Get the list of ObBpmnInterface to the InterfaceRefs association.
|
<T extends IBpmnInterface> |
IBpmnParticipant.getInterfaceRefs(Class<T> filteredClass)
Get the list of ObBpmnInterface to the InterfaceRefs association.
|
ObList<IBpmnLane> |
IBpmnLaneSet.getLane()
Get the list of ObBpmnLane to the Lane association.
|
ObList<IBpmnLane> |
IBpmnFlowElement.getLane()
Get the list of ObBpmnLane to the Lane association.
|
<T extends IBpmnLane> |
IBpmnLaneSet.getLane(Class<T> filteredClass)
Get the list of ObBpmnLane to the Lane association.
|
<T extends IBpmnLane> |
IBpmnFlowElement.getLane(Class<T> filteredClass)
Get the list of ObBpmnLane to the Lane association.
|
ObList<IBpmnLaneSet> |
IBpmnSubProcess.getLaneSet()
Get the list of ObBpmnLaneSet to the LaneSet association.
|
ObList<IBpmnLaneSet> |
IBpmnProcess.getLaneSet()
Get the list of ObBpmnLaneSet to the LaneSet association.
|
<T extends IBpmnLaneSet> |
IBpmnSubProcess.getLaneSet(Class<T> filteredClass)
Get the list of ObBpmnLaneSet to the LaneSet association.
|
<T extends IBpmnLaneSet> |
IBpmnProcess.getLaneSet(Class<T> filteredClass)
Get the list of ObBpmnLaneSet to the LaneSet association.
|
ObList<IBpmnMultiInstanceLoopCharacteristics> |
IBpmnEventDefinition.getLoopRef()
Get the list of ObBpmnMultiInstanceLoopCharacteristics to the LoopRef association.
|
<T extends IBpmnMultiInstanceLoopCharacteristics> |
IBpmnEventDefinition.getLoopRef(Class<T> filteredClass)
Get the list of ObBpmnMultiInstanceLoopCharacteristics to the LoopRef association.
|
ObList<IBpmnMessageFlow> |
IBpmnMessage.getMessageFlow()
Get the list of ObBpmnMessageFlow to the MessageFlow association.
|
ObList<IBpmnMessageFlow> |
IBpmnCollaboration.getMessageFlow()
Get the list of ObBpmnMessageFlow to the MessageFlow association.
|
<T extends IBpmnMessageFlow> |
IBpmnMessage.getMessageFlow(Class<T> filteredClass)
Get the list of ObBpmnMessageFlow to the MessageFlow association.
|
<T extends IBpmnMessageFlow> |
IBpmnCollaboration.getMessageFlow(Class<T> filteredClass)
Get the list of ObBpmnMessageFlow to the MessageFlow association.
|
ObList<IBpmnOperation> |
IBpmnInterface.getOperation()
Get the list of ObBpmnOperation to the Operation association.
|
<T extends IBpmnOperation> |
IBpmnInterface.getOperation(Class<T> filteredClass)
Get the list of ObBpmnOperation to the Operation association.
|
ObList<IBpmnSequenceFlow> |
IBpmnFlowNode.getOutgoing()
Get the list of ObBpmnSequenceFlow to the Outgoing association.
|
<T extends IBpmnSequenceFlow> |
IBpmnFlowNode.getOutgoing(Class<T> filteredClass)
Get the list of ObBpmnSequenceFlow to the Outgoing association.
|
ObList<IBpmnAssociation> |
IBpmnBaseElement.getOutgoingAssoc()
Get the list of ObBpmnAssociation to the OutgoingAssoc association.
|
<T extends IBpmnAssociation> |
IBpmnBaseElement.getOutgoingAssoc(Class<T> filteredClass)
Get the list of ObBpmnAssociation to the OutgoingAssoc association.
|
ObList<IBpmnMessageFlow> |
IBpmnBaseElement.getOutgoingFlow()
Get the list of ObBpmnMessageFlow to the OutgoingFlow association.
|
<T extends IBpmnMessageFlow> |
IBpmnBaseElement.getOutgoingFlow(Class<T> filteredClass)
Get the list of ObBpmnMessageFlow to the OutgoingFlow association.
|
ObList<IBpmnOperation> |
IBpmnMessage.getOutputMessage()
Get the list of ObBpmnOperation to the OutputMessage association.
|
<T extends IBpmnOperation> |
IBpmnMessage.getOutputMessage(Class<T> filteredClass)
Get the list of ObBpmnOperation to the OutputMessage association.
|
ObList<IBpmnDataOutput> |
IBpmnActivity.getOutputSpecification()
Get the list of ObBpmnDataOutput to the OutputSpecification association.
|
<T extends IBpmnDataOutput> |
IBpmnActivity.getOutputSpecification(Class<T> filteredClass)
Get the list of ObBpmnDataOutput to the OutputSpecification association.
|
ObList<IBpmnResourceParameter> |
IBpmnResource.getParameter()
Get the list of ObBpmnResourceParameter to the Parameter association.
|
<T extends IBpmnResourceParameter> |
IBpmnResource.getParameter(Class<T> filteredClass)
Get the list of ObBpmnResourceParameter to the Parameter association.
|
ObList<IBpmnResourceParameterBinding> |
IBpmnResourceParameter.getParameterBindingRefs()
Get the list of ObBpmnResourceParameterBinding to the ParameterBindingRefs association.
|
<T extends IBpmnResourceParameterBinding> |
IBpmnResourceParameter.getParameterBindingRefs(Class<T> filteredClass)
Get the list of ObBpmnResourceParameterBinding to the ParameterBindingRefs association.
|
ObList<IBpmnParticipant> |
IBpmnInterface.getParticipantRef()
Get the list of ObBpmnParticipant to the ParticipantRef association.
|
<T extends IBpmnParticipant> |
IBpmnInterface.getParticipantRef(Class<T> filteredClass)
Get the list of ObBpmnParticipant to the ParticipantRef association.
|
ObList<IBpmnParticipant> |
IBpmnEndPoint.getParticipantRefs()
Get the list of ObBpmnParticipant to the ParticipantRefs association.
|
<T extends IBpmnParticipant> |
IBpmnEndPoint.getParticipantRefs(Class<T> filteredClass)
Get the list of ObBpmnParticipant to the ParticipantRefs association.
|
ObList<IBpmnParticipant> |
IBpmnCollaboration.getParticipants()
Get the list of ObBpmnParticipant to the Participants association.
|
<T extends IBpmnParticipant> |
IBpmnCollaboration.getParticipants(Class<T> filteredClass)
Get the list of ObBpmnParticipant to the Participants association.
|
ObList<IBpmnReceiveTask> |
IBpmnOperation.getReceiver()
Get the list of ObBpmnReceiveTask to the Receiver association.
|
ObList<IBpmnReceiveTask> |
IBpmnMessage.getReceiver()
Get the list of ObBpmnReceiveTask to the Receiver association.
|
<T extends IBpmnReceiveTask> |
IBpmnOperation.getReceiver(Class<T> filteredClass)
Get the list of ObBpmnReceiveTask to the Receiver association.
|
<T extends IBpmnReceiveTask> |
IBpmnMessage.getReceiver(Class<T> filteredClass)
Get the list of ObBpmnReceiveTask to the Receiver association.
|
ObList<IBpmnResourceRole> |
IBpmnProcess.getResource()
Get the list of ObBpmnResourceRole to the Resource association.
|
ObList<IBpmnResourceRole> |
IBpmnFlowNode.getResource()
Get the list of ObBpmnResourceRole to the Resource association.
|
<T extends IBpmnResourceRole> |
IBpmnProcess.getResource(Class<T> filteredClass)
Get the list of ObBpmnResourceRole to the Resource association.
|
<T extends IBpmnResourceRole> |
IBpmnFlowNode.getResource(Class<T> filteredClass)
Get the list of ObBpmnResourceRole to the Resource association.
|
ObList<IBpmnResourceParameterBinding> |
IBpmnResourceRole.getResourceParameterBinding()
Get the list of ObBpmnResourceParameterBinding to the ResourceParameterBinding association.
|
<T extends IBpmnResourceParameterBinding> |
IBpmnResourceRole.getResourceParameterBinding(Class<T> filteredClass)
Get the list of ObBpmnResourceParameterBinding to the ResourceParameterBinding association.
|
ObList<IBpmnResourceRole> |
IBpmnResource.getResourceroleRefs()
Get the list of ObBpmnResourceRole to the ResourceroleRefs association.
|
<T extends IBpmnResourceRole> |
IBpmnResource.getResourceroleRefs(Class<T> filteredClass)
Get the list of ObBpmnResourceRole to the ResourceroleRefs association.
|
ObList<IBpmnRootElement> |
IBpmnBehavior.getRootElement()
Get the list of ObBpmnRootElement to the RootElement association.
|
<T extends IBpmnRootElement> |
IBpmnBehavior.getRootElement(Class<T> filteredClass)
Get the list of ObBpmnRootElement to the RootElement association.
|
ObList<IBpmnSendTask> |
IBpmnOperation.getSender()
Get the list of ObBpmnSendTask to the Sender association.
|
ObList<IBpmnSendTask> |
IBpmnMessage.getSender()
Get the list of ObBpmnSendTask to the Sender association.
|
<T extends IBpmnSendTask> |
IBpmnOperation.getSender(Class<T> filteredClass)
Get the list of ObBpmnSendTask to the Sender association.
|
<T extends IBpmnSendTask> |
IBpmnMessage.getSender(Class<T> filteredClass)
Get the list of ObBpmnSendTask to the Sender association.
|
ObList<IBpmnLinkEventDefinition> |
IBpmnLinkEventDefinition.getSource()
Get the list of ObBpmnLinkEventDefinition to the Source association.
|
<T extends IBpmnLinkEventDefinition> |
IBpmnLinkEventDefinition.getSource(Class<T> filteredClass)
Get the list of ObBpmnLinkEventDefinition to the Source association.
|
ObList<IBpmnDataAssociation> |
IBpmnItemAwareElement.getSourceOfDataAssociation()
Get the list of ObBpmnDataAssociation to the SourceOfDataAssociation association.
|
<T extends IBpmnDataAssociation> |
IBpmnItemAwareElement.getSourceOfDataAssociation(Class<T> filteredClass)
Get the list of ObBpmnDataAssociation to the SourceOfDataAssociation association.
|
ObList<IBpmnItemAwareElement> |
IBpmnDataAssociation.getSourceRef()
Get the list of ObBpmnItemAwareElement to the SourceRef association.
|
<T extends IBpmnItemAwareElement> |
IBpmnDataAssociation.getSourceRef(Class<T> filteredClass)
Get the list of ObBpmnItemAwareElement to the SourceRef association.
|
ObList<IBpmnProcess> |
IBpmnProcess.getSupported()
Get the list of ObBpmnProcess to the Supported association.
|
<T extends IBpmnProcess> |
IBpmnProcess.getSupported(Class<T> filteredClass)
Get the list of ObBpmnProcess to the Supported association.
|
ObList<IBpmnProcess> |
IBpmnProcess.getSupports()
Get the list of ObBpmnProcess to the Supports association.
|
<T extends IBpmnProcess> |
IBpmnProcess.getSupports(Class<T> filteredClass)
Get the list of ObBpmnProcess to the Supports association.
|
ObList<IBpmnDataAssociation> |
IBpmnItemAwareElement.getTargetOfDataAssociation()
Get the list of ObBpmnDataAssociation to the TargetOfDataAssociation association.
|
<T extends IBpmnDataAssociation> |
IBpmnItemAwareElement.getTargetOfDataAssociation(Class<T> filteredClass)
Get the list of ObBpmnDataAssociation to the TargetOfDataAssociation association.
|
ObList<IBpmnItemAwareElement> |
IBpmnItemDefinition.getTypedItem()
Get the list of ObBpmnItemAwareElement to the TypedItem association.
|
<T extends IBpmnItemAwareElement> |
IBpmnItemDefinition.getTypedItem(Class<T> filteredClass)
Get the list of ObBpmnItemAwareElement to the TypedItem association.
|
ObList<IBpmnMessage> |
IBpmnItemDefinition.getTypedMessage()
Get the list of ObBpmnMessage to the TypedMessage association.
|
<T extends IBpmnMessage> |
IBpmnItemDefinition.getTypedMessage(Class<T> filteredClass)
Get the list of ObBpmnMessage to the TypedMessage association.
|
ObList<IBpmnResourceParameter> |
IBpmnItemDefinition.getTypedResourceParameter()
Get the list of ObBpmnResourceParameter to the TypedResourceParameter association.
|
<T extends IBpmnResourceParameter> |
IBpmnItemDefinition.getTypedResourceParameter(Class<T> filteredClass)
Get the list of ObBpmnResourceParameter to the TypedResourceParameter association.
|
ObList<IBpmnSequenceFlowDataAssociation> |
IBpmnDataAssociation.getVisualShortCut()
Get the list of ObBpmnSequenceFlowDataAssociation to the VisualShortCut association.
|
<T extends IBpmnSequenceFlowDataAssociation> |
IBpmnDataAssociation.getVisualShortCut(Class<T> filteredClass)
Get the list of ObBpmnSequenceFlowDataAssociation to the VisualShortCut association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IElement> |
IStatusChangeEvent.getAccessChangeEvents()
Used to get the list of updated elements.
|
ObList<IElement> |
IStatusChangeEvent.getCmsChangeEvents()
Used to get the list of created elements.
|
ObList<IElement> |
IModelChangeEvent.getCreationEvents()
Used to get the list of created elements.
|
ObList<IElement> |
IStatusChangeEvent.getRamcChangeEvents()
Used to get the list of created elements.
|
ObList<IElement> |
IModelChangeEvent.getUpdateEvents()
Used to get the list of updated elements.
|
Modifier and Type | Method and Description |
---|---|
ObList<IAbstractDiagram> |
IDiagramContainer.getDiagram()
Get the list of ObAbstractDiagram to the Diagram association.
|
<T extends IAbstractDiagram> |
IDiagramContainer.getDiagram(Class<T> filteredClass)
Get the list of ObAbstractDiagram to the Diagram association.
|
ObList<IDiagramSet> |
IDiagramContainer.getOwnedSet()
Get the list of ObDiagramSet to the OwnedSet association.
|
<T extends IDiagramSet> |
IDiagramContainer.getOwnedSet(Class<T> filteredClass)
Get the list of ObDiagramSet to the OwnedSet association.
|
ObList<IAbstractDiagram> |
IDiagramSet.getReferencedDiagram()
Get the list of ObAbstractDiagram to the ReferencedDiagram association.
|
<T extends IAbstractDiagram> |
IDiagramSet.getReferencedDiagram(Class<T> filteredClass)
Get the list of ObAbstractDiagram to the ReferencedDiagram association.
|
ObList<IDiagramSet> |
IAbstractDiagram.getReferencingSet()
Get the list of ObDiagramSet to the ReferencingSet association.
|
<T extends IDiagramSet> |
IAbstractDiagram.getReferencingSet(Class<T> filteredClass)
Get the list of ObDiagramSet to the ReferencingSet association.
|
ObList<IDiagramSet> |
IDiagramSet.getSub()
Get the list of ObDiagramSet to the Sub association.
|
<T extends IDiagramSet> |
IDiagramSet.getSub(Class<T> filteredClass)
Get the list of ObDiagramSet to the Sub association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IModule> |
IModule.getDependsOn()
Get the list of ObModule to the DependsOn association.
|
<T extends IModule> |
IModule.getDependsOn(Class<T> filteredClass)
Get the list of ObModule to the DependsOn association.
|
ObList<IModule> |
IModule.getImpacted()
Get the list of ObModule to the Impacted association.
|
<T extends IModule> |
IModule.getImpacted(Class<T> filteredClass)
Get the list of ObModule to the Impacted association.
|
ObList<IModule> |
IProject.getInstalled()
Get the list of ObModule to the Installed association.
|
<T extends IModule> |
IProject.getInstalled(Class<T> filteredClass)
Get the list of ObModule to the Installed association.
|
ObList<IConfigParam> |
IModule.getModuleParameter()
Get the list of ObConfigParam to the ModuleParameter association.
|
<T extends IConfigParam> |
IModule.getModuleParameter(Class<T> filteredClass)
Get the list of ObConfigParam to the ModuleParameter association.
|
ObList<INoteType> |
IProject.getNoteTypes(Class<?> metaclass) |
ObList<IProfile> |
IModule.getOwnedProfile()
Get the list of ObProfile to the OwnedProfile association.
|
<T extends IProfile> |
IModule.getOwnedProfile(Class<T> filteredClass)
Get the list of ObProfile to the OwnedProfile association.
|
ObList<IStereotype> |
IProject.getStereotypes(Class<?> metaclass) |
ObList<ITagType> |
IProject.getTagTypes(Class<?> metaclass) |
Modifier and Type | Method and Description |
---|---|
ObList<ISignal> |
IAcceptSignalAction.getAccepted()
Get the list of ObSignal to the Accepted association.
|
<T extends ISignal> |
IAcceptSignalAction.getAccepted(Class<T> filteredClass)
Get the list of ObSignal to the Accepted association.
|
ObList<IActivityNode> |
IStructuredActivityNode.getBody()
Get the list of ObActivityNode to the Body association.
|
ObList<IActivityNode> |
IClause.getBody()
Get the list of ObActivityNode to the Body association.
|
<T extends IActivityNode> |
IStructuredActivityNode.getBody(Class<T> filteredClass)
Get the list of ObActivityNode to the Body association.
|
<T extends IActivityNode> |
IClause.getBody(Class<T> filteredClass)
Get the list of ObActivityNode to the Body association.
|
ObList<IActivityNode> |
IActivityPartition.getContainedNode()
Get the list of ObActivityNode to the ContainedNode association.
|
<T extends IActivityNode> |
IActivityPartition.getContainedNode(Class<T> filteredClass)
Get the list of ObActivityNode to the ContainedNode association.
|
ObList<IGeneralClass> |
IExceptionHandler.getExceptionType()
Get the list of ObGeneralClass to the ExceptionType association.
|
<T extends IGeneralClass> |
IExceptionHandler.getExceptionType(Class<T> filteredClass)
Get the list of ObGeneralClass to the ExceptionType association.
|
ObList<IExceptionHandler> |
IInputPin.getHandler()
Get the list of ObExceptionHandler to the Handler association.
|
ObList<IExceptionHandler> |
IActivityAction.getHandler()
Get the list of ObExceptionHandler to the Handler association.
|
<T extends IExceptionHandler> |
IInputPin.getHandler(Class<T> filteredClass)
Get the list of ObExceptionHandler to the Handler association.
|
<T extends IExceptionHandler> |
IActivityAction.getHandler(Class<T> filteredClass)
Get the list of ObExceptionHandler to the Handler association.
|
ObList<IMessageFlow> |
IActivityPartition.getIncoming()
Get the list of ObMessageFlow to the Incoming association.
|
ObList<IActivityEdge> |
IActivityNode.getIncoming()
Get the list of ObActivityEdge to the Incoming association.
|
<T extends IActivityEdge> |
IActivityNode.getIncoming(Class<T> filteredClass)
Get the list of ObActivityEdge to the Incoming association.
|
<T extends IMessageFlow> |
IActivityPartition.getIncoming(Class<T> filteredClass)
Get the list of ObMessageFlow to the Incoming association.
|
ObList<IInputPin> |
IActivityAction.getInput()
Get the list of ObInputPin to the Input association.
|
<T extends IInputPin> |
IActivityAction.getInput(Class<T> filteredClass)
Get the list of ObInputPin to the Input association.
|
ObList<IExpansionNode> |
IExpansionRegion.getInputElement()
Get the list of ObExpansionNode to the InputElement association.
|
<T extends IExpansionNode> |
IExpansionRegion.getInputElement(Class<T> filteredClass)
Get the list of ObExpansionNode to the InputElement association.
|
ObList<IActivityEdge> |
IInterruptibleActivityRegion.getInterruptingEdge()
Get the list of ObActivityEdge to the InterruptingEdge association.
|
<T extends IActivityEdge> |
IInterruptibleActivityRegion.getInterruptingEdge(Class<T> filteredClass)
Get the list of ObActivityEdge to the InterruptingEdge association.
|
ObList<IMessageFlow> |
IActivityPartition.getOutgoing()
Get the list of ObMessageFlow to the Outgoing association.
|
ObList<IActivityEdge> |
IActivityNode.getOutgoing()
Get the list of ObActivityEdge to the Outgoing association.
|
<T extends IActivityEdge> |
IActivityNode.getOutgoing(Class<T> filteredClass)
Get the list of ObActivityEdge to the Outgoing association.
|
<T extends IMessageFlow> |
IActivityPartition.getOutgoing(Class<T> filteredClass)
Get the list of ObMessageFlow to the Outgoing association.
|
ObList<IOutputPin> |
IActivityAction.getOutput()
Get the list of ObOutputPin to the Output association.
|
<T extends IOutputPin> |
IActivityAction.getOutput(Class<T> filteredClass)
Get the list of ObOutputPin to the Output association.
|
ObList<IExpansionNode> |
IExpansionRegion.getOutputElement()
Get the list of ObExpansionNode to the OutputElement association.
|
<T extends IExpansionNode> |
IExpansionRegion.getOutputElement(Class<T> filteredClass)
Get the list of ObExpansionNode to the OutputElement association.
|
ObList<IClause> |
IConditionalNode.getOwnedClause()
Get the list of ObClause to the OwnedClause association.
|
<T extends IClause> |
IConditionalNode.getOwnedClause(Class<T> filteredClass)
Get the list of ObClause to the OwnedClause association.
|
ObList<IActivityGroup> |
IActivity.getOwnedGroup()
Get the list of ObActivityGroup to the OwnedGroup association.
|
<T extends IActivityGroup> |
IActivity.getOwnedGroup(Class<T> filteredClass)
Get the list of ObActivityGroup to the OwnedGroup association.
|
ObList<IActivityNode> |
IActivity.getOwnedNode()
Get the list of ObActivityNode to the OwnedNode association.
|
<T extends IActivityNode> |
IActivity.getOwnedNode(Class<T> filteredClass)
Get the list of ObActivityNode to the OwnedNode association.
|
ObList<IInformationFlow> |
IActivityEdge.getRealizedInformationFlow()
Get the list of ObInformationFlow to the RealizedInformationFlow association.
|
<T extends IInformationFlow> |
IActivityEdge.getRealizedInformationFlow(Class<T> filteredClass)
Get the list of ObInformationFlow to the RealizedInformationFlow association.
|
ObList<IActivityPartition> |
IActivityPartition.getSubPartition()
Get the list of ObActivityPartition to the SubPartition association.
|
<T extends IActivityPartition> |
IActivityPartition.getSubPartition(Class<T> filteredClass)
Get the list of ObActivityPartition to the SubPartition association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnCallActivity> |
IBehavior.getBpmnCaller()
Get the list of ObBpmnCallActivity to the BpmnCaller association.
|
<T extends IBpmnCallActivity> |
IBehavior.getBpmnCaller(Class<T> filteredClass)
Get the list of ObBpmnCallActivity to the BpmnCaller association.
|
ObList<ICallBehaviorAction> |
IBehavior.getCaller()
Get the list of ObCallBehaviorAction to the Caller association.
|
<T extends ICallBehaviorAction> |
IBehavior.getCaller(Class<T> filteredClass)
Get the list of ObCallBehaviorAction to the Caller association.
|
ObList<ICommunicationMessage> |
ISignal.getCommunicationUsage()
Get the list of ObCommunicationMessage to the CommunicationUsage association.
|
<T extends ICommunicationMessage> |
ISignal.getCommunicationUsage(Class<T> filteredClass)
Get the list of ObCommunicationMessage to the CommunicationUsage association.
|
ObList<IDataFlow> |
ISignal.getDOccurence()
Get the list of ObDataFlow to the DOccurence association.
|
<T extends IDataFlow> |
ISignal.getDOccurence(Class<T> filteredClass)
Get the list of ObDataFlow to the DOccurence association.
|
ObList<IEvent> |
IBehavior.getEComponent()
Get the list of ObEvent to the EComponent association.
|
<T extends IEvent> |
IBehavior.getEComponent(Class<T> filteredClass)
Get the list of ObEvent to the EComponent association.
|
ObList<ITransition> |
IBehavior.getEffectOf()
Get the list of ObTransition to the EffectOf association.
|
<T extends ITransition> |
IBehavior.getEffectOf(Class<T> filteredClass)
Get the list of ObTransition to the EffectOf association.
|
ObList<IEvent> |
ISignal.getEOccurence()
Get the list of ObEvent to the EOccurence association.
|
<T extends IEvent> |
ISignal.getEOccurence(Class<T> filteredClass)
Get the list of ObEvent to the EOccurence association.
|
ObList<ICollaboration> |
IBehavior.getOwnedCollaboration()
Get the list of ObCollaboration to the OwnedCollaboration association.
|
<T extends ICollaboration> |
IBehavior.getOwnedCollaboration(Class<T> filteredClass)
Get the list of ObCollaboration to the OwnedCollaboration association.
|
ObList<IBehaviorParameter> |
IBehavior.getParameter()
Get the list of ObBehaviorParameter to the Parameter association.
|
<T extends IBehaviorParameter> |
IBehavior.getParameter(Class<T> filteredClass)
Get the list of ObBehaviorParameter to the Parameter association.
|
ObList<IAcceptSignalAction> |
ISignal.getReceiver()
Get the list of ObAcceptSignalAction to the Receiver association.
|
<T extends IAcceptSignalAction> |
ISignal.getReceiver(Class<T> filteredClass)
Get the list of ObAcceptSignalAction to the Receiver association.
|
ObList<IObjectNode> |
IBehaviorParameter.getRepresentingObjectNode()
Get the list of ObObjectNode to the RepresentingObjectNode association.
|
<T extends IObjectNode> |
IBehaviorParameter.getRepresentingObjectNode(Class<T> filteredClass)
Get the list of ObObjectNode to the RepresentingObjectNode association.
|
ObList<ISendSignalAction> |
ISignal.getSender()
Get the list of ObSendSignalAction to the Sender association.
|
<T extends ISendSignalAction> |
ISignal.getSender(Class<T> filteredClass)
Get the list of ObSendSignalAction to the Sender association.
|
ObList<ITransition> |
ISignal.getSends()
Get the list of ObTransition to the Sends association.
|
<T extends ITransition> |
ISignal.getSends(Class<T> filteredClass)
Get the list of ObTransition to the Sends association.
|
ObList<IMessage> |
ISignal.getUsage()
Get the list of ObMessage to the Usage association.
|
<T extends IMessage> |
ISignal.getUsage(Class<T> filteredClass)
Get the list of ObMessage to the Usage association.
|
Modifier and Type | Method and Description |
---|---|
ObList<ICommunicationChannel> |
ICommunicationNode.getEnded()
Get the list of ObCommunicationChannel to the Ended association.
|
<T extends ICommunicationChannel> |
ICommunicationNode.getEnded(Class<T> filteredClass)
Get the list of ObCommunicationChannel to the Ended association.
|
ObList<ICommunicationMessage> |
ICommunicationChannel.getInvertedMessage()
Get the list of ObCommunicationMessage to the InvertedMessage association.
|
<T extends ICommunicationMessage> |
ICommunicationChannel.getInvertedMessage(Class<T> filteredClass)
Get the list of ObCommunicationMessage to the InvertedMessage association.
|
ObList<ICommunicationNode> |
ICommunicationInteraction.getOwned()
Get the list of ObCommunicationNode to the Owned association.
|
<T extends ICommunicationNode> |
ICommunicationInteraction.getOwned(Class<T> filteredClass)
Get the list of ObCommunicationNode to the Owned association.
|
ObList<IInformationFlow> |
ICommunicationMessage.getRealizedInformationFlow()
Get the list of ObInformationFlow to the RealizedInformationFlow association.
|
<T extends IInformationFlow> |
ICommunicationMessage.getRealizedInformationFlow(Class<T> filteredClass)
Get the list of ObInformationFlow to the RealizedInformationFlow association.
|
ObList<ICommunicationMessage> |
ICommunicationChannel.getSentMessage()
Get the list of ObCommunicationMessage to the SentMessage association.
|
<T extends ICommunicationMessage> |
ICommunicationChannel.getSentMessage(Class<T> filteredClass)
Get the list of ObCommunicationMessage to the SentMessage association.
|
ObList<ICommunicationChannel> |
ICommunicationNode.getStarted()
Get the list of ObCommunicationChannel to the Started association.
|
<T extends ICommunicationChannel> |
ICommunicationNode.getStarted(Class<T> filteredClass)
Get the list of ObCommunicationChannel to the Started association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IGate> |
IGate.getActual()
Get the list of ObGate to the Actual association.
|
<T extends IGate> |
IGate.getActual(Class<T> filteredClass)
Get the list of ObGate to the Actual association.
|
ObList<IGate> |
IInteractionUse.getActualGate()
Get the list of ObGate to the ActualGate association.
|
<T extends IGate> |
IInteractionUse.getActualGate(Class<T> filteredClass)
Get the list of ObGate to the ActualGate association.
|
ObList<ILifeline> |
IInteractionFragment.getCovered()
Get the list of ObLifeline to the Covered association.
|
<T extends ILifeline> |
IInteractionFragment.getCovered(Class<T> filteredClass)
Get the list of ObLifeline to the Covered association.
|
ObList<IInteractionFragment> |
ILifeline.getCoveredBy()
Get the list of ObInteractionFragment to the CoveredBy association.
|
<T extends IInteractionFragment> |
ILifeline.getCoveredBy(Class<T> filteredClass)
Get the list of ObInteractionFragment to the CoveredBy association.
|
ObList<IGate> |
IInteraction.getFormalGate()
Get the list of ObGate to the FormalGate association.
|
<T extends IGate> |
IInteraction.getFormalGate(Class<T> filteredClass)
Get the list of ObGate to the FormalGate association.
|
ObList<IInteractionFragment> |
IInteractionOperand.getFragment()
Get the list of ObInteractionFragment to the Fragment association.
|
ObList<IInteractionFragment> |
IInteraction.getFragment()
Get the list of ObInteractionFragment to the Fragment association.
|
<T extends IInteractionFragment> |
IInteractionOperand.getFragment(Class<T> filteredClass)
Get the list of ObInteractionFragment to the Fragment association.
|
<T extends IInteractionFragment> |
IInteraction.getFragment(Class<T> filteredClass)
Get the list of ObInteractionFragment to the Fragment association.
|
ObList<IGate> |
ICombinedFragment.getFragmentGate()
Get the list of ObGate to the FragmentGate association.
|
<T extends IGate> |
ICombinedFragment.getFragmentGate(Class<T> filteredClass)
Get the list of ObGate to the FragmentGate association.
|
ObList<IInteractionOperand> |
ICombinedFragment.getOperand()
Get the list of ObInteractionOperand to the Operand association.
|
<T extends IInteractionOperand> |
ICombinedFragment.getOperand(Class<T> filteredClass)
Get the list of ObInteractionOperand to the Operand association.
|
ObList<ILifeline> |
IInteraction.getOwnedLine()
Get the list of ObLifeline to the OwnedLine association.
|
<T extends ILifeline> |
IInteraction.getOwnedLine(Class<T> filteredClass)
Get the list of ObLifeline to the OwnedLine association.
|
ObList<IInformationFlow> |
IMessage.getRealizedInformationFlow()
Get the list of ObInformationFlow to the RealizedInformationFlow association.
|
<T extends IInformationFlow> |
IMessage.getRealizedInformationFlow(Class<T> filteredClass)
Get the list of ObInformationFlow to the RealizedInformationFlow association.
|
ObList<IInteractionUse> |
IInteraction.getReferedUse()
Get the list of ObInteractionUse to the ReferedUse association.
|
<T extends IInteractionUse> |
IInteraction.getReferedUse(Class<T> filteredClass)
Get the list of ObInteractionUse to the ReferedUse association.
|
ObList<IGeneralOrdering> |
IOccurrenceSpecification.getToAfter()
Get the list of ObGeneralOrdering to the ToAfter association.
|
<T extends IGeneralOrdering> |
IOccurrenceSpecification.getToAfter(Class<T> filteredClass)
Get the list of ObGeneralOrdering to the ToAfter association.
|
ObList<IGeneralOrdering> |
IOccurrenceSpecification.getToBefore()
Get the list of ObGeneralOrdering to the ToBefore association.
|
<T extends IGeneralOrdering> |
IOccurrenceSpecification.getToBefore(Class<T> filteredClass)
Get the list of ObGeneralOrdering to the ToBefore association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnDataState> |
IState.getBpmnDataStateRefs()
Get the list of ObBpmnDataState to the BpmnDataStateRefs association.
|
<T extends IBpmnDataState> |
IState.getBpmnDataStateRefs(Class<T> filteredClass)
Get the list of ObBpmnDataState to the BpmnDataStateRefs association.
|
ObList<IConnectionPointReference> |
IState.getConnection()
Get the list of ObConnectionPointReference to the Connection association.
|
ObList<IConnectionPointReference> |
IExitPointPseudoState.getConnection()
Get the list of ObConnectionPointReference to the Connection association.
|
ObList<IConnectionPointReference> |
IEntryPointPseudoState.getConnection()
Get the list of ObConnectionPointReference to the Connection association.
|
<T extends IConnectionPointReference> |
IState.getConnection(Class<T> filteredClass)
Get the list of ObConnectionPointReference to the Connection association.
|
<T extends IConnectionPointReference> |
IExitPointPseudoState.getConnection(Class<T> filteredClass)
Get the list of ObConnectionPointReference to the Connection association.
|
<T extends IConnectionPointReference> |
IEntryPointPseudoState.getConnection(Class<T> filteredClass)
Get the list of ObConnectionPointReference to the Connection association.
|
ObList<IEvent> |
IState.getDeffered()
Get the list of ObEvent to the Deffered association.
|
<T extends IEvent> |
IState.getDeffered(Class<T> filteredClass)
Get the list of ObEvent to the Deffered association.
|
ObList<IEntryPointPseudoState> |
IStateMachine.getEntryPoint()
Get the list of ObEntryPointPseudoState to the EntryPoint association.
|
ObList<IEntryPointPseudoState> |
IState.getEntryPoint()
Get the list of ObEntryPointPseudoState to the EntryPoint association.
|
<T extends IEntryPointPseudoState> |
IStateMachine.getEntryPoint(Class<T> filteredClass)
Get the list of ObEntryPointPseudoState to the EntryPoint association.
|
<T extends IEntryPointPseudoState> |
IState.getEntryPoint(Class<T> filteredClass)
Get the list of ObEntryPointPseudoState to the EntryPoint association.
|
ObList<IExitPointPseudoState> |
IStateMachine.getExitPoint()
Get the list of ObExitPointPseudoState to the ExitPoint association.
|
ObList<IExitPointPseudoState> |
IState.getExitPoint()
Get the list of ObExitPointPseudoState to the ExitPoint association.
|
<T extends IExitPointPseudoState> |
IStateMachine.getExitPoint(Class<T> filteredClass)
Get the list of ObExitPointPseudoState to the ExitPoint association.
|
<T extends IExitPointPseudoState> |
IState.getExitPoint(Class<T> filteredClass)
Get the list of ObExitPointPseudoState to the ExitPoint association.
|
ObList<ITransition> |
IStateVertex.getIncoming()
Get the list of ObTransition to the Incoming association.
|
<T extends ITransition> |
IStateVertex.getIncoming(Class<T> filteredClass)
Get the list of ObTransition to the Incoming association.
|
ObList<IInternalTransition> |
IState.getInternal()
Get the list of ObInternalTransition to the Internal association.
|
<T extends IInternalTransition> |
IState.getInternal(Class<T> filteredClass)
Get the list of ObInternalTransition to the Internal association.
|
ObList<IState> |
IEvent.getOrigin()
Get the list of ObState to the Origin association.
|
<T extends IState> |
IEvent.getOrigin(Class<T> filteredClass)
Get the list of ObState to the Origin association.
|
ObList<ITransition> |
IStateVertex.getOutGoing()
Get the list of ObTransition to the OutGoing association.
|
<T extends ITransition> |
IStateVertex.getOutGoing(Class<T> filteredClass)
Get the list of ObTransition to the OutGoing association.
|
ObList<IRegion> |
IState.getOwnedRegion()
Get the list of ObRegion to the OwnedRegion association.
|
<T extends IRegion> |
IState.getOwnedRegion(Class<T> filteredClass)
Get the list of ObRegion to the OwnedRegion association.
|
ObList<IObjectNode> |
IState.getRequiredStateOf()
Get the list of ObObjectNode to the RequiredStateOf association.
|
<T extends IObjectNode> |
IState.getRequiredStateOf(Class<T> filteredClass)
Get the list of ObObjectNode to the RequiredStateOf association.
|
ObList<IBpmnItemAwareElement> |
IState.getRequiredStateOfBpmnItem()
Get the list of ObBpmnItemAwareElement to the RequiredStateOfBpmnItem association.
|
<T extends IBpmnItemAwareElement> |
IState.getRequiredStateOfBpmnItem(Class<T> filteredClass)
Get the list of ObBpmnItemAwareElement to the RequiredStateOfBpmnItem association.
|
ObList<IBpmnMessage> |
IState.getRequiredStateOfBpmnMessage()
Get the list of ObBpmnMessage to the RequiredStateOfBpmnMessage association.
|
<T extends IBpmnMessage> |
IState.getRequiredStateOfBpmnMessage(Class<T> filteredClass)
Get the list of ObBpmnMessage to the RequiredStateOfBpmnMessage association.
|
ObList<IStateVertex> |
IRegion.getSub()
Get the list of ObStateVertex to the Sub association.
|
<T extends IStateVertex> |
IRegion.getSub(Class<T> filteredClass)
Get the list of ObStateVertex to the Sub association.
|
ObList<IState> |
IStateMachine.getSubmachineState()
Get the list of ObState to the SubmachineState association.
|
<T extends IState> |
IStateMachine.getSubmachineState(Class<T> filteredClass)
Get the list of ObState to the SubmachineState association.
|
ObList<ITransition> |
IEvent.getTriggered()
Get the list of ObTransition to the Triggered association.
|
<T extends ITransition> |
IEvent.getTriggered(Class<T> filteredClass)
Get the list of ObTransition to the Triggered association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IClassifier> |
IInformationFlow.getConveyed()
Get the list of ObClassifier to the Conveyed association.
|
<T extends IClassifier> |
IInformationFlow.getConveyed(Class<T> filteredClass)
Get the list of ObClassifier to the Conveyed association.
|
ObList<IModelElement> |
IInformationFlow.getInformationSource()
Get the list of ObModelElement to the InformationSource association.
|
<T extends IModelElement> |
IInformationFlow.getInformationSource(Class<T> filteredClass)
Get the list of ObModelElement to the InformationSource association.
|
ObList<IModelElement> |
IInformationFlow.getInformationTarget()
Get the list of ObModelElement to the InformationTarget association.
|
<T extends IModelElement> |
IInformationFlow.getInformationTarget(Class<T> filteredClass)
Get the list of ObModelElement to the InformationTarget association.
|
ObList<IActivityEdge> |
IInformationFlow.getRealizingActivityEdge()
Get the list of ObActivityEdge to the RealizingActivityEdge association.
|
<T extends IActivityEdge> |
IInformationFlow.getRealizingActivityEdge(Class<T> filteredClass)
Get the list of ObActivityEdge to the RealizingActivityEdge association.
|
ObList<IAssociation> |
IInformationFlow.getRealizingAssociation()
Get the list of ObAssociation to the RealizingAssociation association.
|
<T extends IAssociation> |
IInformationFlow.getRealizingAssociation(Class<T> filteredClass)
Get the list of ObAssociation to the RealizingAssociation association.
|
ObList<ICommunicationMessage> |
IInformationFlow.getRealizingCommunicationMessage()
Get the list of ObCommunicationMessage to the RealizingCommunicationMessage association.
|
<T extends ICommunicationMessage> |
IInformationFlow.getRealizingCommunicationMessage(Class<T> filteredClass)
Get the list of ObCommunicationMessage to the RealizingCommunicationMessage association.
|
ObList<ILink> |
IInformationFlow.getRealizingLink()
Get the list of ObLink to the RealizingLink association.
|
<T extends ILink> |
IInformationFlow.getRealizingLink(Class<T> filteredClass)
Get the list of ObLink to the RealizingLink association.
|
ObList<IMessage> |
IInformationFlow.getRealizingMessage()
Get the list of ObMessage to the RealizingMessage association.
|
<T extends IMessage> |
IInformationFlow.getRealizingMessage(Class<T> filteredClass)
Get the list of ObMessage to the RealizingMessage association.
|
ObList<IClassifier> |
IInformationItem.getRepresented()
Get the list of ObClassifier to the Represented association.
|
<T extends IClassifier> |
IInformationItem.getRepresented(Class<T> filteredClass)
Get the list of ObClassifier to the Represented association.
|
Modifier and Type | Method and Description |
---|---|
ObList<ITagParameter> |
ITaggedValue.getActual()
Get the list of ObTagParameter to the Actual association.
|
<T extends ITagParameter> |
ITaggedValue.getActual(Class<T> filteredClass)
Get the list of ObTagParameter to the Actual association.
|
ObList<IBpmnLane> |
IModelElement.getBpmnLaneRefs()
Get the list of ObBpmnLane to the BpmnLaneRefs association.
|
<T extends IBpmnLane> |
IModelElement.getBpmnLaneRefs(Class<T> filteredClass)
Get the list of ObBpmnLane to the BpmnLaneRefs association.
|
ObList<INamespaceUse> |
IElement.getcausing()
Get the list of ObNamespaceUse to the causing association.
|
<T extends INamespaceUse> |
IElement.getcausing(Class<T> filteredClass)
Get the list of ObNamespaceUse to the causing association.
|
ObList<IStereotype> |
IStereotype.getChild()
Get the list of ObStereotype to the Child association.
|
<T extends IStereotype> |
IStereotype.getChild(Class<T> filteredClass)
Get the list of ObStereotype to the Child association.
|
ObList<IModelElement> |
IConstraint.getConstrainedElement()
Get the list of ObModelElement to the ConstrainedElement association.
|
<T extends IModelElement> |
IConstraint.getConstrainedElement(Class<T> filteredClass)
Get the list of ObModelElement to the ConstrainedElement association.
|
ObList<IConstraint> |
IModelElement.getConstraintDefinition()
Get the list of ObConstraint to the ConstraintDefinition association.
|
<T extends IConstraint> |
IModelElement.getConstraintDefinition(Class<T> filteredClass)
Get the list of ObConstraint to the ConstraintDefinition association.
|
ObList<ITemplateParameter> |
IModelElement.getDefaultParametering()
Get the list of ObTemplateParameter to the DefaultParametering association.
|
<T extends ITemplateParameter> |
IModelElement.getDefaultParametering(Class<T> filteredClass)
Get the list of ObTemplateParameter to the DefaultParametering association.
|
ObList<IExternDocumentType> |
IStereotype.getDefinedExternDocumentType()
Get the list of ObExternDocumentType to the DefinedExternDocumentType association.
|
ObList<IExternDocumentType> |
IMetaclassReference.getDefinedExternDocumentType()
Get the list of ObExternDocumentType to the DefinedExternDocumentType association.
|
<T extends IExternDocumentType> |
IStereotype.getDefinedExternDocumentType(Class<T> filteredClass)
Get the list of ObExternDocumentType to the DefinedExternDocumentType association.
|
<T extends IExternDocumentType> |
IMetaclassReference.getDefinedExternDocumentType(Class<T> filteredClass)
Get the list of ObExternDocumentType to the DefinedExternDocumentType association.
|
ObList<INoteType> |
IStereotype.getDefinedNoteType()
Get the list of ObNoteType to the DefinedNoteType association.
|
ObList<INoteType> |
IMetaclassReference.getDefinedNoteType()
Get the list of ObNoteType to the DefinedNoteType association.
|
<T extends INoteType> |
IStereotype.getDefinedNoteType(Class<T> filteredClass)
Get the list of ObNoteType to the DefinedNoteType association.
|
<T extends INoteType> |
IMetaclassReference.getDefinedNoteType(Class<T> filteredClass)
Get the list of ObNoteType to the DefinedNoteType association.
|
ObList<IStereotype> |
IProfile.getDefinedStereotype()
Get the list of ObStereotype to the DefinedStereotype association.
|
<T extends IStereotype> |
IProfile.getDefinedStereotype(Class<T> filteredClass)
Get the list of ObStereotype to the DefinedStereotype association.
|
ObList<ITagType> |
IStereotype.getDefinedTagType()
Get the list of ObTagType to the DefinedTagType association.
|
ObList<ITagType> |
IMetaclassReference.getDefinedTagType()
Get the list of ObTagType to the DefinedTagType association.
|
<T extends ITagType> |
IStereotype.getDefinedTagType(Class<T> filteredClass)
Get the list of ObTagType to the DefinedTagType association.
|
<T extends ITagType> |
IMetaclassReference.getDefinedTagType(Class<T> filteredClass)
Get the list of ObTagType to the DefinedTagType association.
|
ObList<IDependency> |
IModelElement.getDependsOnDependency()
Get the list of ObDependency to the DependsOnDependency association.
|
<T extends IDependency> |
IModelElement.getDependsOnDependency(Class<T> filteredClass)
Get the list of ObDependency to the DependsOnDependency association.
|
ObList<INote> |
IModelElement.getDescriptor()
Get the list of ObNote to the Descriptor association.
|
<T extends INote> |
IModelElement.getDescriptor(Class<T> filteredClass)
Get the list of ObNote to the Descriptor association.
|
ObList<IExternDocument> |
IModelElement.getDocument()
Get the list of ObExternDocument to the Document association.
|
<T extends IExternDocument> |
IModelElement.getDocument(Class<T> filteredClass)
Get the list of ObExternDocument to the Document association.
|
ObList<INote> |
INoteType.getElement()
Get the list of ObNote to the Element association.
|
<T extends INote> |
INoteType.getElement(Class<T> filteredClass)
Get the list of ObNote to the Element association.
|
ObList<IModelElement> |
IStereotype.getExtendedElement()
Get the list of ObModelElement to the ExtendedElement association.
|
<T extends IModelElement> |
IStereotype.getExtendedElement(Class<T> filteredClass)
Get the list of ObModelElement to the ExtendedElement association.
|
ObList<IStereotype> |
IModelElement.getExtension()
Get the list of ObStereotype to the Extension association.
|
<T extends IStereotype> |
IModelElement.getExtension(Class<T> filteredClass)
Get the list of ObStereotype to the Extension association.
|
ObList<IDependency> |
IModelElement.getImpactedDependency()
Get the list of ObDependency to the ImpactedDependency association.
|
<T extends IDependency> |
IModelElement.getImpactedDependency(Class<T> filteredClass)
Get the list of ObDependency to the ImpactedDependency association.
|
ObList<ITagParameter> |
ILocalTaggedValue.getLocalActual()
Get the list of ObTagParameter to the LocalActual association.
|
<T extends ITagParameter> |
ILocalTaggedValue.getLocalActual(Class<T> filteredClass)
Get the list of ObTagParameter to the LocalActual association.
|
ObList<ILocalNote> |
IModelElement.getLocalDescriptor()
Get the list of ObLocalNote to the LocalDescriptor association.
|
<T extends ILocalNote> |
IModelElement.getLocalDescriptor(Class<T> filteredClass)
Get the list of ObLocalNote to the LocalDescriptor association.
|
ObList<ILocalNote> |
INoteType.getLocalElement()
Get the list of ObLocalNote to the LocalElement association.
|
<T extends ILocalNote> |
INoteType.getLocalElement(Class<T> filteredClass)
Get the list of ObLocalNote to the LocalElement association.
|
ObList<ILocalTaggedValue> |
IModelElement.getLocalTag()
Get the list of ObLocalTaggedValue to the LocalTag association.
|
<T extends ILocalTaggedValue> |
IModelElement.getLocalTag(Class<T> filteredClass)
Get the list of ObLocalTaggedValue to the LocalTag association.
|
ObList<ILocalTaggedValue> |
ITagType.getLocalTagOccurence()
Get the list of ObLocalTaggedValue to the LocalTagOccurence association.
|
<T extends ILocalTaggedValue> |
ITagType.getLocalTagOccurence(Class<T> filteredClass)
Get the list of ObLocalTaggedValue to the LocalTagOccurence association.
|
ObList<IManifestation> |
IModelElement.getManifesting()
Get the list of ObManifestation to the Manifesting association.
|
<T extends IManifestation> |
IModelElement.getManifesting(Class<T> filteredClass)
Get the list of ObManifestation to the Manifesting association.
|
ObList<IMetaclassReference> |
IProfile.getOwnedReference()
Get the list of ObMetaclassReference to the OwnedReference association.
|
<T extends IMetaclassReference> |
IProfile.getOwnedReference(Class<T> filteredClass)
Get the list of ObMetaclassReference to the OwnedReference association.
|
ObList<IAbstractDiagram> |
IModelElement.getproduct()
Get the list of ObAbstractDiagram to the product association.
|
<T extends IAbstractDiagram> |
IModelElement.getproduct(Class<T> filteredClass)
Get the list of ObAbstractDiagram to the product association.
|
ObList<IInformationFlow> |
IModelElement.getReceivedInfo()
Get the list of ObInformationFlow to the ReceivedInfo association.
|
<T extends IInformationFlow> |
IModelElement.getReceivedInfo(Class<T> filteredClass)
Get the list of ObInformationFlow to the ReceivedInfo association.
|
ObList<IConnector> |
IModelElement.getRepresentingConnector()
Get the list of ObConnector to the RepresentingConnector association.
|
<T extends IConnector> |
IModelElement.getRepresentingConnector(Class<T> filteredClass)
Get the list of ObConnector to the RepresentingConnector association.
|
ObList<IConnectorEnd> |
IModelElement.getRepresentingEnd()
Get the list of ObConnectorEnd to the RepresentingEnd association.
|
<T extends IConnectorEnd> |
IModelElement.getRepresentingEnd(Class<T> filteredClass)
Get the list of ObConnectorEnd to the RepresentingEnd association.
|
ObList<IBindableInstance> |
IModelElement.getRepresentingInstance()
Get the list of ObBindableInstance to the RepresentingInstance association.
|
<T extends IBindableInstance> |
IModelElement.getRepresentingInstance(Class<T> filteredClass)
Get the list of ObBindableInstance to the RepresentingInstance association.
|
ObList<IActivityPartition> |
IModelElement.getRepresentingPartition()
Get the list of ObActivityPartition to the RepresentingPartition association.
|
<T extends IActivityPartition> |
IModelElement.getRepresentingPartition(Class<T> filteredClass)
Get the list of ObActivityPartition to the RepresentingPartition association.
|
ObList<IBinding> |
IModelElement.getRepresents()
Get the list of ObBinding to the Represents association.
|
<T extends IBinding> |
IModelElement.getRepresents(Class<T> filteredClass)
Get the list of ObBinding to the Represents association.
|
ObList<IInformationFlow> |
IModelElement.getSentInfo()
Get the list of ObInformationFlow to the SentInfo association.
|
<T extends IInformationFlow> |
IModelElement.getSentInfo(Class<T> filteredClass)
Get the list of ObInformationFlow to the SentInfo association.
|
ObList<ITaggedValue> |
IModelElement.getTag()
Get the list of ObTaggedValue to the Tag association.
|
<T extends ITaggedValue> |
IModelElement.getTag(Class<T> filteredClass)
Get the list of ObTaggedValue to the Tag association.
|
ObList<ITaggedValue> |
ITagType.getTagOccurence()
Get the list of ObTaggedValue to the TagOccurence association.
|
<T extends ITaggedValue> |
ITagType.getTagOccurence(Class<T> filteredClass)
Get the list of ObTaggedValue to the TagOccurence association.
|
ObList<ITemplateParameterSubstitution> |
IModelElement.getTemplateSubstitution()
Get the list of ObTemplateParameterSubstitution to the TemplateSubstitution association.
|
<T extends ITemplateParameterSubstitution> |
IModelElement.getTemplateSubstitution(Class<T> filteredClass)
Get the list of ObTemplateParameterSubstitution to the TemplateSubstitution association.
|
ObList<IExternDocument> |
IExternDocumentType.getTypedDoc()
Get the list of ObExternDocument to the TypedDoc association.
|
<T extends IExternDocument> |
IExternDocumentType.getTypedDoc(Class<T> filteredClass)
Get the list of ObExternDocument to the TypedDoc association.
|
ObList<ITemplateParameter> |
IModelElement.getTypingParameter()
Get the list of ObTemplateParameter to the TypingParameter association.
|
<T extends ITemplateParameter> |
IModelElement.getTypingParameter(Class<T> filteredClass)
Get the list of ObTemplateParameter to the TypingParameter association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBehaviorParameter> |
IParameter.getBehaviorParam()
Get the list of ObBehaviorParameter to the BehaviorParam association.
|
<T extends IBehaviorParameter> |
IParameter.getBehaviorParam(Class<T> filteredClass)
Get the list of ObBehaviorParameter to the BehaviorParam association.
|
ObList<IBpmnInterface> |
IGeneralClass.getBpmnInterfaceRefs()
Get the list of ObBpmnInterface to the BpmnInterfaceRefs association.
|
<T extends IBpmnInterface> |
IGeneralClass.getBpmnInterfaceRefs(Class<T> filteredClass)
Get the list of ObBpmnInterface to the BpmnInterfaceRefs association.
|
ObList<IBpmnItemAwareElement> |
IGeneralClass.getBpmnItemAwareRefs()
Get the list of ObBpmnItemAwareElement to the BpmnItemAwareRefs association.
|
<T extends IBpmnItemAwareElement> |
IGeneralClass.getBpmnItemAwareRefs(Class<T> filteredClass)
Get the list of ObBpmnItemAwareElement to the BpmnItemAwareRefs association.
|
ObList<IBpmnItemDefinition> |
IGeneralClass.getBpmnItemDefinitionRefs()
Get the list of ObBpmnItemDefinition to the BpmnItemDefinitionRefs association.
|
<T extends IBpmnItemDefinition> |
IGeneralClass.getBpmnItemDefinitionRefs(Class<T> filteredClass)
Get the list of ObBpmnItemDefinition to the BpmnItemDefinitionRefs association.
|
ObList<IBpmnMessage> |
IGeneralClass.getBpmnMessageRefs()
Get the list of ObBpmnMessage to the BpmnMessageRefs association.
|
<T extends IBpmnMessage> |
IGeneralClass.getBpmnMessageRefs(Class<T> filteredClass)
Get the list of ObBpmnMessage to the BpmnMessageRefs association.
|
ObList<IBpmnOperation> |
IOperation.getBpmnOperationRef()
Get the list of ObBpmnOperation to the BpmnOperationRef association.
|
<T extends IBpmnOperation> |
IOperation.getBpmnOperationRef(Class<T> filteredClass)
Get the list of ObBpmnOperation to the BpmnOperationRef association.
|
ObList<IBpmnDataInput> |
IParameter.getBpmnRepresentingDataInput()
Get the list of ObBpmnDataInput to the BpmnRepresentingDataInput association.
|
<T extends IBpmnDataInput> |
IParameter.getBpmnRepresentingDataInput(Class<T> filteredClass)
Get the list of ObBpmnDataInput to the BpmnRepresentingDataInput association.
|
ObList<IBpmnDataOutput> |
IParameter.getBpmnRepresentingDataOutput()
Get the list of ObBpmnDataOutput to the BpmnRepresentingDataOutput association.
|
<T extends IBpmnDataOutput> |
IParameter.getBpmnRepresentingDataOutput(Class<T> filteredClass)
Get the list of ObBpmnDataOutput to the BpmnRepresentingDataOutput association.
|
ObList<IBpmnParticipant> |
IPackage.getBpmnRepresents()
Get the list of ObBpmnParticipant to the BpmnRepresents association.
|
ObList<IBpmnParticipant> |
IClassifier.getBpmnRepresents()
Get the list of ObBpmnParticipant to the BpmnRepresents association.
|
<T extends IBpmnParticipant> |
IPackage.getBpmnRepresents(Class<T> filteredClass)
Get the list of ObBpmnParticipant to the BpmnRepresents association.
|
<T extends IBpmnParticipant> |
IClassifier.getBpmnRepresents(Class<T> filteredClass)
Get the list of ObBpmnParticipant to the BpmnRepresents association.
|
ObList<IBpmnCallActivity> |
IOperation.getCaller()
Get the list of ObBpmnCallActivity to the Caller association.
|
<T extends IBpmnCallActivity> |
IOperation.getCaller(Class<T> filteredClass)
Get the list of ObBpmnCallActivity to the Caller association.
|
ObList<IBpmnReceiveTask> |
IOperation.getCallerReceiveTask()
Get the list of ObBpmnReceiveTask to the CallerReceiveTask association.
|
<T extends IBpmnReceiveTask> |
IOperation.getCallerReceiveTask(Class<T> filteredClass)
Get the list of ObBpmnReceiveTask to the CallerReceiveTask association.
|
ObList<IBpmnSendTask> |
IOperation.getCallerSendTask()
Get the list of ObBpmnSendTask to the CallerSendTask association.
|
<T extends IBpmnSendTask> |
IOperation.getCallerSendTask(Class<T> filteredClass)
Get the list of ObBpmnSendTask to the CallerSendTask association.
|
ObList<IBpmnServiceTask> |
IOperation.getCallerServiceTask()
Get the list of ObBpmnServiceTask to the CallerServiceTask association.
|
<T extends IBpmnServiceTask> |
IOperation.getCallerServiceTask(Class<T> filteredClass)
Get the list of ObBpmnServiceTask to the CallerServiceTask association.
|
ObList<ICallOperationAction> |
IOperation.getCallingAction()
Get the list of ObCallOperationAction to the CallingAction association.
|
<T extends ICallOperationAction> |
IOperation.getCallingAction(Class<T> filteredClass)
Get the list of ObCallOperationAction to the CallingAction association.
|
ObList<IElement> |
INamespaceUse.getcause()
Get the list of ObElement to the cause association.
|
<T extends IElement> |
INamespaceUse.getcause(Class<T> filteredClass)
Get the list of ObElement to the cause association.
|
ObList<ICommunicationMessage> |
IOperation.getCommunicationUsage()
Get the list of ObCommunicationMessage to the CommunicationUsage association.
|
<T extends ICommunicationMessage> |
IOperation.getCommunicationUsage(Class<T> filteredClass)
Get the list of ObCommunicationMessage to the CommunicationUsage association.
|
ObList<ILinkEnd> |
ILink.getConnection()
Get the list of ObLinkEnd to the Connection association.
|
ObList<ILinkEnd> |
IInstance.getConnection()
Get the list of ObLinkEnd to the Connection association.
|
ObList<IAssociationEnd> |
IAssociation.getConnection()
Get the list of ObAssociationEnd to the Connection association.
|
<T extends IAssociationEnd> |
IAssociation.getConnection(Class<T> filteredClass)
Get the list of ObAssociationEnd to the Connection association.
|
<T extends ILinkEnd> |
ILink.getConnection(Class<T> filteredClass)
Get the list of ObLinkEnd to the Connection association.
|
<T extends ILinkEnd> |
IInstance.getConnection(Class<T> filteredClass)
Get the list of ObLinkEnd to the Connection association.
|
ObList<ILinkEnd> |
IProvidedInterface.getConsumer()
Get the list of ObLinkEnd to the Consumer association.
|
<T extends ILinkEnd> |
IProvidedInterface.getConsumer(Class<T> filteredClass)
Get the list of ObLinkEnd to the Consumer association.
|
ObList<IInformationFlow> |
IClassifier.getConveyer()
Get the list of ObInformationFlow to the Conveyer association.
|
<T extends IInformationFlow> |
IClassifier.getConveyer(Class<T> filteredClass)
Get the list of ObInformationFlow to the Conveyer association.
|
ObList<IInstance> |
INameSpace.getDeclared()
Get the list of ObInstance to the Declared association.
|
<T extends IInstance> |
INameSpace.getDeclared(Class<T> filteredClass)
Get the list of ObInstance to the Declared association.
|
ObList<INode> |
IArtifact.getDeploymentLocation()
Get the list of ObNode to the DeploymentLocation association.
|
<T extends INode> |
IArtifact.getDeploymentLocation(Class<T> filteredClass)
Get the list of ObNode to the DeploymentLocation association.
|
ObList<IAcceptCallEventAction> |
IOperation.getEntryPointAction()
Get the list of ObAcceptCallEventAction to the EntryPointAction association.
|
<T extends IAcceptCallEventAction> |
IOperation.getEntryPointAction(Class<T> filteredClass)
Get the list of ObAcceptCallEventAction to the EntryPointAction association.
|
ObList<ICollaboration> |
IOperation.getExample()
Get the list of ObCollaboration to the Example association.
|
<T extends ICollaboration> |
IOperation.getExample(Class<T> filteredClass)
Get the list of ObCollaboration to the Example association.
|
ObList<IInterfaceRealization> |
IInterface.getImplementedLink()
Get the list of ObInterfaceRealization to the ImplementedLink association.
|
<T extends IInterfaceRealization> |
IInterface.getImplementedLink(Class<T> filteredClass)
Get the list of ObInterfaceRealization to the ImplementedLink association.
|
ObList<IElementImport> |
INameSpace.getImporting()
Get the list of ObElementImport to the Importing association.
|
<T extends IElementImport> |
INameSpace.getImporting(Class<T> filteredClass)
Get the list of ObElementImport to the Importing association.
|
ObList<ITemplateBinding> |
IOperation.getInstanciatingBinding()
Get the list of ObTemplateBinding to the InstanciatingBinding association.
|
ObList<ITemplateBinding> |
INameSpace.getInstanciatingBinding()
Get the list of ObTemplateBinding to the InstanciatingBinding association.
|
<T extends ITemplateBinding> |
IOperation.getInstanciatingBinding(Class<T> filteredClass)
Get the list of ObTemplateBinding to the InstanciatingBinding association.
|
<T extends ITemplateBinding> |
INameSpace.getInstanciatingBinding(Class<T> filteredClass)
Get the list of ObTemplateBinding to the InstanciatingBinding association.
|
ObList<IBindableInstance> |
IClassifier.getInternalStructure()
Get the list of ObBindableInstance to the InternalStructure association.
|
<T extends IBindableInstance> |
IClassifier.getInternalStructure(Class<T> filteredClass)
Get the list of ObBindableInstance to the InternalStructure association.
|
ObList<ITransition> |
IOperation.getInvoker()
Get the list of ObTransition to the Invoker association.
|
<T extends ITransition> |
IOperation.getInvoker(Class<T> filteredClass)
Get the list of ObTransition to the Invoker association.
|
ObList<IParameter> |
IOperation.getIO()
Get the list of ObParameter to the IO association.
|
<T extends IParameter> |
IOperation.getIO(Class<T> filteredClass)
Get the list of ObParameter to the IO association.
|
ObList<IClassAssociation> |
IClass.getLinkToAssociation()
Get the list of ObClassAssociation to the LinkToAssociation association.
|
<T extends IClassAssociation> |
IClass.getLinkToAssociation(Class<T> filteredClass)
Get the list of ObClassAssociation to the LinkToAssociation association.
|
ObList<IPin> |
IParameter.getMatching()
Get the list of ObPin to the Matching association.
|
<T extends IPin> |
IParameter.getMatching(Class<T> filteredClass)
Get the list of ObPin to the Matching association.
|
ObList<IPackageMerge> |
IPackage.getMerge()
Get the list of ObPackageMerge to the Merge association.
|
<T extends IPackageMerge> |
IPackage.getMerge(Class<T> filteredClass)
Get the list of ObPackageMerge to the Merge association.
|
ObList<IAttribute> |
IGeneralClass.getObject()
Get the list of ObAttribute to the Object association.
|
<T extends IAttribute> |
IGeneralClass.getObject(Class<T> filteredClass)
Get the list of ObAttribute to the Object association.
|
ObList<IEvent> |
IOperation.getOccurence()
Get the list of ObEvent to the Occurence association.
|
ObList<IParameter> |
IGeneralClass.getOccurence()
Get the list of ObParameter to the Occurence association.
|
ObList<IAttributeLink> |
IAttribute.getOccurence()
Get the list of ObAttributeLink to the Occurence association.
|
ObList<ILinkEnd> |
IAssociationEnd.getOccurence()
Get the list of ObLinkEnd to the Occurence association.
|
<T extends IEvent> |
IOperation.getOccurence(Class<T> filteredClass)
Get the list of ObEvent to the Occurence association.
|
<T extends IAttributeLink> |
IAttribute.getOccurence(Class<T> filteredClass)
Get the list of ObAttributeLink to the Occurence association.
|
<T extends ILinkEnd> |
IAssociationEnd.getOccurence(Class<T> filteredClass)
Get the list of ObLinkEnd to the Occurence association.
|
<T extends IParameter> |
IGeneralClass.getOccurence(Class<T> filteredClass)
Get the list of ObParameter to the Occurence association.
|
ObList<IConfigParam> |
IGeneralClass.getOccurenceConfigParam()
Get the list of ObConfigParam to the OccurenceConfigParam association.
|
<T extends IConfigParam> |
IGeneralClass.getOccurenceConfigParam(Class<T> filteredClass)
Get the list of ObConfigParam to the OccurenceConfigParam association.
|
ObList<IObjectNode> |
IGeneralClass.getOccurenceObjectNode()
Get the list of ObObjectNode to the OccurenceObjectNode association.
|
<T extends IObjectNode> |
IGeneralClass.getOccurenceObjectNode(Class<T> filteredClass)
Get the list of ObObjectNode to the OccurenceObjectNode association.
|
ObList<ICollaborationUse> |
ICollaboration.getOccurrence()
Get the list of ObCollaborationUse to the Occurrence association.
|
<T extends ICollaborationUse> |
ICollaboration.getOccurrence(Class<T> filteredClass)
Get the list of ObCollaborationUse to the Occurrence association.
|
ObList<ILinkEnd> |
ILinkEnd.getOppositeEnds() |
ObList<IAssociationEnd> |
IAssociationEnd.getOppositeEnds() |
ObList<IBehavior> |
IOperation.getOwnedBehavior()
Get the list of ObBehavior to the OwnedBehavior association.
|
ObList<IBehavior> |
INameSpace.getOwnedBehavior()
Get the list of ObBehavior to the OwnedBehavior association.
|
<T extends IBehavior> |
IOperation.getOwnedBehavior(Class<T> filteredClass)
Get the list of ObBehavior to the OwnedBehavior association.
|
<T extends IBehavior> |
INameSpace.getOwnedBehavior(Class<T> filteredClass)
Get the list of ObBehavior to the OwnedBehavior association.
|
ObList<ICollaborationUse> |
IOperation.getOwnedCollaborationUse()
Get the list of ObCollaborationUse to the OwnedCollaborationUse association.
|
ObList<ICollaborationUse> |
INameSpace.getOwnedCollaborationUse()
Get the list of ObCollaborationUse to the OwnedCollaborationUse association.
|
<T extends ICollaborationUse> |
IOperation.getOwnedCollaborationUse(Class<T> filteredClass)
Get the list of ObCollaborationUse to the OwnedCollaborationUse association.
|
<T extends ICollaborationUse> |
INameSpace.getOwnedCollaborationUse(Class<T> filteredClass)
Get the list of ObCollaborationUse to the OwnedCollaborationUse association.
|
ObList<IDataFlow> |
INameSpace.getOwnedDataFlow()
Get the list of ObDataFlow to the OwnedDataFlow association.
|
<T extends IDataFlow> |
INameSpace.getOwnedDataFlow(Class<T> filteredClass)
Get the list of ObDataFlow to the OwnedDataFlow association.
|
ObList<IModelTree> |
IModelTree.getOwnedElement()
Get the list of ObModelTree to the OwnedElement association.
|
<T extends IModelTree> |
IModelTree.getOwnedElement(Class<T> filteredClass)
Get the list of ObModelTree to the OwnedElement association.
|
ObList<IElementImport> |
IOperation.getOwnedImport()
Get the list of ObElementImport to the OwnedImport association.
|
ObList<IElementImport> |
INameSpace.getOwnedImport()
Get the list of ObElementImport to the OwnedImport association.
|
<T extends IElementImport> |
IOperation.getOwnedImport(Class<T> filteredClass)
Get the list of ObElementImport to the OwnedImport association.
|
<T extends IElementImport> |
INameSpace.getOwnedImport(Class<T> filteredClass)
Get the list of ObElementImport to the OwnedImport association.
|
ObList<IInformationFlow> |
INameSpace.getOwnedInformationFlow()
Get the list of ObInformationFlow to the OwnedInformationFlow association.
|
<T extends IInformationFlow> |
INameSpace.getOwnedInformationFlow(Class<T> filteredClass)
Get the list of ObInformationFlow to the OwnedInformationFlow association.
|
ObList<IPackageImport> |
IOperation.getOwnedPackageImport()
Get the list of ObPackageImport to the OwnedPackageImport association.
|
ObList<IPackageImport> |
INameSpace.getOwnedPackageImport()
Get the list of ObPackageImport to the OwnedPackageImport association.
|
<T extends IPackageImport> |
IOperation.getOwnedPackageImport(Class<T> filteredClass)
Get the list of ObPackageImport to the OwnedPackageImport association.
|
<T extends IPackageImport> |
INameSpace.getOwnedPackageImport(Class<T> filteredClass)
Get the list of ObPackageImport to the OwnedPackageImport association.
|
ObList<IPackageImport> |
IPackage.getPackageImporting()
Get the list of ObPackageImport to the PackageImporting association.
|
<T extends IPackageImport> |
IPackage.getPackageImporting(Class<T> filteredClass)
Get the list of ObPackageImport to the PackageImporting association.
|
ObList<ITemplateParameterSubstitution> |
ITemplateParameter.getParameterSubstitution()
Get the list of ObTemplateParameterSubstitution to the ParameterSubstitution association.
|
ObList<ITemplateParameterSubstitution> |
ITemplateBinding.getParameterSubstitution()
Get the list of ObTemplateParameterSubstitution to the ParameterSubstitution association.
|
<T extends ITemplateParameterSubstitution> |
ITemplateParameter.getParameterSubstitution(Class<T> filteredClass)
Get the list of ObTemplateParameterSubstitution to the ParameterSubstitution association.
|
<T extends ITemplateParameterSubstitution> |
ITemplateBinding.getParameterSubstitution(Class<T> filteredClass)
Get the list of ObTemplateParameterSubstitution to the ParameterSubstitution association.
|
ObList<IGeneralization> |
INameSpace.getParent()
Get the list of ObGeneralization to the Parent association.
|
<T extends IGeneralization> |
INameSpace.getParent(Class<T> filteredClass)
Get the list of ObGeneralization to the Parent association.
|
ObList<IBindableInstance> |
IInstance.getPart()
Get the list of ObBindableInstance to the Part association.
|
ObList<IFeature> |
IClassifier.getPart()
Get the list of ObFeature to the Part association.
|
<T extends IBindableInstance> |
IInstance.getPart(Class<T> filteredClass)
Get the list of ObBindableInstance to the Part association.
|
<T extends IFeature> |
IClassifier.getPart(Class<T> filteredClass)
Get the list of ObFeature to the Part association.
|
ObList<IProvidedInterface> |
IPort.getProvided()
Get the list of ObProvidedInterface to the Provided association.
|
<T extends IProvidedInterface> |
IPort.getProvided(Class<T> filteredClass)
Get the list of ObProvidedInterface to the Provided association.
|
ObList<IInterface> |
IProvidedInterface.getProvidedElement()
Get the list of ObInterface to the ProvidedElement association.
|
<T extends IInterface> |
IProvidedInterface.getProvidedElement(Class<T> filteredClass)
Get the list of ObInterface to the ProvidedElement association.
|
ObList<ILinkEnd> |
IRequiredInterface.getProvider()
Get the list of ObLinkEnd to the Provider association.
|
<T extends ILinkEnd> |
IRequiredInterface.getProvider(Class<T> filteredClass)
Get the list of ObLinkEnd to the Provider association.
|
ObList<IProvidedInterface> |
IInterface.getProviding()
Get the list of ObProvidedInterface to the Providing association.
|
<T extends IProvidedInterface> |
IInterface.getProviding(Class<T> filteredClass)
Get the list of ObProvidedInterface to the Providing association.
|
ObList<IAttribute> |
IAssociationEnd.getQualifier()
Get the list of ObAttribute to the Qualifier association.
|
<T extends IAttribute> |
IAssociationEnd.getQualifier(Class<T> filteredClass)
Get the list of ObAttribute to the Qualifier association.
|
ObList<IInterfaceRealization> |
INameSpace.getRealized()
Get the list of ObInterfaceRealization to the Realized association.
|
<T extends IInterfaceRealization> |
INameSpace.getRealized(Class<T> filteredClass)
Get the list of ObInterfaceRealization to the Realized association.
|
ObList<IInformationFlow> |
ILink.getRealizedInformationFlow()
Get the list of ObInformationFlow to the RealizedInformationFlow association.
|
ObList<IInformationFlow> |
IAssociation.getRealizedInformationFlow()
Get the list of ObInformationFlow to the RealizedInformationFlow association.
|
<T extends IInformationFlow> |
ILink.getRealizedInformationFlow(Class<T> filteredClass)
Get the list of ObInformationFlow to the RealizedInformationFlow association.
|
<T extends IInformationFlow> |
IAssociation.getRealizedInformationFlow(Class<T> filteredClass)
Get the list of ObInformationFlow to the RealizedInformationFlow association.
|
ObList<IDataFlow> |
INameSpace.getReceived()
Get the list of ObDataFlow to the Received association.
|
<T extends IDataFlow> |
INameSpace.getReceived(Class<T> filteredClass)
Get the list of ObDataFlow to the Received association.
|
ObList<IPackageMerge> |
IPackage.getReceivingMerge()
Get the list of ObPackageMerge to the ReceivingMerge association.
|
<T extends IPackageMerge> |
IPackage.getReceivingMerge(Class<T> filteredClass)
Get the list of ObPackageMerge to the ReceivingMerge association.
|
ObList<IOperation> |
IOperation.getRedefinition()
Get the list of ObOperation to the Redefinition association.
|
<T extends IOperation> |
IOperation.getRedefinition(Class<T> filteredClass)
Get the list of ObOperation to the Redefinition association.
|
ObList<IBinding> |
IConnectorEnd.getRepresentation()
Get the list of ObBinding to the Representation association.
|
ObList<IBinding> |
IConnector.getRepresentation()
Get the list of ObBinding to the Representation association.
|
ObList<IInformationItem> |
IClassifier.getRepresentation()
Get the list of ObInformationItem to the Representation association.
|
ObList<IBinding> |
IBindableInstance.getRepresentation()
Get the list of ObBinding to the Representation association.
|
<T extends IInformationItem> |
IClassifier.getRepresentation(Class<T> filteredClass)
Get the list of ObInformationItem to the Representation association.
|
<T extends IBinding> |
IConnectorEnd.getRepresentation(Class<T> filteredClass)
Get the list of ObBinding to the Representation association.
|
<T extends IBinding> |
IConnector.getRepresentation(Class<T> filteredClass)
Get the list of ObBinding to the Representation association.
|
<T extends IBinding> |
IBindableInstance.getRepresentation(Class<T> filteredClass)
Get the list of ObBinding to the Representation association.
|
ObList<ICommunicationNode> |
IInstance.getRepresentedCommunicationNode()
Get the list of ObCommunicationNode to the RepresentedCommunicationNode association.
|
<T extends ICommunicationNode> |
IInstance.getRepresentedCommunicationNode(Class<T> filteredClass)
Get the list of ObCommunicationNode to the RepresentedCommunicationNode association.
|
ObList<ILifeline> |
IInstance.getRepresentedLifeLine()
Get the list of ObLifeline to the RepresentedLifeLine association.
|
<T extends ILifeline> |
IInstance.getRepresentedLifeLine(Class<T> filteredClass)
Get the list of ObLifeline to the RepresentedLifeLine association.
|
ObList<IInstance> |
INameSpace.getRepresenting()
Get the list of ObInstance to the Representing association.
|
ObList<ILink> |
IAssociation.getRepresenting()
Get the list of ObLink to the Representing association.
|
<T extends IInstance> |
INameSpace.getRepresenting(Class<T> filteredClass)
Get the list of ObInstance to the Representing association.
|
<T extends ILink> |
IAssociation.getRepresenting(Class<T> filteredClass)
Get the list of ObLink to the Representing association.
|
ObList<IBpmnItemAwareElement> |
IInstance.getRepresentingItem()
Get the list of ObBpmnItemAwareElement to the RepresentingItem association.
|
ObList<IBpmnItemAwareElement> |
IAttribute.getRepresentingItem()
Get the list of ObBpmnItemAwareElement to the RepresentingItem association.
|
ObList<IBpmnItemAwareElement> |
IAssociationEnd.getRepresentingItem()
Get the list of ObBpmnItemAwareElement to the RepresentingItem association.
|
<T extends IBpmnItemAwareElement> |
IInstance.getRepresentingItem(Class<T> filteredClass)
Get the list of ObBpmnItemAwareElement to the RepresentingItem association.
|
<T extends IBpmnItemAwareElement> |
IAttribute.getRepresentingItem(Class<T> filteredClass)
Get the list of ObBpmnItemAwareElement to the RepresentingItem association.
|
<T extends IBpmnItemAwareElement> |
IAssociationEnd.getRepresentingItem(Class<T> filteredClass)
Get the list of ObBpmnItemAwareElement to the RepresentingItem association.
|
ObList<IObjectNode> |
IInstance.getRepresentingObjectNode()
Get the list of ObObjectNode to the RepresentingObjectNode association.
|
ObList<IObjectNode> |
IAttribute.getRepresentingObjectNode()
Get the list of ObObjectNode to the RepresentingObjectNode association.
|
ObList<IObjectNode> |
IAssociationEnd.getRepresentingObjectNode()
Get the list of ObObjectNode to the RepresentingObjectNode association.
|
<T extends IObjectNode> |
IInstance.getRepresentingObjectNode(Class<T> filteredClass)
Get the list of ObObjectNode to the RepresentingObjectNode association.
|
<T extends IObjectNode> |
IAttribute.getRepresentingObjectNode(Class<T> filteredClass)
Get the list of ObObjectNode to the RepresentingObjectNode association.
|
<T extends IObjectNode> |
IAssociationEnd.getRepresentingObjectNode(Class<T> filteredClass)
Get the list of ObObjectNode to the RepresentingObjectNode association.
|
ObList<IRequiredInterface> |
IPort.getRequired()
Get the list of ObRequiredInterface to the Required association.
|
<T extends IRequiredInterface> |
IPort.getRequired(Class<T> filteredClass)
Get the list of ObRequiredInterface to the Required association.
|
ObList<IInterface> |
IRequiredInterface.getRequiredElement()
Get the list of ObInterface to the RequiredElement association.
|
<T extends IInterface> |
IRequiredInterface.getRequiredElement(Class<T> filteredClass)
Get the list of ObInterface to the RequiredElement association.
|
ObList<IRequiredInterface> |
IInterface.getRequiring()
Get the list of ObRequiredInterface to the Requiring association.
|
<T extends IRequiredInterface> |
IInterface.getRequiring(Class<T> filteredClass)
Get the list of ObRequiredInterface to the Requiring association.
|
ObList<IArtifact> |
INode.getResident()
Get the list of ObArtifact to the Resident association.
|
<T extends IArtifact> |
INode.getResident(Class<T> filteredClass)
Get the list of ObArtifact to the Resident association.
|
ObList<IBinding> |
ICollaborationUse.getRoleBinding()
Get the list of ObBinding to the RoleBinding association.
|
<T extends IBinding> |
ICollaborationUse.getRoleBinding(Class<T> filteredClass)
Get the list of ObBinding to the RoleBinding association.
|
ObList<IDataFlow> |
INameSpace.getSent()
Get the list of ObDataFlow to the Sent association.
|
ObList<ICommunicationChannel> |
ILink.getSent()
Get the list of ObCommunicationChannel to the Sent association.
|
<T extends ICommunicationChannel> |
ILink.getSent(Class<T> filteredClass)
Get the list of ObCommunicationChannel to the Sent association.
|
<T extends IDataFlow> |
INameSpace.getSent(Class<T> filteredClass)
Get the list of ObDataFlow to the Sent association.
|
ObList<IAttributeLink> |
IInstance.getSlot()
Get the list of ObAttributeLink to the Slot association.
|
<T extends IAttributeLink> |
IInstance.getSlot(Class<T> filteredClass)
Get the list of ObAttributeLink to the Slot association.
|
ObList<IGeneralization> |
INameSpace.getSpecialization()
Get the list of ObGeneralization to the Specialization association.
|
<T extends IGeneralization> |
INameSpace.getSpecialization(Class<T> filteredClass)
Get the list of ObGeneralization to the Specialization association.
|
ObList<ISignal> |
IParameter.getSRepresentation()
Get the list of ObSignal to the SRepresentation association.
|
ObList<ISignal> |
IOperation.getSRepresentation()
Get the list of ObSignal to the SRepresentation association.
|
ObList<ISignal> |
IGeneralClass.getSRepresentation()
Get the list of ObSignal to the SRepresentation association.
|
<T extends ISignal> |
IParameter.getSRepresentation(Class<T> filteredClass)
Get the list of ObSignal to the SRepresentation association.
|
<T extends ISignal> |
IOperation.getSRepresentation(Class<T> filteredClass)
Get the list of ObSignal to the SRepresentation association.
|
<T extends ISignal> |
IGeneralClass.getSRepresentation(Class<T> filteredClass)
Get the list of ObSignal to the SRepresentation association.
|
ObList<ISubstitution> |
IClassifier.getSubstitued()
Get the list of ObSubstitution to the Substitued association.
|
<T extends ISubstitution> |
IClassifier.getSubstitued(Class<T> filteredClass)
Get the list of ObSubstitution to the Substitued association.
|
ObList<ISubstitution> |
IClassifier.getSubstitutingSubstitution()
Get the list of ObSubstitution to the SubstitutingSubstitution association.
|
<T extends ISubstitution> |
IClassifier.getSubstitutingSubstitution(Class<T> filteredClass)
Get the list of ObSubstitution to the SubstitutingSubstitution association.
|
ObList<ITemplateParameter> |
IOperation.getTemplate()
Get the list of ObTemplateParameter to the Template association.
|
ObList<ITemplateParameter> |
INameSpace.getTemplate()
Get the list of ObTemplateParameter to the Template association.
|
<T extends ITemplateParameter> |
IOperation.getTemplate(Class<T> filteredClass)
Get the list of ObTemplateParameter to the Template association.
|
<T extends ITemplateParameter> |
INameSpace.getTemplate(Class<T> filteredClass)
Get the list of ObTemplateParameter to the Template association.
|
ObList<ITemplateBinding> |
IOperation.getTemplateInstanciation()
Get the list of ObTemplateBinding to the TemplateInstanciation association.
|
ObList<ITemplateBinding> |
INameSpace.getTemplateInstanciation()
Get the list of ObTemplateBinding to the TemplateInstanciation association.
|
<T extends ITemplateBinding> |
IOperation.getTemplateInstanciation(Class<T> filteredClass)
Get the list of ObTemplateBinding to the TemplateInstanciation association.
|
<T extends ITemplateBinding> |
INameSpace.getTemplateInstanciation(Class<T> filteredClass)
Get the list of ObTemplateBinding to the TemplateInstanciation association.
|
ObList<IRaisedException> |
IClassifier.getThrowing()
Get the list of ObRaisedException to the Throwing association.
|
<T extends IRaisedException> |
IClassifier.getThrowing(Class<T> filteredClass)
Get the list of ObRaisedException to the Throwing association.
|
ObList<IRaisedException> |
IOperation.getThrown()
Get the list of ObRaisedException to the Thrown association.
|
<T extends IRaisedException> |
IOperation.getThrown(Class<T> filteredClass)
Get the list of ObRaisedException to the Thrown association.
|
ObList<IMessage> |
IOperation.getUsage()
Get the list of ObMessage to the Usage association.
|
<T extends IMessage> |
IOperation.getUsage(Class<T> filteredClass)
Get the list of ObMessage to the Usage association.
|
ObList<INamespaceUse> |
INameSpace.getusedNamespaceUse()
Get the list of ObNamespaceUse to the used association.
|
<T extends INamespaceUse> |
INameSpace.getusedNamespaceUse(Class<T> filteredClass)
Get the list of ObNamespaceUse to the used association.
|
ObList<INamespaceUse> |
INameSpace.getuserNamespaceUse()
Get the list of ObNamespaceUse to the user association.
|
<T extends INamespaceUse> |
INameSpace.getuserNamespaceUse(Class<T> filteredClass)
Get the list of ObNamespaceUse to the user association.
|
ObList<IManifestation> |
IArtifact.getUtilized()
Get the list of ObManifestation to the Utilized association.
|
<T extends IManifestation> |
IArtifact.getUtilized(Class<T> filteredClass)
Get the list of ObManifestation to the Utilized association.
|
ObList<IEnumerationLiteral> |
IEnumeration.getValue()
Get the list of ObEnumerationLiteral to the Value association.
|
<T extends IEnumerationLiteral> |
IEnumeration.getValue(Class<T> filteredClass)
Get the list of ObEnumerationLiteral to the Value association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IUseCaseDependency> |
IExtensionPoint.getExtended()
Get the list of ObUseCaseDependency to the Extended association.
|
<T extends IUseCaseDependency> |
IExtensionPoint.getExtended(Class<T> filteredClass)
Get the list of ObUseCaseDependency to the Extended association.
|
ObList<IExtensionPoint> |
IUseCaseDependency.getExtensionLocation()
Get the list of ObExtensionPoint to the ExtensionLocation association.
|
<T extends IExtensionPoint> |
IUseCaseDependency.getExtensionLocation(Class<T> filteredClass)
Get the list of ObExtensionPoint to the ExtensionLocation association.
|
ObList<IExtensionPoint> |
IUseCase.getOwnedExtension()
Get the list of ObExtensionPoint to the OwnedExtension association.
|
<T extends IExtensionPoint> |
IUseCase.getOwnedExtension(Class<T> filteredClass)
Get the list of ObExtensionPoint to the OwnedExtension association.
|
ObList<IUseCaseDependency> |
IUseCase.getUsed()
Get the list of ObUseCaseDependency to the Used association.
|
<T extends IUseCaseDependency> |
IUseCase.getUsed(Class<T> filteredClass)
Get the list of ObUseCaseDependency to the Used association.
|
ObList<IUseCaseDependency> |
IUseCase.getUser()
Get the list of ObUseCaseDependency to the User association.
|
<T extends IUseCaseDependency> |
IUseCase.getUser(Class<T> filteredClass)
Get the list of ObUseCaseDependency to the User association.
|
Modifier and Type | Method and Description |
---|---|
<T extends E> |
ObList.select(Class<T> c) |
ObList<E> |
ObList.select(IObListFilter filter) |