A B C D E F G H I J K L M N O P R S T U V W X 

A

AbstractJavaMdac - Class in com.modeliosoft.modelio.api.mdac
Default implementation of the IMdac interface.
AbstractJavaMdac(IModelingSession, IModule, IMdacConfiguration) - Constructor for class com.modeliosoft.modelio.api.mdac.AbstractJavaMdac
Main constructor, to instantiate a new module.
AbstractMdacPropertyPage - Class in com.modeliosoft.modelio.api.mdac.propertiesPage
Abstract class of a module property page generated by the MDA Designer tool.
AbstractMdacPropertyPage(IMdac, String, String, String) - Constructor for class com.modeliosoft.modelio.api.mdac.propertiesPage.AbstractMdacPropertyPage
Constructors of this abstract property page.
AbstractMetamodelVisitor - Class in com.modeliosoft.modelio.api.utils
 
AbstractMetamodelVisitor() - Constructor for class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
AbstractModelComponentContributor - Class in com.modeliosoft.modelio.api.mdac
 
AbstractModelComponentContributor(IMdac) - Constructor for class com.modeliosoft.modelio.api.mdac.AbstractModelComponentContributor
 
accept(IElement[]) - Method in class com.modeliosoft.modelio.api.mdac.commands.DefaultMdacAction
 
accept(ObList<IElement>, IMdac) - Method in class com.modeliosoft.modelio.api.mdac.commands.DefaultMdacContextualCommand
The command accepts by default the selected elements.
accept(IElement[]) - Method in interface com.modeliosoft.modelio.api.mdac.commands.IMdacAction
 
accept(ObList<IElement>, IMdac) - Method in interface com.modeliosoft.modelio.api.mdac.commands.IMdacContextualCommand
This methods authorizes a command to be displayed in a defined context.
accept(IMetamodelVisitor) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IElement
Visitor accept() method.
accept(IElement) - Method in interface com.modeliosoft.modelio.api.ui.text.IElementFilter
This method checks if an element is accepted.
acceptAdditionalElement(IDiagramHandle, List<IDiagramGraphic>, IDiagramGraphic) - Method in class com.modeliosoft.modelio.api.diagram.tools.DefaultMultiLinkCommand
This method accept or refuse the interaction with the diagram for an additional element of the interaction.
acceptAdditionalElement(IDiagramHandle, List<IDiagramGraphic>, IDiagramGraphic) - Method in interface com.modeliosoft.modelio.api.diagram.tools.IMultiLinkCommand
This method accept or refuse the interaction with the diagram for an additional element of the interaction.
acceptDroppedElements(IElement[]) - Method in interface com.modeliosoft.modelio.api.ui.dnd.IEditorDropClient
Returns whether the field accepts the element as a value.
acceptDroppedElements(IElement[]) - Method in class com.modeliosoft.modelio.api.ui.text.TextWrapperForIElement
 
acceptElement(IElement) - Method in interface com.modeliosoft.modelio.api.app.picking.IPickingClient
Returns whether the field accepts the element as a value.
acceptElement(IDiagramHandle, IDiagramGraphic) - Method in class com.modeliosoft.modelio.api.diagram.tools.DefaultAttachedBoxCommand
This method accept or refuse the interaction in the diagram.
acceptElement(IDiagramHandle, IDiagramGraphic) - Method in class com.modeliosoft.modelio.api.diagram.tools.DefaultBoxCommand
This method accept or refuse the interaction in the diagram.
acceptElement(IDiagramHandle, IDiagramGraphic) - Method in interface com.modeliosoft.modelio.api.diagram.tools.IAttachedBoxCommand
This method accept or refuse the interaction in the diagram.
acceptElement(IDiagramHandle, IDiagramGraphic) - Method in interface com.modeliosoft.modelio.api.diagram.tools.IBoxCommand
This method accepts or refuses the interaction in the diagram.
acceptElement(IElement) - Method in class com.modeliosoft.modelio.api.ui.text.TextWrapperForIElement
 
acceptFirstElement(IDiagramHandle, IDiagramGraphic) - Method in class com.modeliosoft.modelio.api.diagram.tools.DefaultLinkCommand
This method accept or refuse the interaction in the diagram for the origin of the link.
acceptFirstElement(IDiagramHandle, IDiagramGraphic) - Method in class com.modeliosoft.modelio.api.diagram.tools.DefaultMultiLinkCommand
This method accept or refuse the interaction in the diagram for the first element.
acceptFirstElement(IDiagramHandle, IDiagramGraphic) - Method in interface com.modeliosoft.modelio.api.diagram.tools.ILinkCommand
This method accept or refuse the interaction in the diagram for the origin of the link.
acceptFirstElement(IDiagramHandle, IDiagramGraphic) - Method in interface com.modeliosoft.modelio.api.diagram.tools.IMultiLinkCommand
This method accept or refuse the interaction in the diagram for the first element.
acceptLastElement(IDiagramHandle, List<IDiagramGraphic>, IDiagramGraphic) - Method in class com.modeliosoft.modelio.api.diagram.tools.DefaultMultiLinkCommand
This method accept or refuse the interaction with the diagram for the "last" element of the interaction.
acceptLastElement(IDiagramHandle, List<IDiagramGraphic>, IDiagramGraphic) - Method in interface com.modeliosoft.modelio.api.diagram.tools.IMultiLinkCommand
This method accept or refuse the interaction with the diagram for the "last" element of the interaction.
acceptNullValue - Variable in class com.modeliosoft.modelio.api.ui.text.ResultsProposalPopup
 
acceptSecondElement(IDiagramHandle, IDiagramGraphic, IDiagramGraphic) - Method in class com.modeliosoft.modelio.api.diagram.tools.DefaultLinkCommand
This method accept or refuse the interaction with the diagram for the destination element of the link.
acceptSecondElement(IDiagramHandle, IDiagramGraphic, IDiagramGraphic) - Method in interface com.modeliosoft.modelio.api.diagram.tools.ILinkCommand
This method accept or refuse the interaction with the diagram for the destination element of the link.
ActionLocation - Enum in com.modeliosoft.modelio.api.mdac.commands
 
actionPerformed(IDiagramHandle, IDiagramGraphic, IDiagramLink.LinkRouterKind, ILinkPath, Point) - Method in class com.modeliosoft.modelio.api.diagram.tools.DefaultAttachedBoxCommand
This method is called when the user click on an existing diagram element.
actionPerformed(IDiagramHandle, IDiagramGraphic, Rectangle) - Method in class com.modeliosoft.modelio.api.diagram.tools.DefaultBoxCommand
This method is called when the interaction is validated by the user.
actionPerformed(IDiagramHandle, IDiagramGraphic, IDiagramGraphic, IDiagramLink.LinkRouterKind, ILinkPath) - Method in class com.modeliosoft.modelio.api.diagram.tools.DefaultLinkCommand
This method is invoked when the command is launched.
actionPerformed(IDiagramHandle, IDiagramGraphic, List<IDiagramGraphic>, List<IDiagramLink.LinkRouterKind>, List<ILinkPath>, Rectangle) - Method in class com.modeliosoft.modelio.api.diagram.tools.DefaultMultiLinkCommand
This method is invoked when the command is launched.
actionPerformed(IDiagramHandle, IDiagramGraphic, IDiagramLink.LinkRouterKind, ILinkPath, Point) - Method in interface com.modeliosoft.modelio.api.diagram.tools.IAttachedBoxCommand
This method is called when the user click on an existing diagram element.
actionPerformed(IDiagramHandle, IDiagramGraphic, Rectangle) - Method in interface com.modeliosoft.modelio.api.diagram.tools.IBoxCommand
This method is called when the interaction is validated by the user.
actionPerformed(IDiagramHandle, IDiagramGraphic, IDiagramGraphic, IDiagramLink.LinkRouterKind, ILinkPath) - Method in interface com.modeliosoft.modelio.api.diagram.tools.ILinkCommand
This method is invoked when the command is launched.
actionPerformed(IDiagramHandle, IDiagramGraphic, List<IDiagramGraphic>, List<IDiagramLink.LinkRouterKind>, List<ILinkPath>, Rectangle) - Method in interface com.modeliosoft.modelio.api.diagram.tools.IMultiLinkCommand
This method is invoked when the command is launched.
actionPerformed(ObList<IElement>, IMdac) - Method in class com.modeliosoft.modelio.api.mdac.commands.DefaultMdacContextualCommand
Nothing is done, by default when the command is launched.
actionPerformed(ObList<IElement>, IMdac) - Method in interface com.modeliosoft.modelio.api.mdac.commands.IMdacContextualCommand
Method invoked when the command is launched.
actionPerformed(IMdac) - Method in interface com.modeliosoft.modelio.api.mdac.commands.IWorkbenchAction
Deprecated.
 
actionPerformed(IModelElement, String, String) - Method in interface com.modeliosoft.modelio.api.ui.diagramcreation.IDiagramWizardContributor
 
actionPerformedInDiagram(IDiagramHandle, Rectangle) - Method in class com.modeliosoft.modelio.api.diagram.tools.DefaultAttachedBoxCommand
This method is called when the user click in the diagram background.
actionPerformedInDiagram(IDiagramHandle, Rectangle) - Method in interface com.modeliosoft.modelio.api.diagram.tools.IAttachedBoxCommand
This method is called when the user click in the diagram background.
activateEditor(IMDATextEditor) - Method in interface com.modeliosoft.modelio.api.editor.IEditionService
Set the focus on a specific editor.
add(IExecutionSpecification, ILifeline, IInteractionFragment, ObRelativeTimeEnum, IInteractionFragment, ObRelativeTimeEnum) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteraction
 
add(IExecutionSpecification, ILifeline, IInteractionFragment, ObRelativeTimeEnum, IInteractionFragment, ObRelativeTimeEnum) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionOperand
 
add(E) - Method in class com.modeliosoft.modelio.api.utils.ObList
 
add(int, E) - Method in class com.modeliosoft.modelio.api.utils.ObList
 
addAccepted(ISignal) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IAcceptSignalAction
Add a ObSignal to the 'Accepted' association.
addActual(IGate) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IGate
Add a ObGate to the 'Actual' association.
addActual(ITagParameter) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITaggedValue
Add a ObTagParameter to the 'Actual' association.
addActualGate(IGate) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionUse
Add a ObGate to the 'ActualGate' association.
addAll(Collection<? extends E>) - Method in class com.modeliosoft.modelio.api.utils.ObList
 
addAll(int, Collection<? extends E>) - Method in class com.modeliosoft.modelio.api.utils.ObList
 
addAllowedExtension(String, String) - Method in class com.modeliosoft.modelio.api.mdac.paramEdition.FileParameterModel
Add one file extension filter with its label which a dialog will use to filter the files it shows to the argument.
addAllowedExtensions(String[], String[]) - Method in class com.modeliosoft.modelio.api.mdac.paramEdition.FileParameterModel
Add file extension filters with their labels which a dialog will use to filter the files it shows to the user.
addAllowedMetaclass(Class<? extends IElement>) - Method in class com.modeliosoft.modelio.api.mdac.commands.DefaultMdacAction
 
addAllowedMetaclass(Class<? extends IElement>) - Method in interface com.modeliosoft.modelio.api.mdac.commands.IMdacAction
 
addAllowedMetaclass(Class<? extends IElement>) - Method in class com.modeliosoft.modelio.api.ui.text.TextWrapperForIElement
 
addAllowedMetaclasses(List<Class<? extends IElement>>) - Method in class com.modeliosoft.modelio.api.ui.text.TextWrapperForIElement
 
addAllowedStereotype(IStereotype) - Method in class com.modeliosoft.modelio.api.mdac.commands.DefaultMdacAction
 
addAllowedStereotype(IStereotype) - Method in interface com.modeliosoft.modelio.api.mdac.commands.IMdacAction
 
addArtifact(IBpmnArtifact) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnCollaboration
Add a ObBpmnArtifact to the 'Artifact' association.
addArtifact(IBpmnArtifact) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Add a ObBpmnArtifact to the 'Artifact' association.
addArtifact(IBpmnArtifact) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSubProcess
Add a ObBpmnArtifact to the 'Artifact' association.
addBehaviorParam(IBehaviorParameter) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Add a ObBehaviorParameter to the 'BehaviorParam' association.
addBody(IActivityNode) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IClause
Add a ObActivityNode to the 'Body' association.
addBody(IActivityNode) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IStructuredActivityNode
Add a ObActivityNode to the 'Body' association.
addBoundaryEventRef(IBpmnBoundaryEvent) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Add a ObBpmnBoundaryEvent to the 'BoundaryEventRef' association.
addBpmnCaller(IBpmnCallActivity) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehavior
Add a ObBpmnCallActivity to the 'BpmnCaller' association.
addBpmnDataStateRefs(IBpmnDataState) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Add a ObBpmnDataState to the 'BpmnDataStateRefs' association.
addBpmnInterfaceRefs(IBpmnInterface) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Add a ObBpmnInterface to the 'BpmnInterfaceRefs' association.
addBpmnItemAwareRefs(IBpmnItemAwareElement) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Add a ObBpmnItemAwareElement to the 'BpmnItemAwareRefs' association.
addBpmnItemDefinitionRefs(IBpmnItemDefinition) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Add a ObBpmnItemDefinition to the 'BpmnItemDefinitionRefs' association.
addBpmnLaneRefs(IBpmnLane) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Add a ObBpmnLane to the 'BpmnLaneRefs' association.
addBpmnMessageRefs(IBpmnMessage) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Add a ObBpmnMessage to the 'BpmnMessageRefs' association.
addBpmnOperationRef(IBpmnOperation) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Add a ObBpmnOperation to the 'BpmnOperationRef' association.
addBpmnRepresentingDataInput(IBpmnDataInput) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Add a ObBpmnDataInput to the 'BpmnRepresentingDataInput' association.
addBpmnRepresentingDataOutput(IBpmnDataOutput) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Add a ObBpmnDataOutput to the 'BpmnRepresentingDataOutput' association.
addBpmnRepresents(IBpmnParticipant) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Add a ObBpmnParticipant to the 'BpmnRepresents' association.
addBpmnRepresents(IBpmnParticipant) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPackage
Add a ObBpmnParticipant to the 'BpmnRepresents' association.
addButtonsInButtonBar(Composite) - Method in class com.modeliosoft.modelio.api.ui.diagramcreation.BrowserDialog
Add buttons to the buttons bar in the bottom of the dialog.
addButtonsInButtonBar(Composite) - Method in class com.modeliosoft.modelio.api.ui.diagramcreation.DiagramWizardDialog
 
addButtonsInButtonBar(Composite) - Method in interface com.modeliosoft.modelio.api.ui.IModelioDialog
 
addButtonsInButtonBar(Composite) - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog
 
addCaller(IBpmnServiceTask) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnOperation
Add a ObBpmnServiceTask to the 'Caller' association.
addCaller(IBpmnCallActivity) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Add a ObBpmnCallActivity to the 'Caller' association.
addCaller(IBpmnCallActivity) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnTask
Add a ObBpmnCallActivity to the 'Caller' association.
addCaller(ICallBehaviorAction) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehavior
Add a ObCallBehaviorAction to the 'Caller' association.
addCaller(IBpmnCallActivity) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Add a ObBpmnCallActivity to the 'Caller' association.
addCallerReceiveTask(IBpmnReceiveTask) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Add a ObBpmnReceiveTask to the 'CallerReceiveTask' association.
addCallerSendTask(IBpmnSendTask) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Add a ObBpmnSendTask to the 'CallerSendTask' association.
addCallerServiceTask(IBpmnServiceTask) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Add a ObBpmnServiceTask to the 'CallerServiceTask' association.
addCallingAction(ICallOperationAction) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Add a ObCallOperationAction to the 'CallingAction' association.
addCategorized(IBpmnFlowElement) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnGroup
Add a ObBpmnFlowElement to the 'Categorized' association.
addcause(IElement) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INamespaceUse
Add a ObElement to the 'cause' association.
addcausing(INamespaceUse) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IElement
Add a ObNamespaceUse to the 'causing' association.
addChild(IStereotype) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Add a ObStereotype to the 'Child' association.
addCommunicationUsage(ICommunicationMessage) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Add a ObCommunicationMessage to the 'CommunicationUsage' association.
addCommunicationUsage(ICommunicationMessage) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Add a ObCommunicationMessage to the 'CommunicationUsage' association.
addCompensateEventDefinitions(IBpmnCompensateEventDefinition) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Add a ObBpmnCompensateEventDefinition to the 'CompensateEventDefinitions' association.
addComplexBehaviorDefinition(IBpmnComplexBehaviorDefinition) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMultiInstanceLoopCharacteristics
Add a ObBpmnComplexBehaviorDefinition to the 'ComplexBehaviorDefinition' association.
addConnection(IConnectionPointReference) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IEntryPointPseudoState
Add a ObConnectionPointReference to the 'Connection' association.
addConnection(IConnectionPointReference) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IExitPointPseudoState
Add a ObConnectionPointReference to the 'Connection' association.
addConnection(IConnectionPointReference) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Add a ObConnectionPointReference to the 'Connection' association.
addConnection(IAssociationEnd) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociation
Add a ObAssociationEnd to the 'Connection' association.
addConnection(ILinkEnd) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Add a ObLinkEnd to the 'Connection' association.
addConnection(ILinkEnd) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ILink
Add a ObLinkEnd to the 'Connection' association.
addConnector(IBpmnSequenceFlowDataAssociation) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSequenceFlow
Add a ObBpmnSequenceFlowDataAssociation to the 'Connector' association.
addConstrainedElement(IModelElement) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IConstraint
Add a ObModelElement to the 'ConstrainedElement' association.
addConstraintDefinition(IConstraint) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Add a ObConstraint to the 'ConstraintDefinition' association.
addConsultProperty(String, String) - Method in interface com.modeliosoft.modelio.api.mdac.propertiesPage.IMdacPropertyTable
Add a read only property in the model.
addConsumer(ILinkEnd) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IProvidedInterface
Add a ObLinkEnd to the 'Consumer' association.
addContainedNode(IActivityNode) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityPartition
Add a ObActivityNode to the 'ContainedNode' association.
addConveyed(IClassifier) - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Add a ObClassifier to the 'Conveyed' association.
addConveyer(IInformationFlow) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Add a ObInformationFlow to the 'Conveyer' association.
addCovered(ILifeline) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionFragment
Add a ObLifeline to the 'Covered' association.
addCoveredBy(IInteractionFragment) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.ILifeline
Add a ObInteractionFragment to the 'CoveredBy' association.
addDataAssociation(IBpmnDataAssociation) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSequenceFlowDataAssociation
Add a ObBpmnDataAssociation to the 'DataAssociation' association.
addDataInputAssociation(IBpmnDataAssociation) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Add a ObBpmnDataAssociation to the 'DataInputAssociation' association.
addDataInputAssociation(IBpmnDataAssociation) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnThrowEvent
Add a ObBpmnDataAssociation to the 'DataInputAssociation' association.
addDataOutputAssociation(IBpmnDataAssociation) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Add a ObBpmnDataAssociation to the 'DataOutputAssociation' association.
addDataOutputAssociation(IBpmnDataAssociation) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnCatchEvent
Add a ObBpmnDataAssociation to the 'DataOutputAssociation' association.
addDeclared(IInstance) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Add a ObInstance to the 'Declared' association.
addDefaultButtons(Composite) - Method in class com.modeliosoft.modelio.api.ui.ModelioDialog
 
addDefaultParametering(ITemplateParameter) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Add a ObTemplateParameter to the 'DefaultParametering' association.
addDeffered(IEvent) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Add a ObEvent to the 'Deffered' association.
addDefinedExternDocumentType(IExternDocumentType) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IMetaclassReference
Add a ObExternDocumentType to the 'DefinedExternDocumentType' association.
addDefinedExternDocumentType(IExternDocumentType) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Add a ObExternDocumentType to the 'DefinedExternDocumentType' association.
addDefinedNoteType(INoteType) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IMetaclassReference
Add a ObNoteType to the 'DefinedNoteType' association.
addDefinedNoteType(INoteType) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Add a ObNoteType to the 'DefinedNoteType' association.
addDefinedPropertySet(IPropertySet) - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertyContainer
Add a ObPropertySet to the 'DefinedPropertySet' association.
addDefinedStereotype(IStereotype) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IProfile
Add a ObStereotype to the 'DefinedStereotype' association.
addDefinedTagType(ITagType) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IMetaclassReference
Add a ObTagType to the 'DefinedTagType' association.
addDefinedTagType(ITagType) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Add a ObTagType to the 'DefinedTagType' association.
addDefinedType(IPropertyType) - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertyContainer
Add a ObPropertyType to the 'DefinedType' association.
addDependencyStereotype(IStereotype) - Method in class com.modeliosoft.modelio.api.mc.DefaultModelComponentContent
Return the set of dependency stereotypes that must be added to a model component.
addDependsOn(IModule) - Method in interface com.modeliosoft.modelio.api.model.extension.IModule
Add a ObModule to the 'DependsOn' association.
addDependsOnDependency(IDependency) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Add a ObDependency to the 'DependsOnDependency' association.
addDeploymentLocation(INode) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IArtifact
Add a ObNode to the 'DeploymentLocation' association.
addDescriptor(INote) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Add a ObNote to the 'Descriptor' association.
addDiagram(IAbstractDiagram) - Method in interface com.modeliosoft.modelio.api.model.diagrams.IDiagramContainer
Add a ObAbstractDiagram to the 'Diagram' association.
addDiagramContributor(IDiagramWizardContributor) - Method in class com.modeliosoft.modelio.api.ui.diagramcreation.ContributionModel
 
addDiagramContributors(List<IDiagramWizardContributor>) - Method in class com.modeliosoft.modelio.api.ui.diagramcreation.ContributionModel
 
addDictionaryElement(IDictionaryElement) - Method in class com.modeliosoft.modelio.api.mc.DefaultModelComponentContent
Adds a dictionary element to the set of dictionary elements that must be added to a model component
addDOccurence(IDataFlow) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Add a ObDataFlow to the 'DOccurence' association.
addDocument(IExternDocument) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Add a ObExternDocument to the 'Document' association.
addDropListener(Control, DropTargetListener) - Method in class com.modeliosoft.modelio.api.ui.dnd.LinuxDropTarget
Add a listener to be called during drag&drop on the specified control.
addEComponent(IEvent) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehavior
Add a ObEvent to the 'EComponent' association.
addEffectOf(ITransition) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehavior
Add a ObTransition to the 'EffectOf' association.
addElement(INote) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.INoteType
Add a ObNote to the 'Element' association.
addEnded(ICommunicationChannel) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationNode
Add a ObCommunicationChannel to the 'Ended' association.
addEndPointRefs(IBpmnEndPoint) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnParticipant
Add a ObBpmnEndPoint to the 'EndPointRefs' association.
addEntryPoint(IEntryPointPseudoState) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Add a ObEntryPointPseudoState to the 'EntryPoint' association.
addEntryPoint(IEntryPointPseudoState) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IStateMachine
Add a ObEntryPointPseudoState to the 'EntryPoint' association.
addEntryPointAction(IAcceptCallEventAction) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Add a ObAcceptCallEventAction to the 'EntryPointAction' association.
addEOccurence(IEvent) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Add a ObEvent to the 'EOccurence' association.
addEventDefinition(IBpmnMessageEventDefinition) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessage
Add a ObBpmnMessageEventDefinition to the 'EventDefinition' association.
addEventDefinition(IBpmnMessageEventDefinition) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnOperation
Add a ObBpmnMessageEventDefinition to the 'EventDefinition' association.
addEventDefinitions(IBpmnEventDefinition) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnEvent
Add a ObBpmnEventDefinition to the 'EventDefinitions' association.
addExample(ICollaboration) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Add a ObCollaboration to the 'Example' association.
addExceptionType(IGeneralClass) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IExceptionHandler
Add a ObGeneralClass to the 'ExceptionType' association.
addExitPoint(IExitPointPseudoState) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Add a ObExitPointPseudoState to the 'ExitPoint' association.
addExitPoint(IExitPointPseudoState) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IStateMachine
Add a ObExitPointPseudoState to the 'ExitPoint' association.
addExtended(IUseCaseDependency) - Method in interface com.modeliosoft.modelio.api.model.uml.usecase.IExtensionPoint
Add a ObUseCaseDependency to the 'Extended' association.
addExtendedElement(IModelElement) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Add a ObModelElement to the 'ExtendedElement' association.
addExtension(IStereotype) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Add a ObStereotype to the 'Extension' association.
addExtensionLocation(IExtensionPoint) - Method in interface com.modeliosoft.modelio.api.model.uml.usecase.IUseCaseDependency
Add a ObExtensionPoint to the 'ExtensionLocation' association.
addFiles(String) - Method in class com.modeliosoft.modelio.api.mc.DefaultModelComponentContent
Adds a file path to the set of files path that must be added to a model component.
addFlowElement(IBpmnFlowElement) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Add a ObBpmnFlowElement to the 'FlowElement' association.
addFlowElement(IBpmnFlowElement) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSubProcess
Add a ObBpmnFlowElement to the 'FlowElement' association.
addFlowElementRef(IBpmnFlowElement) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnLane
Add a ObBpmnFlowElement to the 'FlowElementRef' association.
addFormalGate(IGate) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteraction
Add a ObGate to the 'FormalGate' association.
addFragment(IInteractionFragment) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteraction
Add a ObInteractionFragment to the 'Fragment' association.
addFragment(IInteractionFragment) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionOperand
Add a ObInteractionFragment to the 'Fragment' association.
addFragmentGate(IGate) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.ICombinedFragment
Add a ObGate to the 'FragmentGate' association.
addGroup(IParameterGroupModel) - Method in class com.modeliosoft.modelio.api.mdac.paramEdition.ParametersEditionModel
 
addGroups(IBpmnGroup) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnFlowElement
Add a ObBpmnGroup to the 'Groups' association.
addHandler(IExceptionHandler) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityAction
Add a ObExceptionHandler to the 'Handler' association.
addHandler(IExceptionHandler) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IInputPin
Add a ObExceptionHandler to the 'Handler' association.
addImpacted(IModule) - Method in interface com.modeliosoft.modelio.api.model.extension.IModule
Add a ObModule to the 'Impacted' association.
addImpactedDependency(IDependency) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Add a ObDependency to the 'ImpactedDependency' association.
addImplementedLink(IInterfaceRealization) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInterface
Add a ObInterfaceRealization to the 'ImplementedLink' association.
addImporting(IElementImport) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Add a ObElementImport to the 'Importing' association.
addIncoming(IBpmnSequenceFlow) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnFlowNode
Add a ObBpmnSequenceFlow to the 'Incoming' association.
addIncoming(IActivityEdge) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityNode
Add a ObActivityEdge to the 'Incoming' association.
addIncoming(IMessageFlow) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityPartition
Add a ObMessageFlow to the 'Incoming' association.
addIncoming(ITransition) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IStateVertex
Add a ObTransition to the 'Incoming' association.
addIncomingAssoc(IBpmnAssociation) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnBaseElement
Add a ObBpmnAssociation to the 'IncomingAssoc' association.
addIncomingFlow(IBpmnMessageFlow) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnBaseElement
Add a ObBpmnMessageFlow to the 'IncomingFlow' association.
addInformationSource(IModelElement) - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Add a ObModelElement to the 'InformationSource' association.
addInformationTarget(IModelElement) - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Add a ObModelElement to the 'InformationTarget' association.
addInput(IInputPin) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityAction
Add a ObInputPin to the 'Input' association.
addInputElement(IExpansionNode) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IExpansionRegion
Add a ObExpansionNode to the 'InputElement' association.
addInputMessage(IBpmnOperation) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessage
Add a ObBpmnOperation to the 'InputMessage' association.
addInputSpecification(IBpmnDataInput) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Add a ObBpmnDataInput to the 'InputSpecification' association.
addInstalled(IModule) - Method in interface com.modeliosoft.modelio.api.model.extension.IProject
Add a ObModule to the 'Installed' association.
addInstanciatingBinding(ITemplateBinding) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Add a ObTemplateBinding to the 'InstanciatingBinding' association.
addInstanciatingBinding(ITemplateBinding) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Add a ObTemplateBinding to the 'InstanciatingBinding' association.
addInterfaceRefs(IBpmnInterface) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnParticipant
Add a ObBpmnInterface to the 'InterfaceRefs' association.
addInternal(IInternalTransition) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Add a ObInternalTransition to the 'Internal' association.
addInternalStructure(IBindableInstance) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Add a ObBindableInstance to the 'InternalStructure' association.
addInterruptingEdge(IActivityEdge) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IInterruptibleActivityRegion
Add a ObActivityEdge to the 'InterruptingEdge' association.
addInvertedMessage(ICommunicationMessage) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationChannel
Add a ObCommunicationMessage to the 'InvertedMessage' association.
addInvoker(ITransition) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Add a ObTransition to the 'Invoker' association.
addIO(IParameter) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Add a ObParameter to the 'IO' association.
addItem(String, String) - Method in class com.modeliosoft.modelio.api.mdac.paramEdition.EnumParameterModel
 
addLane(IBpmnLane) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnFlowElement
Add a ObBpmnLane to the 'Lane' association.
addLane(IBpmnLane) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnLaneSet
Add a ObBpmnLane to the 'Lane' association.
addLaneSet(IBpmnLaneSet) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Add a ObBpmnLaneSet to the 'LaneSet' association.
addLaneSet(IBpmnLaneSet) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSubProcess
Add a ObBpmnLaneSet to the 'LaneSet' association.
addLinkToAssociation(IClassAssociation) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClass
Add a ObClassAssociation to the 'LinkToAssociation' association.
addListener(IElementChangeListener) - Method in class com.modeliosoft.modelio.api.ui.text.TextWrapperForIElement
 
addLitteral(IPropertyEnumerationLitteral) - Method in interface com.modeliosoft.modelio.api.model.analyst.IEnumeratedPropertyType
Add a ObPropertyEnumerationLitteral to the 'Litteral' association.
addLocalActual(ITagParameter) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ILocalTaggedValue
Add a ObTagParameter to the 'LocalActual' association.
addLocalDescriptor(ILocalNote) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Add a ObLocalNote to the 'LocalDescriptor' association.
addLocalElement(ILocalNote) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.INoteType
Add a ObLocalNote to the 'LocalElement' association.
addLocalTag(ILocalTaggedValue) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Add a ObLocalTaggedValue to the 'LocalTag' association.
addLocalTagOccurence(ILocalTaggedValue) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITagType
Add a ObLocalTaggedValue to the 'LocalTagOccurence' association.
addLoopRef(IBpmnMultiInstanceLoopCharacteristics) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnEventDefinition
Add a ObBpmnMultiInstanceLoopCharacteristics to the 'LoopRef' association.
addManifesting(IManifestation) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Add a ObManifestation to the 'Manifesting' association.
addMatching(IPin) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Add a ObPin to the 'Matching' association.
addMerge(IPackageMerge) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPackage
Add a ObPackageMerge to the 'Merge' association.
addMessageFlow(IBpmnMessageFlow) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnCollaboration
Add a ObBpmnMessageFlow to the 'MessageFlow' association.
addMessageFlow(IBpmnMessageFlow) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessage
Add a ObBpmnMessageFlow to the 'MessageFlow' association.
addModelHandler(IModelChangeHandler) - Method in interface com.modeliosoft.modelio.api.model.IModelingSession
Add a model change listener.
addModelListener(IModelChangeListener) - Method in interface com.modeliosoft.modelio.api.model.IModelingSession
Add a model change handler.
addModuleParameter(IConfigParam) - Method in interface com.modeliosoft.modelio.api.model.extension.IModule
Add a ObConfigParam to the 'ModuleParameter' association.
addNameSpace(INameSpace) - Method in class com.modeliosoft.modelio.api.mc.DefaultModelComponentContent
Adds a namespace to the set of namespaces that must be added to a model component.
addNavigationListener(INavigationListener) - Method in interface com.modeliosoft.modelio.api.app.navigation.INavigationService
Register a navigation listener.
addNoteType(INoteType) - Method in class com.modeliosoft.modelio.api.mc.DefaultModelComponentContent
Adds a note type to the set of note types that must be added to a model component.
addObject(IAttribute) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Add a ObAttribute to the 'Object' association.
addOccurence(ILinkEnd) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
Add a ObLinkEnd to the 'Occurence' association.
addOccurence(IAttributeLink) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttribute
Add a ObAttributeLink to the 'Occurence' association.
addOccurence(IParameter) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Add a ObParameter to the 'Occurence' association.
addOccurence(IEvent) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Add a ObEvent to the 'Occurence' association.
addOccurenceConfigParam(IConfigParam) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Add a ObConfigParam to the 'OccurenceConfigParam' association.
addOccurenceObjectNode(IObjectNode) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Add a ObObjectNode to the 'OccurenceObjectNode' association.
addOccurrence(ICollaborationUse) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ICollaboration
Add a ObCollaborationUse to the 'Occurrence' association.
addOperand(IInteractionOperand) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.ICombinedFragment
Add a ObInteractionOperand to the 'Operand' association.
addOperation(IBpmnOperation) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnInterface
Add a ObBpmnOperation to the 'Operation' association.
addOrigin(IState) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IEvent
Add a ObState to the 'Origin' association.
addOutgoing(IBpmnSequenceFlow) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnFlowNode
Add a ObBpmnSequenceFlow to the 'Outgoing' association.
addOutgoing(IActivityEdge) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityNode
Add a ObActivityEdge to the 'Outgoing' association.
addOutgoing(IMessageFlow) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityPartition
Add a ObMessageFlow to the 'Outgoing' association.
addOutGoing(ITransition) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IStateVertex
Add a ObTransition to the 'OutGoing' association.
addOutgoingAssoc(IBpmnAssociation) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnBaseElement
Add a ObBpmnAssociation to the 'OutgoingAssoc' association.
addOutgoingFlow(IBpmnMessageFlow) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnBaseElement
Add a ObBpmnMessageFlow to the 'OutgoingFlow' association.
addOutput(IOutputPin) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityAction
Add a ObOutputPin to the 'Output' association.
addOutputElement(IExpansionNode) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IExpansionRegion
Add a ObExpansionNode to the 'OutputElement' association.
addOutputMessage(IBpmnOperation) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessage
Add a ObBpmnOperation to the 'OutputMessage' association.
addOutputSpecification(IBpmnDataOutput) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Add a ObBpmnDataOutput to the 'OutputSpecification' association.
addOwned(IDictionaryElement) - Method in interface com.modeliosoft.modelio.api.model.analyst.IDictionary
Add a ObDictionaryElement to the 'Owned' association.
addOwned(IProperty) - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertySet
Add a ObProperty to the 'Owned' association.
addOwned(IRequirementElement) - Method in interface com.modeliosoft.modelio.api.model.analyst.IRequirementContainer
Add a ObRequirementElement to the 'Owned' association.
addOwned(ICommunicationNode) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationInteraction
Add a ObCommunicationNode to the 'Owned' association.
addOwnedBehavior(IBehavior) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Add a ObBehavior to the 'OwnedBehavior' association.
addOwnedBehavior(IBehavior) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Add a ObBehavior to the 'OwnedBehavior' association.
addOwnedClause(IClause) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IConditionalNode
Add a ObClause to the 'OwnedClause' association.
addOwnedCollaboration(ICollaboration) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehavior
Add a ObCollaboration to the 'OwnedCollaboration' association.
addOwnedCollaborationUse(ICollaborationUse) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Add a ObCollaborationUse to the 'OwnedCollaborationUse' association.
addOwnedCollaborationUse(ICollaborationUse) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Add a ObCollaborationUse to the 'OwnedCollaborationUse' association.
addOwnedDataFlow(IDataFlow) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Add a ObDataFlow to the 'OwnedDataFlow' association.
addOwnedElement(IModelTree) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IModelTree
Add a ObModelTree to the 'OwnedElement' association.
addOwnedExtension(IExtensionPoint) - Method in interface com.modeliosoft.modelio.api.model.uml.usecase.IUseCase
Add a ObExtensionPoint to the 'OwnedExtension' association.
addOwnedGroup(IActivityGroup) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivity
Add a ObActivityGroup to the 'OwnedGroup' association.
addOwnedImport(IElementImport) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Add a ObElementImport to the 'OwnedImport' association.
addOwnedImport(IElementImport) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Add a ObElementImport to the 'OwnedImport' association.
addOwnedInformationFlow(IInformationFlow) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Add a ObInformationFlow to the 'OwnedInformationFlow' association.
addOwnedLine(ILifeline) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteraction
Add a ObLifeline to the 'OwnedLine' association.
addOwnedNode(IActivityNode) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivity
Add a ObActivityNode to the 'OwnedNode' association.
addOwnedPackageImport(IPackageImport) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Add a ObPackageImport to the 'OwnedPackageImport' association.
addOwnedPackageImport(IPackageImport) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Add a ObPackageImport to the 'OwnedPackageImport' association.
addOwnedProfile(IProfile) - Method in interface com.modeliosoft.modelio.api.model.extension.IModule
Add a ObProfile to the 'OwnedProfile' association.
addOwnedReference(IMetaclassReference) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IProfile
Add a ObMetaclassReference to the 'OwnedReference' association.
addOwnedRegion(IRegion) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Add a ObRegion to the 'OwnedRegion' association.
addOwnedSet(IDiagramSet) - Method in interface com.modeliosoft.modelio.api.model.diagrams.IDiagramContainer
Add a ObDiagramSet to the 'OwnedSet' association.
addPackageImporting(IPackageImport) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPackage
Add a ObPackageImport to the 'PackageImporting' association.
addPageChangedListener(IPageChangedListener) - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog
 
addPageChangingListener(IPageChangingListener) - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog
Adds a listener for page changes to the list of page changing listeners registered for this dialog.
addParameter(IParameterModel) - Method in class com.modeliosoft.modelio.api.mdac.paramEdition.ParameterGroupModel
 
addParameter(IBpmnResourceParameter) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResource
Add a ObBpmnResourceParameter to the 'Parameter' association.
addParameter(IBehaviorParameter) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehavior
Add a ObBehaviorParameter to the 'Parameter' association.
addParameterBindingRefs(IBpmnResourceParameterBinding) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResourceParameter
Add a ObBpmnResourceParameterBinding to the 'ParameterBindingRefs' association.
addParameterSubstitution(ITemplateParameterSubstitution) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ITemplateBinding
Add a ObTemplateParameterSubstitution to the 'ParameterSubstitution' association.
addParameterSubstitution(ITemplateParameterSubstitution) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ITemplateParameter
Add a ObTemplateParameterSubstitution to the 'ParameterSubstitution' association.
addParent(IGeneralization) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Add a ObGeneralization to the 'Parent' association.
addPart(IFeature) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Add a ObFeature to the 'Part' association.
addPart(IBindableInstance) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Add a ObBindableInstance to the 'Part' association.
addParticipantRef(IBpmnParticipant) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnInterface
Add a ObBpmnParticipant to the 'ParticipantRef' association.
addParticipantRefs(IBpmnParticipant) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnEndPoint
Add a ObBpmnParticipant to the 'ParticipantRefs' association.
addParticipants(IBpmnParticipant) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnCollaboration
Add a ObBpmnParticipant to the 'Participants' association.
addproduct(IAbstractDiagram) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Add a ObAbstractDiagram to the 'product' association.
addProperty(String, int) - Method in interface com.modeliosoft.modelio.api.mdac.propertiesPage.IMdacPropertyTable
Add an "integer" typed property in the model.
addProperty(String, String) - Method in interface com.modeliosoft.modelio.api.mdac.propertiesPage.IMdacPropertyTable
Add a "string" typed property in the model.
addProperty(String, boolean) - Method in interface com.modeliosoft.modelio.api.mdac.propertiesPage.IMdacPropertyTable
Add a "boolean" typed property in the model.
addProperty(String, String, String[]) - Method in interface com.modeliosoft.modelio.api.mdac.propertiesPage.IMdacPropertyTable
Add an "enumeration" typed property in the model.
addPropertySet(IPropertySet) - Method in class com.modeliosoft.modelio.api.mc.DefaultModelComponentContent
Adds a property set to the set of property sets that must be added to a model component
addPropertySet(IPropertySet) - Method in interface com.modeliosoft.modelio.api.model.IAnalystModel
Add a new property set in the requirement administration model.
addPropertyType(IPropertyType) - Method in class com.modeliosoft.modelio.api.mc.DefaultModelComponentContent
Adds a property type to the set of property types that must be added to a model component
addPropertyType(IPropertyType) - Method in interface com.modeliosoft.modelio.api.model.IAnalystModel
Add a new property type in the requirement admin model.
addProvided(IProvidedInterface) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPort
Add a ObProvidedInterface to the 'Provided' association.
addProvidedElement(IInterface) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IProvidedInterface
Add a ObInterface to the 'ProvidedElement' association.
addProvider(ILinkEnd) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IRequiredInterface
Add a ObLinkEnd to the 'Provider' association.
addProviding(IProvidedInterface) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInterface
Add a ObProvidedInterface to the 'Providing' association.
addQualifier(IAttribute) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
Add a ObAttribute to the 'Qualifier' association.
addRealized(IInterfaceRealization) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Add a ObInterfaceRealization to the 'Realized' association.
addRealizedInformationFlow(IInformationFlow) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityEdge
Add a ObInformationFlow to the 'RealizedInformationFlow' association.
addRealizedInformationFlow(IInformationFlow) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationMessage
Add a ObInformationFlow to the 'RealizedInformationFlow' association.
addRealizedInformationFlow(IInformationFlow) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IMessage
Add a ObInformationFlow to the 'RealizedInformationFlow' association.
addRealizedInformationFlow(IInformationFlow) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociation
Add a ObInformationFlow to the 'RealizedInformationFlow' association.
addRealizedInformationFlow(IInformationFlow) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ILink
Add a ObInformationFlow to the 'RealizedInformationFlow' association.
addRealizingActivityEdge(IActivityEdge) - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Add a ObActivityEdge to the 'RealizingActivityEdge' association.
addRealizingAssociation(IAssociation) - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Add a ObAssociation to the 'RealizingAssociation' association.
addRealizingCommunicationMessage(ICommunicationMessage) - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Add a ObCommunicationMessage to the 'RealizingCommunicationMessage' association.
addRealizingLink(ILink) - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Add a ObLink to the 'RealizingLink' association.
addRealizingMessage(IMessage) - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Add a ObMessage to the 'RealizingMessage' association.
addReceived(IDataFlow) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Add a ObDataFlow to the 'Received' association.
addReceivedInfo(IInformationFlow) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Add a ObInformationFlow to the 'ReceivedInfo' association.
addReceiver(IBpmnReceiveTask) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessage
Add a ObBpmnReceiveTask to the 'Receiver' association.
addReceiver(IBpmnReceiveTask) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnOperation
Add a ObBpmnReceiveTask to the 'Receiver' association.
addReceiver(IAcceptSignalAction) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Add a ObAcceptSignalAction to the 'Receiver' association.
addReceivingMerge(IPackageMerge) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPackage
Add a ObPackageMerge to the 'ReceivingMerge' association.
addRedefinition(IOperation) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Add a ObOperation to the 'Redefinition' association.
addReferedUse(IInteractionUse) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteraction
Add a ObInteractionUse to the 'ReferedUse' association.
addReferencedDiagram(IAbstractDiagram) - Method in interface com.modeliosoft.modelio.api.model.diagrams.IDiagramSet
Add a ObAbstractDiagram to the 'ReferencedDiagram' association.
addReferencingSet(IDiagramSet) - Method in interface com.modeliosoft.modelio.api.model.diagrams.IAbstractDiagram
Add a ObDiagramSet to the 'ReferencingSet' association.
addRepresentation(IBinding) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IBindableInstance
Add a ObBinding to the 'Representation' association.
addRepresentation(IInformationItem) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Add a ObInformationItem to the 'Representation' association.
addRepresentation(IBinding) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IConnector
Add a ObBinding to the 'Representation' association.
addRepresentation(IBinding) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IConnectorEnd
Add a ObBinding to the 'Representation' association.
addRepresented(IClassifier) - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationItem
Add a ObClassifier to the 'Represented' association.
addRepresentedCommunicationNode(ICommunicationNode) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Add a ObCommunicationNode to the 'RepresentedCommunicationNode' association.
addRepresentedLifeLine(ILifeline) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Add a ObLifeline to the 'RepresentedLifeLine' association.
addRepresenting(ILink) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociation
Add a ObLink to the 'Representing' association.
addRepresenting(IInstance) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Add a ObInstance to the 'Representing' association.
addRepresentingConnector(IConnector) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Add a ObConnector to the 'RepresentingConnector' association.
addRepresentingEnd(IConnectorEnd) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Add a ObConnectorEnd to the 'RepresentingEnd' association.
addRepresentingInstance(IBindableInstance) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Add a ObBindableInstance to the 'RepresentingInstance' association.
addRepresentingItem(IBpmnItemAwareElement) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
Add a ObBpmnItemAwareElement to the 'RepresentingItem' association.
addRepresentingItem(IBpmnItemAwareElement) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttribute
Add a ObBpmnItemAwareElement to the 'RepresentingItem' association.
addRepresentingItem(IBpmnItemAwareElement) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Add a ObBpmnItemAwareElement to the 'RepresentingItem' association.
addRepresentingObjectNode(IObjectNode) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehaviorParameter
Add a ObObjectNode to the 'RepresentingObjectNode' association.
addRepresentingObjectNode(IObjectNode) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
Add a ObObjectNode to the 'RepresentingObjectNode' association.
addRepresentingObjectNode(IObjectNode) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttribute
Add a ObObjectNode to the 'RepresentingObjectNode' association.
addRepresentingObjectNode(IObjectNode) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Add a ObObjectNode to the 'RepresentingObjectNode' association.
addRepresentingPartition(IActivityPartition) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Add a ObActivityPartition to the 'RepresentingPartition' association.
addRepresents(IBinding) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Add a ObBinding to the 'Represents' association.
addRequired(IRequiredInterface) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPort
Add a ObRequiredInterface to the 'Required' association.
addRequiredElement(IInterface) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IRequiredInterface
Add a ObInterface to the 'RequiredElement' association.
addRequiredStateOf(IObjectNode) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Add a ObObjectNode to the 'RequiredStateOf' association.
addRequiredStateOfBpmnItem(IBpmnItemAwareElement) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Add a ObBpmnItemAwareElement to the 'RequiredStateOfBpmnItem' association.
addRequiredStateOfBpmnMessage(IBpmnMessage) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Add a ObBpmnMessage to the 'RequiredStateOfBpmnMessage' association.
addRequirementElement(IRequirementElement) - Method in class com.modeliosoft.modelio.api.mc.DefaultModelComponentContent
Adds a requirement element to the set of requirement elements that must be added to a model component
addRequiring(IRequiredInterface) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInterface
Add a ObRequiredInterface to the 'Requiring' association.
addResident(IArtifact) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INode
Add a ObArtifact to the 'Resident' association.
addResource(IBpmnResourceRole) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnFlowNode
Add a ObBpmnResourceRole to the 'Resource' association.
addResource(IBpmnResourceRole) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Add a ObBpmnResourceRole to the 'Resource' association.
addResourceParameterBinding(IBpmnResourceParameterBinding) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResourceRole
Add a ObBpmnResourceParameterBinding to the 'ResourceParameterBinding' association.
addResourceroleRefs(IBpmnResourceRole) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResource
Add a ObBpmnResourceRole to the 'ResourceroleRefs' association.
addRoleBinding(IBinding) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ICollaborationUse
Add a ObBinding to the 'RoleBinding' association.
addRootElement(IBpmnRootElement) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnBehavior
Add a ObBpmnRootElement to the 'RootElement' association.
addSender(IBpmnSendTask) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessage
Add a ObBpmnSendTask to the 'Sender' association.
addSender(IBpmnSendTask) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnOperation
Add a ObBpmnSendTask to the 'Sender' association.
addSender(ISendSignalAction) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Add a ObSendSignalAction to the 'Sender' association.
addSends(ITransition) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Add a ObTransition to the 'Sends' association.
addSent(ICommunicationChannel) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ILink
Add a ObCommunicationChannel to the 'Sent' association.
addSent(IDataFlow) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Add a ObDataFlow to the 'Sent' association.
addSentInfo(IInformationFlow) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Add a ObInformationFlow to the 'SentInfo' association.
addSentMessage(ICommunicationMessage) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationChannel
Add a ObCommunicationMessage to the 'SentMessage' association.
addSlot(IAttributeLink) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Add a ObAttributeLink to the 'Slot' association.
addSource(IBpmnLinkEventDefinition) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnLinkEventDefinition
Add a ObBpmnLinkEventDefinition to the 'Source' association.
addSourceOfDataAssociation(IBpmnDataAssociation) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemAwareElement
Add a ObBpmnDataAssociation to the 'SourceOfDataAssociation' association.
addSourceRef(IBpmnItemAwareElement) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataAssociation
Add a ObBpmnItemAwareElement to the 'SourceRef' association.
addSpecialization(IGeneralization) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Add a ObGeneralization to the 'Specialization' association.
addSRepresentation(ISignal) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Add a ObSignal to the 'SRepresentation' association.
addSRepresentation(ISignal) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Add a ObSignal to the 'SRepresentation' association.
addSRepresentation(ISignal) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Add a ObSignal to the 'SRepresentation' association.
addStarted(ICommunicationChannel) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationNode
Add a ObCommunicationChannel to the 'Started' association.
addStatusHandler(IStatusChangeHandler) - Method in interface com.modeliosoft.modelio.api.model.IModelingSession
Add a status change listener.
addStatusListener(IStatusChangeListener) - Method in interface com.modeliosoft.modelio.api.model.IModelingSession
Add a status handler.
addStereotype(IModelingSession, IModelElement, String) - Static method in class com.modeliosoft.modelio.api.model.ObUtils
Deprecated.
addStereotype(String) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
This operation adds the stereotype having this name to the given element.
addSub(IDiagramSet) - Method in interface com.modeliosoft.modelio.api.model.diagrams.IDiagramSet
Add a ObDiagramSet to the 'Sub' association.
addSub(IStateVertex) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IRegion
Add a ObStateVertex to the 'Sub' association.
addSubmachineState(IState) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IStateMachine
Add a ObState to the 'SubmachineState' association.
addSubPartition(IActivityPartition) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityPartition
Add a ObActivityPartition to the 'SubPartition' association.
addSubstitued(ISubstitution) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Add a ObSubstitution to the 'Substitued' association.
addSubstitutingSubstitution(ISubstitution) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Add a ObSubstitution to the 'SubstitutingSubstitution' association.
addSupported(IBpmnProcess) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Add a ObBpmnProcess to the 'Supported' association.
addSupports(IBpmnProcess) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Add a ObBpmnProcess to the 'Supports' association.
addTag(ITaggedValue) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Add a ObTaggedValue to the 'Tag' association.
addTagOccurence(ITaggedValue) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITagType
Add a ObTaggedValue to the 'TagOccurence' association.
addTagType(ITagType) - Method in class com.modeliosoft.modelio.api.mc.DefaultModelComponentContent
Adds a tagged value to the set of tagged value types that must be added to a model component.
addTargetOfDataAssociation(IBpmnDataAssociation) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemAwareElement
Add a ObBpmnDataAssociation to the 'TargetOfDataAssociation' association.
addTemplate(ITemplateParameter) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Add a ObTemplateParameter to the 'Template' association.
addTemplate(ITemplateParameter) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Add a ObTemplateParameter to the 'Template' association.
addTemplateInstanciation(ITemplateBinding) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Add a ObTemplateBinding to the 'TemplateInstanciation' association.
addTemplateInstanciation(ITemplateBinding) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Add a ObTemplateBinding to the 'TemplateInstanciation' association.
addTemplateSubstitution(ITemplateParameterSubstitution) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Add a ObTemplateParameterSubstitution to the 'TemplateSubstitution' association.
addThrowing(IRaisedException) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Add a ObRaisedException to the 'Throwing' association.
addThrown(IRaisedException) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Add a ObRaisedException to the 'Thrown' association.
addToAfter(IGeneralOrdering) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IOccurrenceSpecification
Add a ObGeneralOrdering to the 'ToAfter' association.
addToBefore(IGeneralOrdering) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IOccurrenceSpecification
Add a ObGeneralOrdering to the 'ToBefore' association.
addTriggered(ITransition) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IEvent
Add a ObTransition to the 'Triggered' association.
addTyped(IRequirementContainer) - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertySet
Add a ObRequirementContainer to the 'Typed' association.
addTyped(IProperty) - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertyType
Add a ObProperty to the 'Typed' association.
addTypedDictionary(IDictionary) - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertySet
Add a ObDictionary to the 'TypedDictionary' association.
addTypedDoc(IExternDocument) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IExternDocumentType
Add a ObExternDocument to the 'TypedDoc' association.
addTypedItem(IBpmnItemAwareElement) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemDefinition
Add a ObBpmnItemAwareElement to the 'TypedItem' association.
addTypedMessage(IBpmnMessage) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemDefinition
Add a ObBpmnMessage to the 'TypedMessage' association.
addTypedResourceParameter(IBpmnResourceParameter) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemDefinition
Add a ObBpmnResourceParameter to the 'TypedResourceParameter' association.
addTypingParameter(ITemplateParameter) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Add a ObTemplateParameter to the 'TypingParameter' association.
addUsage(IMessage) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Add a ObMessage to the 'Usage' association.
addUsage(IMessage) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Add a ObMessage to the 'Usage' association.
addUsed(IUseCaseDependency) - Method in interface com.modeliosoft.modelio.api.model.uml.usecase.IUseCase
Add a ObUseCaseDependency to the 'Used' association.
addusedNamespaceUse(INamespaceUse) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Add a ObNamespaceUse to the 'used' association.
addUser(IUseCaseDependency) - Method in interface com.modeliosoft.modelio.api.model.uml.usecase.IUseCase
Add a ObUseCaseDependency to the 'User' association.
adduserNamespaceUse(INamespaceUse) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Add a ObNamespaceUse to the 'user' association.
addUtilized(IManifestation) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IArtifact
Add a ObManifestation to the 'Utilized' association.
addValue(IPropertyValue) - Method in interface com.modeliosoft.modelio.api.model.analyst.IProperty
Add a ObPropertyValue to the 'Value' association.
addValue(IPropertyValue) - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertyValueSet
Add a ObPropertyValue to the 'Value' association.
addValue(IEnumerationLiteral) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IEnumeration
Add a ObEnumerationLiteral to the 'Value' association.
addValueSet(IPropertyValueSet) - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertySet
Add a ObPropertyValueSet to the 'ValueSet' association.
addVisualShortCut(IBpmnSequenceFlowDataAssociation) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataAssociation
Add a ObBpmnSequenceFlowDataAssociation to the 'VisualShortCut' association.
adjustBounds() - Method in class com.modeliosoft.modelio.api.ui.text.ResultsProposalPopup
 
allowedExtensionLabels - Variable in class com.modeliosoft.modelio.api.mdac.paramEdition.FileParameterModel
 
allowedExtensions - Variable in class com.modeliosoft.modelio.api.mdac.paramEdition.FileParameterModel
 
AStyle - Class in com.modeliosoft.modelio.api.astyle
AStyle contains methods to call the Artistic Style formatter(AStylej library).
audit(IElement) - Method in interface com.modeliosoft.modelio.api.audit.IAuditService
Post 'element' in the audit check queue.
audit(ITransaction) - Method in interface com.modeliosoft.modelio.api.model.IModelingSession
Launch the audit on the given transaction.

B

backPressed() - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog
The Back button has been pressed.
BLACK - Static variable in interface com.modeliosoft.modelio.api.ui.UIColor
 
BoolParameterModel - Class in com.modeliosoft.modelio.api.mdac.paramEdition
 
BoolParameterModel(IMdacConfiguration, String, String, String, String) - Constructor for class com.modeliosoft.modelio.api.mdac.paramEdition.BoolParameterModel
 
BrowserDialog - Class in com.modeliosoft.modelio.api.ui.diagramcreation
This class implements the dialog box that display the audit entry details
BrowserDialog(Shell, String) - Constructor for class com.modeliosoft.modelio.api.ui.diagramcreation.BrowserDialog
Create an BrowserDialog instance.
BUSINESS_RULE_CONTAINER_STEREOTYPE - Static variable in interface com.modeliosoft.modelio.api.model.IAnalystModel
The name of the stereotype defining a Business Rule Container.
BUSINESS_RULE_DIAGRAM_STEREOTYPE - Static variable in interface com.modeliosoft.modelio.api.model.IAnalystModel
The name of the stereotype defining a Business Rule Diagram.
BUSINESS_RULE_PROPERTYSET_STEREOTYPE - Static variable in interface com.modeliosoft.modelio.api.model.IAnalystModel
The name of the stereotype defining a Business Rule PropertySet.
BUSINESS_RULE_STEREOTYPE - Static variable in interface com.modeliosoft.modelio.api.model.IAnalystModel
The name of the stereotype defining a Business Rule.
buttonPressed(int) - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog
 

C

cancelButton - Variable in class com.modeliosoft.modelio.api.ui.diagramcreation.DiagramWizardDialog
 
cancelPressed() - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog
 
cardAccepted() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IAcceptSignalAction
Returns the number elements in the Accepted association.
cardAccepted(Class<? extends ISignal>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IAcceptSignalAction
Returns the number elements in the Accepted association filtered with the given metaclass.
cardActual() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IGate
Returns the number elements in the Actual association.
cardActual(Class<? extends IGate>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IGate
Returns the number elements in the Actual association filtered with the given metaclass.
cardActual() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITaggedValue
Returns the number elements in the Actual association.
cardActual(Class<? extends ITagParameter>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITaggedValue
Returns the number elements in the Actual association filtered with the given metaclass.
cardActualGate() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionUse
Returns the number elements in the ActualGate association.
cardActualGate(Class<? extends IGate>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionUse
Returns the number elements in the ActualGate association filtered with the given metaclass.
cardArtifact() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnCollaboration
Returns the number elements in the Artifact association.
cardArtifact(Class<? extends IBpmnArtifact>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnCollaboration
Returns the number elements in the Artifact association filtered with the given metaclass.
cardArtifact() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Returns the number elements in the Artifact association.
cardArtifact(Class<? extends IBpmnArtifact>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Returns the number elements in the Artifact association filtered with the given metaclass.
cardArtifact() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSubProcess
Returns the number elements in the Artifact association.
cardArtifact(Class<? extends IBpmnArtifact>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSubProcess
Returns the number elements in the Artifact association filtered with the given metaclass.
cardBehaviorParam() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Returns the number elements in the BehaviorParam association.
cardBehaviorParam(Class<? extends IBehaviorParameter>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Returns the number elements in the BehaviorParam association filtered with the given metaclass.
cardBody() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IClause
Returns the number elements in the Body association.
cardBody(Class<? extends IActivityNode>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IClause
Returns the number elements in the Body association filtered with the given metaclass.
cardBody() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IStructuredActivityNode
Returns the number elements in the Body association.
cardBody(Class<? extends IActivityNode>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IStructuredActivityNode
Returns the number elements in the Body association filtered with the given metaclass.
cardBoundaryEventRef() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Returns the number elements in the BoundaryEventRef association.
cardBoundaryEventRef(Class<? extends IBpmnBoundaryEvent>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Returns the number elements in the BoundaryEventRef association filtered with the given metaclass.
cardBpmnCaller() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehavior
Returns the number elements in the BpmnCaller association.
cardBpmnCaller(Class<? extends IBpmnCallActivity>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehavior
Returns the number elements in the BpmnCaller association filtered with the given metaclass.
cardBpmnDataStateRefs() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Returns the number elements in the BpmnDataStateRefs association.
cardBpmnDataStateRefs(Class<? extends IBpmnDataState>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Returns the number elements in the BpmnDataStateRefs association filtered with the given metaclass.
cardBpmnInterfaceRefs() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Returns the number elements in the BpmnInterfaceRefs association.
cardBpmnInterfaceRefs(Class<? extends IBpmnInterface>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Returns the number elements in the BpmnInterfaceRefs association filtered with the given metaclass.
cardBpmnItemAwareRefs() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Returns the number elements in the BpmnItemAwareRefs association.
cardBpmnItemAwareRefs(Class<? extends IBpmnItemAwareElement>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Returns the number elements in the BpmnItemAwareRefs association filtered with the given metaclass.
cardBpmnItemDefinitionRefs() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Returns the number elements in the BpmnItemDefinitionRefs association.
cardBpmnItemDefinitionRefs(Class<? extends IBpmnItemDefinition>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Returns the number elements in the BpmnItemDefinitionRefs association filtered with the given metaclass.
cardBpmnLaneRefs() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Returns the number elements in the BpmnLaneRefs association.
cardBpmnLaneRefs(Class<? extends IBpmnLane>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Returns the number elements in the BpmnLaneRefs association filtered with the given metaclass.
cardBpmnMessageRefs() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Returns the number elements in the BpmnMessageRefs association.
cardBpmnMessageRefs(Class<? extends IBpmnMessage>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Returns the number elements in the BpmnMessageRefs association filtered with the given metaclass.
cardBpmnOperationRef() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the BpmnOperationRef association.
cardBpmnOperationRef(Class<? extends IBpmnOperation>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the BpmnOperationRef association filtered with the given metaclass.
cardBpmnRepresentingDataInput() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Returns the number elements in the BpmnRepresentingDataInput association.
cardBpmnRepresentingDataInput(Class<? extends IBpmnDataInput>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Returns the number elements in the BpmnRepresentingDataInput association filtered with the given metaclass.
cardBpmnRepresentingDataOutput() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Returns the number elements in the BpmnRepresentingDataOutput association.
cardBpmnRepresentingDataOutput(Class<? extends IBpmnDataOutput>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Returns the number elements in the BpmnRepresentingDataOutput association filtered with the given metaclass.
cardBpmnRepresents() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Returns the number elements in the BpmnRepresents association.
cardBpmnRepresents(Class<? extends IBpmnParticipant>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Returns the number elements in the BpmnRepresents association filtered with the given metaclass.
cardBpmnRepresents() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPackage
Returns the number elements in the BpmnRepresents association.
cardBpmnRepresents(Class<? extends IBpmnParticipant>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPackage
Returns the number elements in the BpmnRepresents association filtered with the given metaclass.
cardCaller() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnOperation
Returns the number elements in the Caller association.
cardCaller(Class<? extends IBpmnServiceTask>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnOperation
Returns the number elements in the Caller association filtered with the given metaclass.
cardCaller() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Returns the number elements in the Caller association.
cardCaller(Class<? extends IBpmnCallActivity>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Returns the number elements in the Caller association filtered with the given metaclass.
cardCaller() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnTask
Returns the number elements in the Caller association.
cardCaller(Class<? extends IBpmnCallActivity>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnTask
Returns the number elements in the Caller association filtered with the given metaclass.
cardCaller() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehavior
Returns the number elements in the Caller association.
cardCaller(Class<? extends ICallBehaviorAction>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehavior
Returns the number elements in the Caller association filtered with the given metaclass.
cardCaller() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the Caller association.
cardCaller(Class<? extends IBpmnCallActivity>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the Caller association filtered with the given metaclass.
cardCallerReceiveTask() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the CallerReceiveTask association.
cardCallerReceiveTask(Class<? extends IBpmnReceiveTask>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the CallerReceiveTask association filtered with the given metaclass.
cardCallerSendTask() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the CallerSendTask association.
cardCallerSendTask(Class<? extends IBpmnSendTask>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the CallerSendTask association filtered with the given metaclass.
cardCallerServiceTask() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the CallerServiceTask association.
cardCallerServiceTask(Class<? extends IBpmnServiceTask>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the CallerServiceTask association filtered with the given metaclass.
cardCallingAction() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the CallingAction association.
cardCallingAction(Class<? extends ICallOperationAction>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the CallingAction association filtered with the given metaclass.
cardCategorized() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnGroup
Returns the number elements in the Categorized association.
cardCategorized(Class<? extends IBpmnFlowElement>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnGroup
Returns the number elements in the Categorized association filtered with the given metaclass.
cardcause() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INamespaceUse
Returns the number elements in the cause association.
cardcause(Class<? extends IElement>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INamespaceUse
Returns the number elements in the cause association filtered with the given metaclass.
cardcausing() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IElement
Returns the number elements in the causing association.
cardcausing(Class<? extends INamespaceUse>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IElement
Returns the number elements in the causing association filtered with the given metaclass.
cardChild() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Returns the number elements in the Child association.
cardChild(Class<? extends IStereotype>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Returns the number elements in the Child association filtered with the given metaclass.
cardCommunicationUsage() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Returns the number elements in the CommunicationUsage association.
cardCommunicationUsage(Class<? extends ICommunicationMessage>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Returns the number elements in the CommunicationUsage association filtered with the given metaclass.
cardCommunicationUsage() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the CommunicationUsage association.
cardCommunicationUsage(Class<? extends ICommunicationMessage>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the CommunicationUsage association filtered with the given metaclass.
cardCompensateEventDefinitions() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Returns the number elements in the CompensateEventDefinitions association.
cardCompensateEventDefinitions(Class<? extends IBpmnCompensateEventDefinition>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Returns the number elements in the CompensateEventDefinitions association filtered with the given metaclass.
cardComplexBehaviorDefinition() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMultiInstanceLoopCharacteristics
Returns the number elements in the ComplexBehaviorDefinition association.
cardComplexBehaviorDefinition(Class<? extends IBpmnComplexBehaviorDefinition>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMultiInstanceLoopCharacteristics
Returns the number elements in the ComplexBehaviorDefinition association filtered with the given metaclass.
cardConnection() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IEntryPointPseudoState
Returns the number elements in the Connection association.
cardConnection(Class<? extends IConnectionPointReference>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IEntryPointPseudoState
Returns the number elements in the Connection association filtered with the given metaclass.
cardConnection() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IExitPointPseudoState
Returns the number elements in the Connection association.
cardConnection(Class<? extends IConnectionPointReference>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IExitPointPseudoState
Returns the number elements in the Connection association filtered with the given metaclass.
cardConnection() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Returns the number elements in the Connection association.
cardConnection(Class<? extends IConnectionPointReference>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Returns the number elements in the Connection association filtered with the given metaclass.
cardConnection() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociation
Returns the number elements in the Connection association.
cardConnection(Class<? extends IAssociationEnd>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociation
Returns the number elements in the Connection association filtered with the given metaclass.
cardConnection() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Returns the number elements in the Connection association.
cardConnection(Class<? extends ILinkEnd>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Returns the number elements in the Connection association filtered with the given metaclass.
cardConnection() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ILink
Returns the number elements in the Connection association.
cardConnection(Class<? extends ILinkEnd>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ILink
Returns the number elements in the Connection association filtered with the given metaclass.
cardConnector() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSequenceFlow
Returns the number elements in the Connector association.
cardConnector(Class<? extends IBpmnSequenceFlowDataAssociation>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSequenceFlow
Returns the number elements in the Connector association filtered with the given metaclass.
cardConstrainedElement() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IConstraint
Returns the number elements in the ConstrainedElement association.
cardConstrainedElement(Class<? extends IModelElement>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IConstraint
Returns the number elements in the ConstrainedElement association filtered with the given metaclass.
cardConstraintDefinition() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Returns the number elements in the ConstraintDefinition association.
cardConstraintDefinition(Class<? extends IConstraint>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Returns the number elements in the ConstraintDefinition association filtered with the given metaclass.
cardConsumer() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IProvidedInterface
Returns the number elements in the Consumer association.
cardConsumer(Class<? extends ILinkEnd>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IProvidedInterface
Returns the number elements in the Consumer association filtered with the given metaclass.
cardContainedNode() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityPartition
Returns the number elements in the ContainedNode association.
cardContainedNode(Class<? extends IActivityNode>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityPartition
Returns the number elements in the ContainedNode association filtered with the given metaclass.
cardConveyed() - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Returns the number elements in the Conveyed association.
cardConveyed(Class<? extends IClassifier>) - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Returns the number elements in the Conveyed association filtered with the given metaclass.
cardConveyer() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Returns the number elements in the Conveyer association.
cardConveyer(Class<? extends IInformationFlow>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Returns the number elements in the Conveyer association filtered with the given metaclass.
cardCovered() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionFragment
Returns the number elements in the Covered association.
cardCovered(Class<? extends ILifeline>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionFragment
Returns the number elements in the Covered association filtered with the given metaclass.
cardCoveredBy() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.ILifeline
Returns the number elements in the CoveredBy association.
cardCoveredBy(Class<? extends IInteractionFragment>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.ILifeline
Returns the number elements in the CoveredBy association filtered with the given metaclass.
cardDataAssociation() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSequenceFlowDataAssociation
Returns the number elements in the DataAssociation association.
cardDataAssociation(Class<? extends IBpmnDataAssociation>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSequenceFlowDataAssociation
Returns the number elements in the DataAssociation association filtered with the given metaclass.
cardDataInputAssociation() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Returns the number elements in the DataInputAssociation association.
cardDataInputAssociation(Class<? extends IBpmnDataAssociation>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Returns the number elements in the DataInputAssociation association filtered with the given metaclass.
cardDataInputAssociation() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnThrowEvent
Returns the number elements in the DataInputAssociation association.
cardDataInputAssociation(Class<? extends IBpmnDataAssociation>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnThrowEvent
Returns the number elements in the DataInputAssociation association filtered with the given metaclass.
cardDataOutputAssociation() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Returns the number elements in the DataOutputAssociation association.
cardDataOutputAssociation(Class<? extends IBpmnDataAssociation>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Returns the number elements in the DataOutputAssociation association filtered with the given metaclass.
cardDataOutputAssociation() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnCatchEvent
Returns the number elements in the DataOutputAssociation association.
cardDataOutputAssociation(Class<? extends IBpmnDataAssociation>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnCatchEvent
Returns the number elements in the DataOutputAssociation association filtered with the given metaclass.
cardDeclared() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Returns the number elements in the Declared association.
cardDeclared(Class<? extends IInstance>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Returns the number elements in the Declared association filtered with the given metaclass.
cardDefaultParametering() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Returns the number elements in the DefaultParametering association.
cardDefaultParametering(Class<? extends ITemplateParameter>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Returns the number elements in the DefaultParametering association filtered with the given metaclass.
cardDeffered() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Returns the number elements in the Deffered association.
cardDeffered(Class<? extends IEvent>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Returns the number elements in the Deffered association filtered with the given metaclass.
cardDefinedExternDocumentType() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IMetaclassReference
Returns the number elements in the DefinedExternDocumentType association.
cardDefinedExternDocumentType(Class<? extends IExternDocumentType>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IMetaclassReference
Returns the number elements in the DefinedExternDocumentType association filtered with the given metaclass.
cardDefinedExternDocumentType() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Returns the number elements in the DefinedExternDocumentType association.
cardDefinedExternDocumentType(Class<? extends IExternDocumentType>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Returns the number elements in the DefinedExternDocumentType association filtered with the given metaclass.
cardDefinedNoteType() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IMetaclassReference
Returns the number elements in the DefinedNoteType association.
cardDefinedNoteType(Class<? extends INoteType>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IMetaclassReference
Returns the number elements in the DefinedNoteType association filtered with the given metaclass.
cardDefinedNoteType() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Returns the number elements in the DefinedNoteType association.
cardDefinedNoteType(Class<? extends INoteType>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Returns the number elements in the DefinedNoteType association filtered with the given metaclass.
cardDefinedPropertySet() - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertyContainer
Returns the number elements in the DefinedPropertySet association.
cardDefinedPropertySet(Class<? extends IPropertySet>) - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertyContainer
Returns the number elements in the DefinedPropertySet association filtered with the given metaclass.
cardDefinedStereotype() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IProfile
Returns the number elements in the DefinedStereotype association.
cardDefinedStereotype(Class<? extends IStereotype>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IProfile
Returns the number elements in the DefinedStereotype association filtered with the given metaclass.
cardDefinedTagType() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IMetaclassReference
Returns the number elements in the DefinedTagType association.
cardDefinedTagType(Class<? extends ITagType>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IMetaclassReference
Returns the number elements in the DefinedTagType association filtered with the given metaclass.
cardDefinedTagType() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Returns the number elements in the DefinedTagType association.
cardDefinedTagType(Class<? extends ITagType>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Returns the number elements in the DefinedTagType association filtered with the given metaclass.
cardDefinedType() - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertyContainer
Returns the number elements in the DefinedType association.
cardDefinedType(Class<? extends IPropertyType>) - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertyContainer
Returns the number elements in the DefinedType association filtered with the given metaclass.
cardDependsOn() - Method in interface com.modeliosoft.modelio.api.model.extension.IModule
Returns the number elements in the DependsOn association.
cardDependsOn(Class<? extends IModule>) - Method in interface com.modeliosoft.modelio.api.model.extension.IModule
Returns the number elements in the DependsOn association filtered with the given metaclass.
cardDependsOnDependency() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Returns the number elements in the DependsOnDependency association.
cardDependsOnDependency(Class<? extends IDependency>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Returns the number elements in the DependsOnDependency association filtered with the given metaclass.
cardDeploymentLocation() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IArtifact
Returns the number elements in the DeploymentLocation association.
cardDeploymentLocation(Class<? extends INode>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IArtifact
Returns the number elements in the DeploymentLocation association filtered with the given metaclass.
cardDescriptor() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Returns the number elements in the Descriptor association.
cardDescriptor(Class<? extends INote>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Returns the number elements in the Descriptor association filtered with the given metaclass.
cardDiagram() - Method in interface com.modeliosoft.modelio.api.model.diagrams.IDiagramContainer
Returns the number elements in the Diagram association.
cardDiagram(Class<? extends IAbstractDiagram>) - Method in interface com.modeliosoft.modelio.api.model.diagrams.IDiagramContainer
Returns the number elements in the Diagram association filtered with the given metaclass.
cardDOccurence() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Returns the number elements in the DOccurence association.
cardDOccurence(Class<? extends IDataFlow>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Returns the number elements in the DOccurence association filtered with the given metaclass.
cardDocument() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Returns the number elements in the Document association.
cardDocument(Class<? extends IExternDocument>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Returns the number elements in the Document association filtered with the given metaclass.
cardEComponent() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehavior
Returns the number elements in the EComponent association.
cardEComponent(Class<? extends IEvent>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehavior
Returns the number elements in the EComponent association filtered with the given metaclass.
cardEffectOf() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehavior
Returns the number elements in the EffectOf association.
cardEffectOf(Class<? extends ITransition>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehavior
Returns the number elements in the EffectOf association filtered with the given metaclass.
cardElement() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.INoteType
Returns the number elements in the Element association.
cardElement(Class<? extends INote>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.INoteType
Returns the number elements in the Element association filtered with the given metaclass.
cardEnded() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationNode
Returns the number elements in the Ended association.
cardEnded(Class<? extends ICommunicationChannel>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationNode
Returns the number elements in the Ended association filtered with the given metaclass.
cardEndPointRefs() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnParticipant
Returns the number elements in the EndPointRefs association.
cardEndPointRefs(Class<? extends IBpmnEndPoint>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnParticipant
Returns the number elements in the EndPointRefs association filtered with the given metaclass.
cardEntryPoint() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Returns the number elements in the EntryPoint association.
cardEntryPoint(Class<? extends IEntryPointPseudoState>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Returns the number elements in the EntryPoint association filtered with the given metaclass.
cardEntryPoint() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IStateMachine
Returns the number elements in the EntryPoint association.
cardEntryPoint(Class<? extends IEntryPointPseudoState>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IStateMachine
Returns the number elements in the EntryPoint association filtered with the given metaclass.
cardEntryPointAction() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the EntryPointAction association.
cardEntryPointAction(Class<? extends IAcceptCallEventAction>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the EntryPointAction association filtered with the given metaclass.
cardEOccurence() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Returns the number elements in the EOccurence association.
cardEOccurence(Class<? extends IEvent>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Returns the number elements in the EOccurence association filtered with the given metaclass.
cardEventDefinition() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessage
Returns the number elements in the EventDefinition association.
cardEventDefinition(Class<? extends IBpmnMessageEventDefinition>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessage
Returns the number elements in the EventDefinition association filtered with the given metaclass.
cardEventDefinition() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnOperation
Returns the number elements in the EventDefinition association.
cardEventDefinition(Class<? extends IBpmnMessageEventDefinition>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnOperation
Returns the number elements in the EventDefinition association filtered with the given metaclass.
cardEventDefinitions() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnEvent
Returns the number elements in the EventDefinitions association.
cardEventDefinitions(Class<? extends IBpmnEventDefinition>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnEvent
Returns the number elements in the EventDefinitions association filtered with the given metaclass.
cardExample() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the Example association.
cardExample(Class<? extends ICollaboration>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the Example association filtered with the given metaclass.
cardExceptionType() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IExceptionHandler
Returns the number elements in the ExceptionType association.
cardExceptionType(Class<? extends IGeneralClass>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IExceptionHandler
Returns the number elements in the ExceptionType association filtered with the given metaclass.
cardExitPoint() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Returns the number elements in the ExitPoint association.
cardExitPoint(Class<? extends IExitPointPseudoState>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Returns the number elements in the ExitPoint association filtered with the given metaclass.
cardExitPoint() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IStateMachine
Returns the number elements in the ExitPoint association.
cardExitPoint(Class<? extends IExitPointPseudoState>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IStateMachine
Returns the number elements in the ExitPoint association filtered with the given metaclass.
cardExtended() - Method in interface com.modeliosoft.modelio.api.model.uml.usecase.IExtensionPoint
Returns the number elements in the Extended association.
cardExtended(Class<? extends IUseCaseDependency>) - Method in interface com.modeliosoft.modelio.api.model.uml.usecase.IExtensionPoint
Returns the number elements in the Extended association filtered with the given metaclass.
cardExtendedElement() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Returns the number elements in the ExtendedElement association.
cardExtendedElement(Class<? extends IModelElement>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Returns the number elements in the ExtendedElement association filtered with the given metaclass.
cardExtension() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Returns the number elements in the Extension association.
cardExtension(Class<? extends IStereotype>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Returns the number elements in the Extension association filtered with the given metaclass.
cardExtensionLocation() - Method in interface com.modeliosoft.modelio.api.model.uml.usecase.IUseCaseDependency
Returns the number elements in the ExtensionLocation association.
cardExtensionLocation(Class<? extends IExtensionPoint>) - Method in interface com.modeliosoft.modelio.api.model.uml.usecase.IUseCaseDependency
Returns the number elements in the ExtensionLocation association filtered with the given metaclass.
cardFlowElement() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Returns the number elements in the FlowElement association.
cardFlowElement(Class<? extends IBpmnFlowElement>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Returns the number elements in the FlowElement association filtered with the given metaclass.
cardFlowElement() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSubProcess
Returns the number elements in the FlowElement association.
cardFlowElement(Class<? extends IBpmnFlowElement>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSubProcess
Returns the number elements in the FlowElement association filtered with the given metaclass.
cardFlowElementRef() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnLane
Returns the number elements in the FlowElementRef association.
cardFlowElementRef(Class<? extends IBpmnFlowElement>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnLane
Returns the number elements in the FlowElementRef association filtered with the given metaclass.
cardFormalGate() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteraction
Returns the number elements in the FormalGate association.
cardFormalGate(Class<? extends IGate>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteraction
Returns the number elements in the FormalGate association filtered with the given metaclass.
cardFragment() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteraction
Returns the number elements in the Fragment association.
cardFragment(Class<? extends IInteractionFragment>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteraction
Returns the number elements in the Fragment association filtered with the given metaclass.
cardFragment() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionOperand
Returns the number elements in the Fragment association.
cardFragment(Class<? extends IInteractionFragment>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionOperand
Returns the number elements in the Fragment association filtered with the given metaclass.
cardFragmentGate() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.ICombinedFragment
Returns the number elements in the FragmentGate association.
cardFragmentGate(Class<? extends IGate>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.ICombinedFragment
Returns the number elements in the FragmentGate association filtered with the given metaclass.
cardGroups() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnFlowElement
Returns the number elements in the Groups association.
cardGroups(Class<? extends IBpmnGroup>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnFlowElement
Returns the number elements in the Groups association filtered with the given metaclass.
cardHandler() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityAction
Returns the number elements in the Handler association.
cardHandler(Class<? extends IExceptionHandler>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityAction
Returns the number elements in the Handler association filtered with the given metaclass.
cardHandler() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IInputPin
Returns the number elements in the Handler association.
cardHandler(Class<? extends IExceptionHandler>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IInputPin
Returns the number elements in the Handler association filtered with the given metaclass.
cardImpacted() - Method in interface com.modeliosoft.modelio.api.model.extension.IModule
Returns the number elements in the Impacted association.
cardImpacted(Class<? extends IModule>) - Method in interface com.modeliosoft.modelio.api.model.extension.IModule
Returns the number elements in the Impacted association filtered with the given metaclass.
cardImpactedDependency() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Returns the number elements in the ImpactedDependency association.
cardImpactedDependency(Class<? extends IDependency>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Returns the number elements in the ImpactedDependency association filtered with the given metaclass.
cardImplementedLink() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInterface
Returns the number elements in the ImplementedLink association.
cardImplementedLink(Class<? extends IInterfaceRealization>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInterface
Returns the number elements in the ImplementedLink association filtered with the given metaclass.
cardImporting() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Returns the number elements in the Importing association.
cardImporting(Class<? extends IElementImport>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Returns the number elements in the Importing association filtered with the given metaclass.
cardIncoming() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnFlowNode
Returns the number elements in the Incoming association.
cardIncoming(Class<? extends IBpmnSequenceFlow>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnFlowNode
Returns the number elements in the Incoming association filtered with the given metaclass.
cardIncoming() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityNode
Returns the number elements in the Incoming association.
cardIncoming(Class<? extends IActivityEdge>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityNode
Returns the number elements in the Incoming association filtered with the given metaclass.
cardIncoming() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityPartition
Returns the number elements in the Incoming association.
cardIncoming(Class<? extends IMessageFlow>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityPartition
Returns the number elements in the Incoming association filtered with the given metaclass.
cardIncoming() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IStateVertex
Returns the number elements in the Incoming association.
cardIncoming(Class<? extends ITransition>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IStateVertex
Returns the number elements in the Incoming association filtered with the given metaclass.
cardIncomingAssoc() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnBaseElement
Returns the number elements in the IncomingAssoc association.
cardIncomingAssoc(Class<? extends IBpmnAssociation>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnBaseElement
Returns the number elements in the IncomingAssoc association filtered with the given metaclass.
cardIncomingFlow() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnBaseElement
Returns the number elements in the IncomingFlow association.
cardIncomingFlow(Class<? extends IBpmnMessageFlow>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnBaseElement
Returns the number elements in the IncomingFlow association filtered with the given metaclass.
cardInformationSource() - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Returns the number elements in the InformationSource association.
cardInformationSource(Class<? extends IModelElement>) - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Returns the number elements in the InformationSource association filtered with the given metaclass.
cardInformationTarget() - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Returns the number elements in the InformationTarget association.
cardInformationTarget(Class<? extends IModelElement>) - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Returns the number elements in the InformationTarget association filtered with the given metaclass.
cardInput() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityAction
Returns the number elements in the Input association.
cardInput(Class<? extends IInputPin>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityAction
Returns the number elements in the Input association filtered with the given metaclass.
cardInputElement() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IExpansionRegion
Returns the number elements in the InputElement association.
cardInputElement(Class<? extends IExpansionNode>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IExpansionRegion
Returns the number elements in the InputElement association filtered with the given metaclass.
cardInputMessage() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessage
Returns the number elements in the InputMessage association.
cardInputMessage(Class<? extends IBpmnOperation>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessage
Returns the number elements in the InputMessage association filtered with the given metaclass.
cardInputSpecification() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Returns the number elements in the InputSpecification association.
cardInputSpecification(Class<? extends IBpmnDataInput>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Returns the number elements in the InputSpecification association filtered with the given metaclass.
cardInstalled() - Method in interface com.modeliosoft.modelio.api.model.extension.IProject
Returns the number elements in the Installed association.
cardInstalled(Class<? extends IModule>) - Method in interface com.modeliosoft.modelio.api.model.extension.IProject
Returns the number elements in the Installed association filtered with the given metaclass.
cardInstanciatingBinding() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Returns the number elements in the InstanciatingBinding association.
cardInstanciatingBinding(Class<? extends ITemplateBinding>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Returns the number elements in the InstanciatingBinding association filtered with the given metaclass.
cardInstanciatingBinding() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the InstanciatingBinding association.
cardInstanciatingBinding(Class<? extends ITemplateBinding>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the InstanciatingBinding association filtered with the given metaclass.
cardInterfaceRefs() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnParticipant
Returns the number elements in the InterfaceRefs association.
cardInterfaceRefs(Class<? extends IBpmnInterface>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnParticipant
Returns the number elements in the InterfaceRefs association filtered with the given metaclass.
cardInternal() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Returns the number elements in the Internal association.
cardInternal(Class<? extends IInternalTransition>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Returns the number elements in the Internal association filtered with the given metaclass.
cardInternalStructure() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Returns the number elements in the InternalStructure association.
cardInternalStructure(Class<? extends IBindableInstance>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Returns the number elements in the InternalStructure association filtered with the given metaclass.
cardInterruptingEdge() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IInterruptibleActivityRegion
Returns the number elements in the InterruptingEdge association.
cardInterruptingEdge(Class<? extends IActivityEdge>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IInterruptibleActivityRegion
Returns the number elements in the InterruptingEdge association filtered with the given metaclass.
cardInvertedMessage() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationChannel
Returns the number elements in the InvertedMessage association.
cardInvertedMessage(Class<? extends ICommunicationMessage>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationChannel
Returns the number elements in the InvertedMessage association filtered with the given metaclass.
cardInvoker() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the Invoker association.
cardInvoker(Class<? extends ITransition>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the Invoker association filtered with the given metaclass.
cardIO() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the IO association.
cardIO(Class<? extends IParameter>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the IO association filtered with the given metaclass.
cardLane() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnFlowElement
Returns the number elements in the Lane association.
cardLane(Class<? extends IBpmnLane>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnFlowElement
Returns the number elements in the Lane association filtered with the given metaclass.
cardLane() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnLaneSet
Returns the number elements in the Lane association.
cardLane(Class<? extends IBpmnLane>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnLaneSet
Returns the number elements in the Lane association filtered with the given metaclass.
cardLaneSet() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Returns the number elements in the LaneSet association.
cardLaneSet(Class<? extends IBpmnLaneSet>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Returns the number elements in the LaneSet association filtered with the given metaclass.
cardLaneSet() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSubProcess
Returns the number elements in the LaneSet association.
cardLaneSet(Class<? extends IBpmnLaneSet>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSubProcess
Returns the number elements in the LaneSet association filtered with the given metaclass.
cardLinkToAssociation() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClass
Returns the number elements in the LinkToAssociation association.
cardLinkToAssociation(Class<? extends IClassAssociation>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClass
Returns the number elements in the LinkToAssociation association filtered with the given metaclass.
cardLitteral() - Method in interface com.modeliosoft.modelio.api.model.analyst.IEnumeratedPropertyType
Returns the number elements in the Litteral association.
cardLitteral(Class<? extends IPropertyEnumerationLitteral>) - Method in interface com.modeliosoft.modelio.api.model.analyst.IEnumeratedPropertyType
Returns the number elements in the Litteral association filtered with the given metaclass.
cardLocalActual() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ILocalTaggedValue
Returns the number elements in the LocalActual association.
cardLocalActual(Class<? extends ITagParameter>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ILocalTaggedValue
Returns the number elements in the LocalActual association filtered with the given metaclass.
cardLocalDescriptor() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Returns the number elements in the LocalDescriptor association.
cardLocalDescriptor(Class<? extends ILocalNote>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Returns the number elements in the LocalDescriptor association filtered with the given metaclass.
cardLocalElement() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.INoteType
Returns the number elements in the LocalElement association.
cardLocalElement(Class<? extends ILocalNote>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.INoteType
Returns the number elements in the LocalElement association filtered with the given metaclass.
cardLocalTag() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Returns the number elements in the LocalTag association.
cardLocalTag(Class<? extends ILocalTaggedValue>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Returns the number elements in the LocalTag association filtered with the given metaclass.
cardLocalTagOccurence() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITagType
Returns the number elements in the LocalTagOccurence association.
cardLocalTagOccurence(Class<? extends ILocalTaggedValue>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITagType
Returns the number elements in the LocalTagOccurence association filtered with the given metaclass.
cardLoopRef() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnEventDefinition
Returns the number elements in the LoopRef association.
cardLoopRef(Class<? extends IBpmnMultiInstanceLoopCharacteristics>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnEventDefinition
Returns the number elements in the LoopRef association filtered with the given metaclass.
cardManifesting() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Returns the number elements in the Manifesting association.
cardManifesting(Class<? extends IManifestation>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Returns the number elements in the Manifesting association filtered with the given metaclass.
cardMatching() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Returns the number elements in the Matching association.
cardMatching(Class<? extends IPin>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Returns the number elements in the Matching association filtered with the given metaclass.
cardMerge() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPackage
Returns the number elements in the Merge association.
cardMerge(Class<? extends IPackageMerge>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPackage
Returns the number elements in the Merge association filtered with the given metaclass.
cardMessageFlow() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnCollaboration
Returns the number elements in the MessageFlow association.
cardMessageFlow(Class<? extends IBpmnMessageFlow>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnCollaboration
Returns the number elements in the MessageFlow association filtered with the given metaclass.
cardMessageFlow() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessage
Returns the number elements in the MessageFlow association.
cardMessageFlow(Class<? extends IBpmnMessageFlow>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessage
Returns the number elements in the MessageFlow association filtered with the given metaclass.
cardModuleParameter() - Method in interface com.modeliosoft.modelio.api.model.extension.IModule
Returns the number elements in the ModuleParameter association.
cardModuleParameter(Class<? extends IConfigParam>) - Method in interface com.modeliosoft.modelio.api.model.extension.IModule
Returns the number elements in the ModuleParameter association filtered with the given metaclass.
cardObject() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Returns the number elements in the Object association.
cardObject(Class<? extends IAttribute>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Returns the number elements in the Object association filtered with the given metaclass.
cardOccurence() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
Returns the number elements in the Occurence association.
cardOccurence(Class<? extends ILinkEnd>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
Returns the number elements in the Occurence association filtered with the given metaclass.
cardOccurence() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttribute
Returns the number elements in the Occurence association.
cardOccurence(Class<? extends IAttributeLink>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttribute
Returns the number elements in the Occurence association filtered with the given metaclass.
cardOccurence() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Returns the number elements in the Occurence association.
cardOccurence(Class<? extends IParameter>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Returns the number elements in the Occurence association filtered with the given metaclass.
cardOccurence() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the Occurence association.
cardOccurence(Class<? extends IEvent>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the Occurence association filtered with the given metaclass.
cardOccurenceConfigParam() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Returns the number elements in the OccurenceConfigParam association.
cardOccurenceConfigParam(Class<? extends IConfigParam>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Returns the number elements in the OccurenceConfigParam association filtered with the given metaclass.
cardOccurenceObjectNode() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Returns the number elements in the OccurenceObjectNode association.
cardOccurenceObjectNode(Class<? extends IObjectNode>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Returns the number elements in the OccurenceObjectNode association filtered with the given metaclass.
cardOccurrence() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ICollaboration
Returns the number elements in the Occurrence association.
cardOccurrence(Class<? extends ICollaborationUse>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ICollaboration
Returns the number elements in the Occurrence association filtered with the given metaclass.
cardOperand() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.ICombinedFragment
Returns the number elements in the Operand association.
cardOperand(Class<? extends IInteractionOperand>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.ICombinedFragment
Returns the number elements in the Operand association filtered with the given metaclass.
cardOperation() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnInterface
Returns the number elements in the Operation association.
cardOperation(Class<? extends IBpmnOperation>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnInterface
Returns the number elements in the Operation association filtered with the given metaclass.
cardOrigin() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IEvent
Returns the number elements in the Origin association.
cardOrigin(Class<? extends IState>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IEvent
Returns the number elements in the Origin association filtered with the given metaclass.
cardOutgoing() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnFlowNode
Returns the number elements in the Outgoing association.
cardOutgoing(Class<? extends IBpmnSequenceFlow>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnFlowNode
Returns the number elements in the Outgoing association filtered with the given metaclass.
cardOutgoing() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityNode
Returns the number elements in the Outgoing association.
cardOutgoing(Class<? extends IActivityEdge>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityNode
Returns the number elements in the Outgoing association filtered with the given metaclass.
cardOutgoing() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityPartition
Returns the number elements in the Outgoing association.
cardOutgoing(Class<? extends IMessageFlow>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityPartition
Returns the number elements in the Outgoing association filtered with the given metaclass.
cardOutGoing() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IStateVertex
Returns the number elements in the OutGoing association.
cardOutGoing(Class<? extends ITransition>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IStateVertex
Returns the number elements in the OutGoing association filtered with the given metaclass.
cardOutgoingAssoc() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnBaseElement
Returns the number elements in the OutgoingAssoc association.
cardOutgoingAssoc(Class<? extends IBpmnAssociation>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnBaseElement
Returns the number elements in the OutgoingAssoc association filtered with the given metaclass.
cardOutgoingFlow() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnBaseElement
Returns the number elements in the OutgoingFlow association.
cardOutgoingFlow(Class<? extends IBpmnMessageFlow>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnBaseElement
Returns the number elements in the OutgoingFlow association filtered with the given metaclass.
cardOutput() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityAction
Returns the number elements in the Output association.
cardOutput(Class<? extends IOutputPin>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityAction
Returns the number elements in the Output association filtered with the given metaclass.
cardOutputElement() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IExpansionRegion
Returns the number elements in the OutputElement association.
cardOutputElement(Class<? extends IExpansionNode>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IExpansionRegion
Returns the number elements in the OutputElement association filtered with the given metaclass.
cardOutputMessage() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessage
Returns the number elements in the OutputMessage association.
cardOutputMessage(Class<? extends IBpmnOperation>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessage
Returns the number elements in the OutputMessage association filtered with the given metaclass.
cardOutputSpecification() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Returns the number elements in the OutputSpecification association.
cardOutputSpecification(Class<? extends IBpmnDataOutput>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Returns the number elements in the OutputSpecification association filtered with the given metaclass.
cardOwned() - Method in interface com.modeliosoft.modelio.api.model.analyst.IDictionary
Returns the number elements in the Owned association.
cardOwned(Class<? extends IDictionaryElement>) - Method in interface com.modeliosoft.modelio.api.model.analyst.IDictionary
Returns the number elements in the Owned association filtered with the given metaclass.
cardOwned() - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertySet
Returns the number elements in the Owned association.
cardOwned(Class<? extends IProperty>) - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertySet
Returns the number elements in the Owned association filtered with the given metaclass.
cardOwned() - Method in interface com.modeliosoft.modelio.api.model.analyst.IRequirementContainer
Returns the number elements in the Owned association.
cardOwned(Class<? extends IRequirementElement>) - Method in interface com.modeliosoft.modelio.api.model.analyst.IRequirementContainer
Returns the number elements in the Owned association filtered with the given metaclass.
cardOwned() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationInteraction
Returns the number elements in the Owned association.
cardOwned(Class<? extends ICommunicationNode>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationInteraction
Returns the number elements in the Owned association filtered with the given metaclass.
cardOwnedBehavior() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Returns the number elements in the OwnedBehavior association.
cardOwnedBehavior(Class<? extends IBehavior>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Returns the number elements in the OwnedBehavior association filtered with the given metaclass.
cardOwnedBehavior() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the OwnedBehavior association.
cardOwnedBehavior(Class<? extends IBehavior>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the OwnedBehavior association filtered with the given metaclass.
cardOwnedClause() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IConditionalNode
Returns the number elements in the OwnedClause association.
cardOwnedClause(Class<? extends IClause>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IConditionalNode
Returns the number elements in the OwnedClause association filtered with the given metaclass.
cardOwnedCollaboration() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehavior
Returns the number elements in the OwnedCollaboration association.
cardOwnedCollaboration(Class<? extends ICollaboration>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehavior
Returns the number elements in the OwnedCollaboration association filtered with the given metaclass.
cardOwnedCollaborationUse() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Returns the number elements in the OwnedCollaborationUse association.
cardOwnedCollaborationUse(Class<? extends ICollaborationUse>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Returns the number elements in the OwnedCollaborationUse association filtered with the given metaclass.
cardOwnedCollaborationUse() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the OwnedCollaborationUse association.
cardOwnedCollaborationUse(Class<? extends ICollaborationUse>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the OwnedCollaborationUse association filtered with the given metaclass.
cardOwnedDataFlow() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Returns the number elements in the OwnedDataFlow association.
cardOwnedDataFlow(Class<? extends IDataFlow>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Returns the number elements in the OwnedDataFlow association filtered with the given metaclass.
cardOwnedElement() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IModelTree
Returns the number elements in the OwnedElement association.
cardOwnedElement(Class<? extends IModelTree>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IModelTree
Returns the number elements in the OwnedElement association filtered with the given metaclass.
cardOwnedExtension() - Method in interface com.modeliosoft.modelio.api.model.uml.usecase.IUseCase
Returns the number elements in the OwnedExtension association.
cardOwnedExtension(Class<? extends IExtensionPoint>) - Method in interface com.modeliosoft.modelio.api.model.uml.usecase.IUseCase
Returns the number elements in the OwnedExtension association filtered with the given metaclass.
cardOwnedGroup() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivity
Returns the number elements in the OwnedGroup association.
cardOwnedGroup(Class<? extends IActivityGroup>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivity
Returns the number elements in the OwnedGroup association filtered with the given metaclass.
cardOwnedImport() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Returns the number elements in the OwnedImport association.
cardOwnedImport(Class<? extends IElementImport>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Returns the number elements in the OwnedImport association filtered with the given metaclass.
cardOwnedImport() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the OwnedImport association.
cardOwnedImport(Class<? extends IElementImport>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the OwnedImport association filtered with the given metaclass.
cardOwnedInformationFlow() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Returns the number elements in the OwnedInformationFlow association.
cardOwnedInformationFlow(Class<? extends IInformationFlow>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Returns the number elements in the OwnedInformationFlow association filtered with the given metaclass.
cardOwnedLine() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteraction
Returns the number elements in the OwnedLine association.
cardOwnedLine(Class<? extends ILifeline>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteraction
Returns the number elements in the OwnedLine association filtered with the given metaclass.
cardOwnedNode() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivity
Returns the number elements in the OwnedNode association.
cardOwnedNode(Class<? extends IActivityNode>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivity
Returns the number elements in the OwnedNode association filtered with the given metaclass.
cardOwnedPackageImport() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Returns the number elements in the OwnedPackageImport association.
cardOwnedPackageImport(Class<? extends IPackageImport>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Returns the number elements in the OwnedPackageImport association filtered with the given metaclass.
cardOwnedPackageImport() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the OwnedPackageImport association.
cardOwnedPackageImport(Class<? extends IPackageImport>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the OwnedPackageImport association filtered with the given metaclass.
cardOwnedProfile() - Method in interface com.modeliosoft.modelio.api.model.extension.IModule
Returns the number elements in the OwnedProfile association.
cardOwnedProfile(Class<? extends IProfile>) - Method in interface com.modeliosoft.modelio.api.model.extension.IModule
Returns the number elements in the OwnedProfile association filtered with the given metaclass.
cardOwnedReference() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IProfile
Returns the number elements in the OwnedReference association.
cardOwnedReference(Class<? extends IMetaclassReference>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IProfile
Returns the number elements in the OwnedReference association filtered with the given metaclass.
cardOwnedRegion() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Returns the number elements in the OwnedRegion association.
cardOwnedRegion(Class<? extends IRegion>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Returns the number elements in the OwnedRegion association filtered with the given metaclass.
cardOwnedSet() - Method in interface com.modeliosoft.modelio.api.model.diagrams.IDiagramContainer
Returns the number elements in the OwnedSet association.
cardOwnedSet(Class<? extends IDiagramSet>) - Method in interface com.modeliosoft.modelio.api.model.diagrams.IDiagramContainer
Returns the number elements in the OwnedSet association filtered with the given metaclass.
cardPackageImporting() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPackage
Returns the number elements in the PackageImporting association.
cardPackageImporting(Class<? extends IPackageImport>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPackage
Returns the number elements in the PackageImporting association filtered with the given metaclass.
cardParameter() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResource
Returns the number elements in the Parameter association.
cardParameter(Class<? extends IBpmnResourceParameter>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResource
Returns the number elements in the Parameter association filtered with the given metaclass.
cardParameter() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehavior
Returns the number elements in the Parameter association.
cardParameter(Class<? extends IBehaviorParameter>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehavior
Returns the number elements in the Parameter association filtered with the given metaclass.
cardParameterBindingRefs() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResourceParameter
Returns the number elements in the ParameterBindingRefs association.
cardParameterBindingRefs(Class<? extends IBpmnResourceParameterBinding>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResourceParameter
Returns the number elements in the ParameterBindingRefs association filtered with the given metaclass.
cardParameterSubstitution() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ITemplateBinding
Returns the number elements in the ParameterSubstitution association.
cardParameterSubstitution(Class<? extends ITemplateParameterSubstitution>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ITemplateBinding
Returns the number elements in the ParameterSubstitution association filtered with the given metaclass.
cardParameterSubstitution() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ITemplateParameter
Returns the number elements in the ParameterSubstitution association.
cardParameterSubstitution(Class<? extends ITemplateParameterSubstitution>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ITemplateParameter
Returns the number elements in the ParameterSubstitution association filtered with the given metaclass.
cardParent() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Returns the number elements in the Parent association.
cardParent(Class<? extends IGeneralization>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Returns the number elements in the Parent association filtered with the given metaclass.
cardPart() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Returns the number elements in the Part association.
cardPart(Class<? extends IFeature>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Returns the number elements in the Part association filtered with the given metaclass.
cardPart() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Returns the number elements in the Part association.
cardPart(Class<? extends IBindableInstance>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Returns the number elements in the Part association filtered with the given metaclass.
cardParticipantRef() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnInterface
Returns the number elements in the ParticipantRef association.
cardParticipantRef(Class<? extends IBpmnParticipant>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnInterface
Returns the number elements in the ParticipantRef association filtered with the given metaclass.
cardParticipantRefs() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnEndPoint
Returns the number elements in the ParticipantRefs association.
cardParticipantRefs(Class<? extends IBpmnParticipant>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnEndPoint
Returns the number elements in the ParticipantRefs association filtered with the given metaclass.
cardParticipants() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnCollaboration
Returns the number elements in the Participants association.
cardParticipants(Class<? extends IBpmnParticipant>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnCollaboration
Returns the number elements in the Participants association filtered with the given metaclass.
cardproduct() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Returns the number elements in the product association.
cardproduct(Class<? extends IAbstractDiagram>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Returns the number elements in the product association filtered with the given metaclass.
cardProvided() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPort
Returns the number elements in the Provided association.
cardProvided(Class<? extends IProvidedInterface>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPort
Returns the number elements in the Provided association filtered with the given metaclass.
cardProvidedElement() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IProvidedInterface
Returns the number elements in the ProvidedElement association.
cardProvidedElement(Class<? extends IInterface>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IProvidedInterface
Returns the number elements in the ProvidedElement association filtered with the given metaclass.
cardProvider() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IRequiredInterface
Returns the number elements in the Provider association.
cardProvider(Class<? extends ILinkEnd>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IRequiredInterface
Returns the number elements in the Provider association filtered with the given metaclass.
cardProviding() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInterface
Returns the number elements in the Providing association.
cardProviding(Class<? extends IProvidedInterface>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInterface
Returns the number elements in the Providing association filtered with the given metaclass.
cardQualifier() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
Returns the number elements in the Qualifier association.
cardQualifier(Class<? extends IAttribute>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
Returns the number elements in the Qualifier association filtered with the given metaclass.
cardRealized() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Returns the number elements in the Realized association.
cardRealized(Class<? extends IInterfaceRealization>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Returns the number elements in the Realized association filtered with the given metaclass.
cardRealizedInformationFlow() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityEdge
Returns the number elements in the RealizedInformationFlow association.
cardRealizedInformationFlow(Class<? extends IInformationFlow>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityEdge
Returns the number elements in the RealizedInformationFlow association filtered with the given metaclass.
cardRealizedInformationFlow() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationMessage
Returns the number elements in the RealizedInformationFlow association.
cardRealizedInformationFlow(Class<? extends IInformationFlow>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationMessage
Returns the number elements in the RealizedInformationFlow association filtered with the given metaclass.
cardRealizedInformationFlow() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IMessage
Returns the number elements in the RealizedInformationFlow association.
cardRealizedInformationFlow(Class<? extends IInformationFlow>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IMessage
Returns the number elements in the RealizedInformationFlow association filtered with the given metaclass.
cardRealizedInformationFlow() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociation
Returns the number elements in the RealizedInformationFlow association.
cardRealizedInformationFlow(Class<? extends IInformationFlow>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociation
Returns the number elements in the RealizedInformationFlow association filtered with the given metaclass.
cardRealizedInformationFlow() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ILink
Returns the number elements in the RealizedInformationFlow association.
cardRealizedInformationFlow(Class<? extends IInformationFlow>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ILink
Returns the number elements in the RealizedInformationFlow association filtered with the given metaclass.
cardRealizingActivityEdge() - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Returns the number elements in the RealizingActivityEdge association.
cardRealizingActivityEdge(Class<? extends IActivityEdge>) - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Returns the number elements in the RealizingActivityEdge association filtered with the given metaclass.
cardRealizingAssociation() - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Returns the number elements in the RealizingAssociation association.
cardRealizingAssociation(Class<? extends IAssociation>) - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Returns the number elements in the RealizingAssociation association filtered with the given metaclass.
cardRealizingCommunicationMessage() - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Returns the number elements in the RealizingCommunicationMessage association.
cardRealizingCommunicationMessage(Class<? extends ICommunicationMessage>) - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Returns the number elements in the RealizingCommunicationMessage association filtered with the given metaclass.
cardRealizingLink() - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Returns the number elements in the RealizingLink association.
cardRealizingLink(Class<? extends ILink>) - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Returns the number elements in the RealizingLink association filtered with the given metaclass.
cardRealizingMessage() - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Returns the number elements in the RealizingMessage association.
cardRealizingMessage(Class<? extends IMessage>) - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Returns the number elements in the RealizingMessage association filtered with the given metaclass.
cardReceived() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Returns the number elements in the Received association.
cardReceived(Class<? extends IDataFlow>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Returns the number elements in the Received association filtered with the given metaclass.
cardReceivedInfo() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Returns the number elements in the ReceivedInfo association.
cardReceivedInfo(Class<? extends IInformationFlow>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Returns the number elements in the ReceivedInfo association filtered with the given metaclass.
cardReceiver() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessage
Returns the number elements in the Receiver association.
cardReceiver(Class<? extends IBpmnReceiveTask>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessage
Returns the number elements in the Receiver association filtered with the given metaclass.
cardReceiver() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnOperation
Returns the number elements in the Receiver association.
cardReceiver(Class<? extends IBpmnReceiveTask>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnOperation
Returns the number elements in the Receiver association filtered with the given metaclass.
cardReceiver() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Returns the number elements in the Receiver association.
cardReceiver(Class<? extends IAcceptSignalAction>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Returns the number elements in the Receiver association filtered with the given metaclass.
cardReceivingMerge() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPackage
Returns the number elements in the ReceivingMerge association.
cardReceivingMerge(Class<? extends IPackageMerge>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPackage
Returns the number elements in the ReceivingMerge association filtered with the given metaclass.
cardRedefinition() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the Redefinition association.
cardRedefinition(Class<? extends IOperation>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the Redefinition association filtered with the given metaclass.
cardReferedUse() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteraction
Returns the number elements in the ReferedUse association.
cardReferedUse(Class<? extends IInteractionUse>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteraction
Returns the number elements in the ReferedUse association filtered with the given metaclass.
cardReferencedDiagram() - Method in interface com.modeliosoft.modelio.api.model.diagrams.IDiagramSet
Returns the number elements in the ReferencedDiagram association.
cardReferencedDiagram(Class<? extends IAbstractDiagram>) - Method in interface com.modeliosoft.modelio.api.model.diagrams.IDiagramSet
Returns the number elements in the ReferencedDiagram association filtered with the given metaclass.
cardReferencingSet() - Method in interface com.modeliosoft.modelio.api.model.diagrams.IAbstractDiagram
Returns the number elements in the ReferencingSet association.
cardReferencingSet(Class<? extends IDiagramSet>) - Method in interface com.modeliosoft.modelio.api.model.diagrams.IAbstractDiagram
Returns the number elements in the ReferencingSet association filtered with the given metaclass.
cardRepresentation() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IBindableInstance
Returns the number elements in the Representation association.
cardRepresentation(Class<? extends IBinding>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IBindableInstance
Returns the number elements in the Representation association filtered with the given metaclass.
cardRepresentation() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Returns the number elements in the Representation association.
cardRepresentation(Class<? extends IInformationItem>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Returns the number elements in the Representation association filtered with the given metaclass.
cardRepresentation() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IConnector
Returns the number elements in the Representation association.
cardRepresentation(Class<? extends IBinding>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IConnector
Returns the number elements in the Representation association filtered with the given metaclass.
cardRepresentation() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IConnectorEnd
Returns the number elements in the Representation association.
cardRepresentation(Class<? extends IBinding>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IConnectorEnd
Returns the number elements in the Representation association filtered with the given metaclass.
cardRepresented() - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationItem
Returns the number elements in the Represented association.
cardRepresented(Class<? extends IClassifier>) - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationItem
Returns the number elements in the Represented association filtered with the given metaclass.
cardRepresentedCommunicationNode() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Returns the number elements in the RepresentedCommunicationNode association.
cardRepresentedCommunicationNode(Class<? extends ICommunicationNode>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Returns the number elements in the RepresentedCommunicationNode association filtered with the given metaclass.
cardRepresentedLifeLine() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Returns the number elements in the RepresentedLifeLine association.
cardRepresentedLifeLine(Class<? extends ILifeline>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Returns the number elements in the RepresentedLifeLine association filtered with the given metaclass.
cardRepresenting() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociation
Returns the number elements in the Representing association.
cardRepresenting(Class<? extends ILink>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociation
Returns the number elements in the Representing association filtered with the given metaclass.
cardRepresenting() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Returns the number elements in the Representing association.
cardRepresenting(Class<? extends IInstance>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Returns the number elements in the Representing association filtered with the given metaclass.
cardRepresentingConnector() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Returns the number elements in the RepresentingConnector association.
cardRepresentingConnector(Class<? extends IConnector>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Returns the number elements in the RepresentingConnector association filtered with the given metaclass.
cardRepresentingEnd() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Returns the number elements in the RepresentingEnd association.
cardRepresentingEnd(Class<? extends IConnectorEnd>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Returns the number elements in the RepresentingEnd association filtered with the given metaclass.
cardRepresentingInstance() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Returns the number elements in the RepresentingInstance association.
cardRepresentingInstance(Class<? extends IBindableInstance>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Returns the number elements in the RepresentingInstance association filtered with the given metaclass.
cardRepresentingItem() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
Returns the number elements in the RepresentingItem association.
cardRepresentingItem(Class<? extends IBpmnItemAwareElement>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
Returns the number elements in the RepresentingItem association filtered with the given metaclass.
cardRepresentingItem() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttribute
Returns the number elements in the RepresentingItem association.
cardRepresentingItem(Class<? extends IBpmnItemAwareElement>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttribute
Returns the number elements in the RepresentingItem association filtered with the given metaclass.
cardRepresentingItem() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Returns the number elements in the RepresentingItem association.
cardRepresentingItem(Class<? extends IBpmnItemAwareElement>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Returns the number elements in the RepresentingItem association filtered with the given metaclass.
cardRepresentingObjectNode() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehaviorParameter
Returns the number elements in the RepresentingObjectNode association.
cardRepresentingObjectNode(Class<? extends IObjectNode>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehaviorParameter
Returns the number elements in the RepresentingObjectNode association filtered with the given metaclass.
cardRepresentingObjectNode() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
Returns the number elements in the RepresentingObjectNode association.
cardRepresentingObjectNode(Class<? extends IObjectNode>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
Returns the number elements in the RepresentingObjectNode association filtered with the given metaclass.
cardRepresentingObjectNode() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttribute
Returns the number elements in the RepresentingObjectNode association.
cardRepresentingObjectNode(Class<? extends IObjectNode>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttribute
Returns the number elements in the RepresentingObjectNode association filtered with the given metaclass.
cardRepresentingObjectNode() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Returns the number elements in the RepresentingObjectNode association.
cardRepresentingObjectNode(Class<? extends IObjectNode>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Returns the number elements in the RepresentingObjectNode association filtered with the given metaclass.
cardRepresentingPartition() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Returns the number elements in the RepresentingPartition association.
cardRepresentingPartition(Class<? extends IActivityPartition>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Returns the number elements in the RepresentingPartition association filtered with the given metaclass.
cardRepresents() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Returns the number elements in the Represents association.
cardRepresents(Class<? extends IBinding>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Returns the number elements in the Represents association filtered with the given metaclass.
cardRequired() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPort
Returns the number elements in the Required association.
cardRequired(Class<? extends IRequiredInterface>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPort
Returns the number elements in the Required association filtered with the given metaclass.
cardRequiredElement() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IRequiredInterface
Returns the number elements in the RequiredElement association.
cardRequiredElement(Class<? extends IInterface>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IRequiredInterface
Returns the number elements in the RequiredElement association filtered with the given metaclass.
cardRequiredStateOf() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Returns the number elements in the RequiredStateOf association.
cardRequiredStateOf(Class<? extends IObjectNode>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Returns the number elements in the RequiredStateOf association filtered with the given metaclass.
cardRequiredStateOfBpmnItem() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Returns the number elements in the RequiredStateOfBpmnItem association.
cardRequiredStateOfBpmnItem(Class<? extends IBpmnItemAwareElement>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Returns the number elements in the RequiredStateOfBpmnItem association filtered with the given metaclass.
cardRequiredStateOfBpmnMessage() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Returns the number elements in the RequiredStateOfBpmnMessage association.
cardRequiredStateOfBpmnMessage(Class<? extends IBpmnMessage>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Returns the number elements in the RequiredStateOfBpmnMessage association filtered with the given metaclass.
cardRequiring() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInterface
Returns the number elements in the Requiring association.
cardRequiring(Class<? extends IRequiredInterface>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInterface
Returns the number elements in the Requiring association filtered with the given metaclass.
cardResident() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INode
Returns the number elements in the Resident association.
cardResident(Class<? extends IArtifact>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INode
Returns the number elements in the Resident association filtered with the given metaclass.
cardResource() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnFlowNode
Returns the number elements in the Resource association.
cardResource(Class<? extends IBpmnResourceRole>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnFlowNode
Returns the number elements in the Resource association filtered with the given metaclass.
cardResource() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Returns the number elements in the Resource association.
cardResource(Class<? extends IBpmnResourceRole>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Returns the number elements in the Resource association filtered with the given metaclass.
cardResourceParameterBinding() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResourceRole
Returns the number elements in the ResourceParameterBinding association.
cardResourceParameterBinding(Class<? extends IBpmnResourceParameterBinding>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResourceRole
Returns the number elements in the ResourceParameterBinding association filtered with the given metaclass.
cardResourceroleRefs() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResource
Returns the number elements in the ResourceroleRefs association.
cardResourceroleRefs(Class<? extends IBpmnResourceRole>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResource
Returns the number elements in the ResourceroleRefs association filtered with the given metaclass.
cardRoleBinding() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ICollaborationUse
Returns the number elements in the RoleBinding association.
cardRoleBinding(Class<? extends IBinding>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ICollaborationUse
Returns the number elements in the RoleBinding association filtered with the given metaclass.
cardRootElement() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnBehavior
Returns the number elements in the RootElement association.
cardRootElement(Class<? extends IBpmnRootElement>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnBehavior
Returns the number elements in the RootElement association filtered with the given metaclass.
cardSender() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessage
Returns the number elements in the Sender association.
cardSender(Class<? extends IBpmnSendTask>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessage
Returns the number elements in the Sender association filtered with the given metaclass.
cardSender() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnOperation
Returns the number elements in the Sender association.
cardSender(Class<? extends IBpmnSendTask>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnOperation
Returns the number elements in the Sender association filtered with the given metaclass.
cardSender() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Returns the number elements in the Sender association.
cardSender(Class<? extends ISendSignalAction>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Returns the number elements in the Sender association filtered with the given metaclass.
cardSends() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Returns the number elements in the Sends association.
cardSends(Class<? extends ITransition>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Returns the number elements in the Sends association filtered with the given metaclass.
cardSent() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ILink
Returns the number elements in the Sent association.
cardSent(Class<? extends ICommunicationChannel>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ILink
Returns the number elements in the Sent association filtered with the given metaclass.
cardSent() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Returns the number elements in the Sent association.
cardSent(Class<? extends IDataFlow>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Returns the number elements in the Sent association filtered with the given metaclass.
cardSentInfo() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Returns the number elements in the SentInfo association.
cardSentInfo(Class<? extends IInformationFlow>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Returns the number elements in the SentInfo association filtered with the given metaclass.
cardSentMessage() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationChannel
Returns the number elements in the SentMessage association.
cardSentMessage(Class<? extends ICommunicationMessage>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationChannel
Returns the number elements in the SentMessage association filtered with the given metaclass.
cardSlot() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Returns the number elements in the Slot association.
cardSlot(Class<? extends IAttributeLink>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Returns the number elements in the Slot association filtered with the given metaclass.
cardSource() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnLinkEventDefinition
Returns the number elements in the Source association.
cardSource(Class<? extends IBpmnLinkEventDefinition>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnLinkEventDefinition
Returns the number elements in the Source association filtered with the given metaclass.
cardSourceOfDataAssociation() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemAwareElement
Returns the number elements in the SourceOfDataAssociation association.
cardSourceOfDataAssociation(Class<? extends IBpmnDataAssociation>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemAwareElement
Returns the number elements in the SourceOfDataAssociation association filtered with the given metaclass.
cardSourceRef() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataAssociation
Returns the number elements in the SourceRef association.
cardSourceRef(Class<? extends IBpmnItemAwareElement>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataAssociation
Returns the number elements in the SourceRef association filtered with the given metaclass.
cardSpecialization() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Returns the number elements in the Specialization association.
cardSpecialization(Class<? extends IGeneralization>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Returns the number elements in the Specialization association filtered with the given metaclass.
cardSRepresentation() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Returns the number elements in the SRepresentation association.
cardSRepresentation(Class<? extends ISignal>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Returns the number elements in the SRepresentation association filtered with the given metaclass.
cardSRepresentation() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the SRepresentation association.
cardSRepresentation(Class<? extends ISignal>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the SRepresentation association filtered with the given metaclass.
cardSRepresentation() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Returns the number elements in the SRepresentation association.
cardSRepresentation(Class<? extends ISignal>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Returns the number elements in the SRepresentation association filtered with the given metaclass.
cardStarted() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationNode
Returns the number elements in the Started association.
cardStarted(Class<? extends ICommunicationChannel>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationNode
Returns the number elements in the Started association filtered with the given metaclass.
cardSub() - Method in interface com.modeliosoft.modelio.api.model.diagrams.IDiagramSet
Returns the number elements in the Sub association.
cardSub(Class<? extends IDiagramSet>) - Method in interface com.modeliosoft.modelio.api.model.diagrams.IDiagramSet
Returns the number elements in the Sub association filtered with the given metaclass.
cardSub() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IRegion
Returns the number elements in the Sub association.
cardSub(Class<? extends IStateVertex>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IRegion
Returns the number elements in the Sub association filtered with the given metaclass.
cardSubmachineState() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IStateMachine
Returns the number elements in the SubmachineState association.
cardSubmachineState(Class<? extends IState>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IStateMachine
Returns the number elements in the SubmachineState association filtered with the given metaclass.
cardSubPartition() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityPartition
Returns the number elements in the SubPartition association.
cardSubPartition(Class<? extends IActivityPartition>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityPartition
Returns the number elements in the SubPartition association filtered with the given metaclass.
cardSubstitued() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Returns the number elements in the Substitued association.
cardSubstitued(Class<? extends ISubstitution>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Returns the number elements in the Substitued association filtered with the given metaclass.
cardSubstitutingSubstitution() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Returns the number elements in the SubstitutingSubstitution association.
cardSubstitutingSubstitution(Class<? extends ISubstitution>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Returns the number elements in the SubstitutingSubstitution association filtered with the given metaclass.
cardSupported() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Returns the number elements in the Supported association.
cardSupported(Class<? extends IBpmnProcess>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Returns the number elements in the Supported association filtered with the given metaclass.
cardSupports() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Returns the number elements in the Supports association.
cardSupports(Class<? extends IBpmnProcess>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Returns the number elements in the Supports association filtered with the given metaclass.
cardTag() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Returns the number elements in the Tag association.
cardTag(Class<? extends ITaggedValue>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Returns the number elements in the Tag association filtered with the given metaclass.
cardTagOccurence() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITagType
Returns the number elements in the TagOccurence association.
cardTagOccurence(Class<? extends ITaggedValue>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITagType
Returns the number elements in the TagOccurence association filtered with the given metaclass.
cardTargetOfDataAssociation() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemAwareElement
Returns the number elements in the TargetOfDataAssociation association.
cardTargetOfDataAssociation(Class<? extends IBpmnDataAssociation>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemAwareElement
Returns the number elements in the TargetOfDataAssociation association filtered with the given metaclass.
cardTemplate() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Returns the number elements in the Template association.
cardTemplate(Class<? extends ITemplateParameter>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Returns the number elements in the Template association filtered with the given metaclass.
cardTemplate() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the Template association.
cardTemplate(Class<? extends ITemplateParameter>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the Template association filtered with the given metaclass.
cardTemplateInstanciation() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Returns the number elements in the TemplateInstanciation association.
cardTemplateInstanciation(Class<? extends ITemplateBinding>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Returns the number elements in the TemplateInstanciation association filtered with the given metaclass.
cardTemplateInstanciation() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the TemplateInstanciation association.
cardTemplateInstanciation(Class<? extends ITemplateBinding>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the TemplateInstanciation association filtered with the given metaclass.
cardTemplateSubstitution() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Returns the number elements in the TemplateSubstitution association.
cardTemplateSubstitution(Class<? extends ITemplateParameterSubstitution>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Returns the number elements in the TemplateSubstitution association filtered with the given metaclass.
cardThrowing() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Returns the number elements in the Throwing association.
cardThrowing(Class<? extends IRaisedException>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Returns the number elements in the Throwing association filtered with the given metaclass.
cardThrown() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the Thrown association.
cardThrown(Class<? extends IRaisedException>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the Thrown association filtered with the given metaclass.
cardToAfter() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IOccurrenceSpecification
Returns the number elements in the ToAfter association.
cardToAfter(Class<? extends IGeneralOrdering>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IOccurrenceSpecification
Returns the number elements in the ToAfter association filtered with the given metaclass.
cardToBefore() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IOccurrenceSpecification
Returns the number elements in the ToBefore association.
cardToBefore(Class<? extends IGeneralOrdering>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IOccurrenceSpecification
Returns the number elements in the ToBefore association filtered with the given metaclass.
cardTriggered() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IEvent
Returns the number elements in the Triggered association.
cardTriggered(Class<? extends ITransition>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IEvent
Returns the number elements in the Triggered association filtered with the given metaclass.
cardTyped() - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertySet
Returns the number elements in the Typed association.
cardTyped(Class<? extends IRequirementContainer>) - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertySet
Returns the number elements in the Typed association filtered with the given metaclass.
cardTyped() - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertyType
Returns the number elements in the Typed association.
cardTyped(Class<? extends IProperty>) - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertyType
Returns the number elements in the Typed association filtered with the given metaclass.
cardTypedDictionary() - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertySet
Returns the number elements in the TypedDictionary association.
cardTypedDictionary(Class<? extends IDictionary>) - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertySet
Returns the number elements in the TypedDictionary association filtered with the given metaclass.
cardTypedDoc() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IExternDocumentType
Returns the number elements in the TypedDoc association.
cardTypedDoc(Class<? extends IExternDocument>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IExternDocumentType
Returns the number elements in the TypedDoc association filtered with the given metaclass.
cardTypedItem() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemDefinition
Returns the number elements in the TypedItem association.
cardTypedItem(Class<? extends IBpmnItemAwareElement>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemDefinition
Returns the number elements in the TypedItem association filtered with the given metaclass.
cardTypedMessage() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemDefinition
Returns the number elements in the TypedMessage association.
cardTypedMessage(Class<? extends IBpmnMessage>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemDefinition
Returns the number elements in the TypedMessage association filtered with the given metaclass.
cardTypedResourceParameter() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemDefinition
Returns the number elements in the TypedResourceParameter association.
cardTypedResourceParameter(Class<? extends IBpmnResourceParameter>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemDefinition
Returns the number elements in the TypedResourceParameter association filtered with the given metaclass.
cardTypingParameter() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Returns the number elements in the TypingParameter association.
cardTypingParameter(Class<? extends ITemplateParameter>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Returns the number elements in the TypingParameter association filtered with the given metaclass.
cardUsage() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Returns the number elements in the Usage association.
cardUsage(Class<? extends IMessage>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Returns the number elements in the Usage association filtered with the given metaclass.
cardUsage() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the Usage association.
cardUsage(Class<? extends IMessage>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Returns the number elements in the Usage association filtered with the given metaclass.
cardUsed() - Method in interface com.modeliosoft.modelio.api.model.uml.usecase.IUseCase
Returns the number elements in the Used association.
cardUsed(Class<? extends IUseCaseDependency>) - Method in interface com.modeliosoft.modelio.api.model.uml.usecase.IUseCase
Returns the number elements in the Used association filtered with the given metaclass.
cardusedNamespaceUse() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Returns the number elements in the used association.
cardusedNamespaceUse(Class<? extends INamespaceUse>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Returns the number elements in the used association filtered with the given metaclass.
cardUser() - Method in interface com.modeliosoft.modelio.api.model.uml.usecase.IUseCase
Returns the number elements in the User association.
cardUser(Class<? extends IUseCaseDependency>) - Method in interface com.modeliosoft.modelio.api.model.uml.usecase.IUseCase
Returns the number elements in the User association filtered with the given metaclass.
carduserNamespaceUse() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Returns the number elements in the user association.
carduserNamespaceUse(Class<? extends INamespaceUse>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Returns the number elements in the user association filtered with the given metaclass.
cardUtilized() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IArtifact
Returns the number elements in the Utilized association.
cardUtilized(Class<? extends IManifestation>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IArtifact
Returns the number elements in the Utilized association filtered with the given metaclass.
cardValue() - Method in interface com.modeliosoft.modelio.api.model.analyst.IProperty
Returns the number elements in the Value association.
cardValue(Class<? extends IPropertyValue>) - Method in interface com.modeliosoft.modelio.api.model.analyst.IProperty
Returns the number elements in the Value association filtered with the given metaclass.
cardValue() - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertyValueSet
Returns the number elements in the Value association.
cardValue(Class<? extends IPropertyValue>) - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertyValueSet
Returns the number elements in the Value association filtered with the given metaclass.
cardValue() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IEnumeration
Returns the number elements in the Value association.
cardValue(Class<? extends IEnumerationLiteral>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IEnumeration
Returns the number elements in the Value association filtered with the given metaclass.
cardValueSet() - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertySet
Returns the number elements in the ValueSet association.
cardValueSet(Class<? extends IPropertyValueSet>) - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertySet
Returns the number elements in the ValueSet association filtered with the given metaclass.
cardVisualShortCut() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataAssociation
Returns the number elements in the VisualShortCut association.
cardVisualShortCut(Class<? extends IBpmnSequenceFlowDataAssociation>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataAssociation
Returns the number elements in the VisualShortCut association filtered with the given metaclass.
changeProperty(ObList<IElement>, int, String) - Method in class com.modeliosoft.modelio.api.mdac.propertiesPage.AbstractMdacPropertyPage
This method is called when the user modify the value of a property.
changeProperty(ObList<IElement>, int, String) - Method in interface com.modeliosoft.modelio.api.mdac.propertiesPage.IMdacPropertyPage
This method is called when the user modify the value of a property.
CharsetUtils - Class in com.modeliosoft.modelio.api.utils
 
CharsetUtils() - Constructor for class com.modeliosoft.modelio.api.utils.CharsetUtils
 
check(IElement) - Method in interface com.modeliosoft.modelio.api.audit.IAuditService
Launch the core checker on 'element'.
checkSubclass() - Method in class com.modeliosoft.modelio.api.ui.dnd.LinuxDropTarget
 
ClassFilter - Class in com.modeliosoft.modelio.api.utils
 
ClassFilter(Class<?>) - Constructor for class com.modeliosoft.modelio.api.utils.ClassFilter
 
ClassFilter(Class<?>, boolean) - Constructor for class com.modeliosoft.modelio.api.utils.ClassFilter
 
clear() - Method in class com.modeliosoft.modelio.api.utils.ObList
 
clearTable() - Method in interface com.modeliosoft.modelio.api.mdac.propertiesPage.IMdacPropertyTable
Removes all properties from the model.
clone(IElement) - Method in interface com.modeliosoft.modelio.api.model.IModelManipulationService
Clone the given element and attach it to the same parent.
close() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramHandle
Close this diagram handle and release associated ressources.
close() - Method in class com.modeliosoft.modelio.api.ui.diagramcreation.DiagramWizardDialog
 
close() - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog
 
closeEditor(IMDATextEditor) - Method in interface com.modeliosoft.modelio.api.editor.IEditionService
Close the given text editor.
ColorParameterModel - Class in com.modeliosoft.modelio.api.mdac.paramEdition
 
ColorParameterModel(IMdacConfiguration, String, String, String, String) - Constructor for class com.modeliosoft.modelio.api.mdac.paramEdition.ColorParameterModel
 
com.modeliosoft.modelio.api - package com.modeliosoft.modelio.api
 
com.modeliosoft.modelio.api.app - package com.modeliosoft.modelio.api.app
 
com.modeliosoft.modelio.api.app.navigation - package com.modeliosoft.modelio.api.app.navigation
 
com.modeliosoft.modelio.api.app.picking - package com.modeliosoft.modelio.api.app.picking
 
com.modeliosoft.modelio.api.astyle - package com.modeliosoft.modelio.api.astyle
 
com.modeliosoft.modelio.api.audit - package com.modeliosoft.modelio.api.audit
 
com.modeliosoft.modelio.api.diagram - package com.modeliosoft.modelio.api.diagram
 
com.modeliosoft.modelio.api.diagram.autodiagram - package com.modeliosoft.modelio.api.diagram.autodiagram
 
com.modeliosoft.modelio.api.diagram.dg - package com.modeliosoft.modelio.api.diagram.dg
 
com.modeliosoft.modelio.api.diagram.style - package com.modeliosoft.modelio.api.diagram.style
 
com.modeliosoft.modelio.api.diagram.tools - package com.modeliosoft.modelio.api.diagram.tools
 
com.modeliosoft.modelio.api.editor - package com.modeliosoft.modelio.api.editor
 
com.modeliosoft.modelio.api.exchange - package com.modeliosoft.modelio.api.exchange
 
com.modeliosoft.modelio.api.log - package com.modeliosoft.modelio.api.log
 
com.modeliosoft.modelio.api.mc - package com.modeliosoft.modelio.api.mc
 
com.modeliosoft.modelio.api.mdac - package com.modeliosoft.modelio.api.mdac
 
com.modeliosoft.modelio.api.mdac.commands - package com.modeliosoft.modelio.api.mdac.commands
 
com.modeliosoft.modelio.api.mdac.contrib - package com.modeliosoft.modelio.api.mdac.contrib
 
com.modeliosoft.modelio.api.mdac.paramEdition - package com.modeliosoft.modelio.api.mdac.paramEdition
 
com.modeliosoft.modelio.api.mdac.propertiesPage - package com.modeliosoft.modelio.api.mdac.propertiesPage
 
com.modeliosoft.modelio.api.mdac.script - package com.modeliosoft.modelio.api.mdac.script
 
com.modeliosoft.modelio.api.meta - package com.modeliosoft.modelio.api.meta
 
com.modeliosoft.modelio.api.model - package com.modeliosoft.modelio.api.model
 
com.modeliosoft.modelio.api.model.analyst - package com.modeliosoft.modelio.api.model.analyst
 
com.modeliosoft.modelio.api.model.bpmn - package com.modeliosoft.modelio.api.model.bpmn
 
com.modeliosoft.modelio.api.model.change - package com.modeliosoft.modelio.api.model.change
 
com.modeliosoft.modelio.api.model.diagrams - package com.modeliosoft.modelio.api.model.diagrams
 
com.modeliosoft.modelio.api.model.extension - package com.modeliosoft.modelio.api.model.extension
 
com.modeliosoft.modelio.api.model.uml.behavior.activity - package com.modeliosoft.modelio.api.model.uml.behavior.activity
 
com.modeliosoft.modelio.api.model.uml.behavior.common - package com.modeliosoft.modelio.api.model.uml.behavior.common
 
com.modeliosoft.modelio.api.model.uml.behavior.communication - package com.modeliosoft.modelio.api.model.uml.behavior.communication
 
com.modeliosoft.modelio.api.model.uml.behavior.interaction - package com.modeliosoft.modelio.api.model.uml.behavior.interaction
 
com.modeliosoft.modelio.api.model.uml.behavior.state - package com.modeliosoft.modelio.api.model.uml.behavior.state
 
com.modeliosoft.modelio.api.model.uml.information - package com.modeliosoft.modelio.api.model.uml.information
 
com.modeliosoft.modelio.api.model.uml.infrastructure - package com.modeliosoft.modelio.api.model.uml.infrastructure
 
com.modeliosoft.modelio.api.model.uml.statik - package com.modeliosoft.modelio.api.model.uml.statik
 
com.modeliosoft.modelio.api.model.uml.usecase - package com.modeliosoft.modelio.api.model.uml.usecase
 
com.modeliosoft.modelio.api.modelio - package com.modeliosoft.modelio.api.modelio
 
com.modeliosoft.modelio.api.module - package com.modeliosoft.modelio.api.module
 
com.modeliosoft.modelio.api.ui - package com.modeliosoft.modelio.api.ui
 
com.modeliosoft.modelio.api.ui.diagramcreation - package com.modeliosoft.modelio.api.ui.diagramcreation
 
com.modeliosoft.modelio.api.ui.dnd - package com.modeliosoft.modelio.api.ui.dnd
 
com.modeliosoft.modelio.api.ui.text - package com.modeliosoft.modelio.api.ui.text
 
com.modeliosoft.modelio.api.utils - package com.modeliosoft.modelio.api.utils
 
com.modeliosoft.modelio.api.utils.exceptions - package com.modeliosoft.modelio.api.utils.exceptions
 
commit(ITransaction) - Method in interface com.modeliosoft.modelio.api.model.IModelingSession
Commit a created transaction.
compareTo(IElement) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IElement
 
computeSize(Composite, int, int, boolean) - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog.PageContainerFillLayout
 
configureShell(Shell) - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog
 
configureShell(Shell) - Method in class com.modeliosoft.modelio.api.ui.text.ResultsProposalPopup
 
contextText - Variable in class com.modeliosoft.modelio.api.ui.diagramcreation.DiagramWizardDialog
 
contribute(IArtifact) - Method in interface com.modeliosoft.modelio.api.mc.IModelComponentContributor
This method provide a contribution to model component content.
ContributionModel - Class in com.modeliosoft.modelio.api.ui.diagramcreation
 
ContributionModel() - Constructor for class com.modeliosoft.modelio.api.ui.diagramcreation.ContributionModel
 
contributionModel - Variable in class com.modeliosoft.modelio.api.ui.diagramcreation.DiagramWizardDialog
 
copyTo(Collection<? extends IElement>, IElement) - Method in interface com.modeliosoft.modelio.api.model.IModelManipulationService
Copy the given elements under another one.
CPLUS - Static variable in class com.modeliosoft.modelio.api.astyle.AStyle
Constant for default C++ indentation.
create(IMdacAction) - Static method in class com.modeliosoft.modelio.api.mdac.contrib.MdacActionDelegatingHandler
 
createAbstraction() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an Abstraction.
createAcceptCallEventAction() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an AcceptCallEventAction.
createAcceptChangeEventAction() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an AcceptChangeEventAction.
createAcceptSignalAction() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an AcceptSignalAction.
createAcceptTimeEventAction() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an AcceptTimeEventAction.
createActivity() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an Activity.
createActivityDiagram(String, IModelElement) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an ActivityDiagram.
createActivityFinalNode() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an ActivityFinalNode.
createActivityParameterNode() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an ActivityParameterNode.
createActivityPartition() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an ActivityPartition.
createActor() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an Actor.
createActor(String, INameSpace) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an Actor.
createActor(String, INameSpace, String) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an Actor with the desired name and stereotype.
createArtifact() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an Artifact.
createArtifact(String, INameSpace) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an Artifact.
createArtifact(String, INameSpace, String) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an Artifact.
createAssociation() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an Association.
createAssociation(IClassifier, IClassifier, String) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a binary association.
createAssociation(IAssociationEnd, IAssociationEnd) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a binary association.
createAssociationEnd() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an AssociationEnd.
createAttribute() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an Attribute.
createAttribute(String, IGeneralClass, IClassifier) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an Attribute.
createAttribute(String, IGeneralClass, IClassifier, String) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a stereotyped Attribute.
createAttributeLink() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an AttributeLink.
createBehaviorParameter() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BehaviorParameter.
createBindableInstance() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BindableInstance.
createBinding() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a Binding.
createBpmnActivity() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnActivity.
createBpmnAdHocSubProcess() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnAdHocSubProcess.
createBpmnArtifact() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnArtifact.
createBpmnAssociation() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnAssociation.
createBpmnBaseElement() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnBaseElement.
createBpmnBehavior() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnBehavior.
createBpmnBoundaryEvent() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnBoundaryEvent.
createBpmnBusinessRuleTask() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnBusinessRuleTask.
createBpmnCallActivity() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnCallActivity.
createBpmnCancelEventDefinition() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnCancelEventDefinition.
createBpmnCatchEvent() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnCatchEvent.
createBpmnCollaboration() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnCollaboration.
createBpmnCompensateEventDefinition() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnCompensateEventDefinition.
createBpmnComplexBehaviorDefinition() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnComplexBehaviorDefinition.
createBpmnComplexGateway() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnComplexGateway.
createBpmnConditionalEventDefinition() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnConditionalEventDefinition.
createBpmnDataAssociation() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnDataAssociation.
createBpmnDataInput() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnDataInput.
createBpmnDataObject() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnDataObject.
createBpmnDataOutput() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnDataOutput.
createBpmnDataState() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnDataState.
createBpmnDataStore() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnDataStore.
createBpmnEndEvent() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnEndEvent.
createBpmnEndPoint() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnEndPoint.
createBpmnErrorEventDefinition() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnErrorEventDefinition.
createBpmnEscalationEventDefinition() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnEscalationEventDefinition.
createBpmnEvent() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnEvent.
createBpmnEventBasedGateway() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnEventBasedGateway.
createBpmnEventDefinition() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnEventDefinition.
createBpmnExclusiveGateway() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnExclusiveGateway.
createBpmnFlowElement() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnFlowElement.
createBpmnFlowNode() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnFlowNode.
createBpmnGateway() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnGateway.
createBpmnGroup() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnGroup.
createBpmnImplicitThrowEvent() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnImplicitThrowEvent.
createBpmnInclusiveGateway() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnInclusiveGateway.
createBpmnInterface() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnInterface.
createBpmnIntermediateCatchEvent() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnIntermediateCatchEvent.
createBpmnIntermediateThrowEvent() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnIntermediateThrowEvent.
createBpmnItemAwareElement() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnItemAwareElement.
createBpmnItemDefinition() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnItemDefinition.
createBpmnLane() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnLane.
createBpmnLaneSet() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnLaneSet.
createBpmnLinkEventDefinition() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnLinkEventDefinition.
createBpmnLoopCharacteristics() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnLoopCharacteristics.
createBpmnManualTask() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnManualTask.
createBpmnMessage() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnMessage.
createBpmnMessageEventDefinition() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnMessageEventDefinition.
createBpmnMessageFlow() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnMessageFlow.
createBpmnMultiInstanceLoopCharacteristics() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnMultiInstanceLoopCharacteristics.
createBpmnOperation() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnOperation.
createBpmnParallelGateway() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnParallelGateway.
createBpmnParticipant() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnParticipant.
createBpmnProcess() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnProcess.
createBpmnProcessCollaborationDiagram() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnProcessCollaborationDiagram.
createBpmnReceiveTask() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnReceiveTask.
createBpmnResource() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnResource.
createBpmnResourceParameter() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnResourceParameter.
createBpmnResourceParameterBinding() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnResourceParameterBinding.
createBpmnResourceRole() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnResourceRole.
createBpmnRootElement() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnRootElement.
createBpmnScriptTask() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnScriptTask.
createBpmnSendTask() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnSendTask.
createBpmnSequenceFlow() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnSequenceFlow.
createBpmnSequenceFlowDataAssociation() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnSequenceFlowDataAssociation.
createBpmnServiceTask() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnServiceTask.
createBpmnSignalEventDefinition() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnSignalEventDefinition.
createBpmnStandardLoopCharacteristics() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnStandardLoopCharacteristics.
createBpmnStartEvent() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnStartEvent.
createBpmnSubProcess() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnSubProcess.
createBpmnSubProcessDiagram() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnSubProcessDiagram.
createBpmnTask() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnTask.
createBpmnTerminateEventDefinition() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnTerminateEventDefinition.
createBpmnThrowEvent() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnThrowEvent.
createBpmnTimerEventDefinition() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnTimerEventDefinition.
createBpmnTransaction() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnTransaction.
createBpmnUserTask() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a BpmnUserTask.
createButtonsForButtonBar(Composite) - Method in class com.modeliosoft.modelio.api.ui.ModelioDialog
 
createButtonsForButtonBar(Composite) - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog
Creates the buttons for this dialog's button bar.
createCallBehaviorAction() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a CallBehaviorAction.
createCallOperationAction() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a CallOperationAction.
createCentralBufferNode() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a CentralBufferNode.
createChoicePseudoState() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a ChoicePseudoState.
createClass() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a Class.
createClass(String, INameSpace) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a class.
createClass(String, INameSpace, String) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a stereotyped class.
createClassAssociation() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a ClassAssociation.
createClassDiagram(String, IModelElement, String) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a ClassDiagram.
createClassStructureCreator() - Method in interface com.modeliosoft.modelio.api.diagram.autodiagram.IAutoDiagramFactory
Instanciates a new Diagram Creator for Class Structure diagrams.
createClause() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a Clause.
createCollaboration() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a Collaboration.
createCollaborationUse() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a CollaborationUse.
createCombinedFragment() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a CombinedFragment.
createCombinedFragment(ObInteractionOperatorEnum) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a CombinedFragment.
createCommunicationDiagram(String, IModelElement, String) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a CommunicationDiagram.
createComponent() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a Component.
createComponent(String, INameSpace) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a Component.
createComponent(String, INameSpace, String) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a stereotyped Component.
createCompositeStructureDiagram(String, IModelElement, String) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a CompositeStructureDiagram.
createConditionalNode() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a ConditionalNode.
createConnectionPointReference() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a ConnectionPointReference.
createConnector() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a Connector.
createConnector(IBindableInstance, IBindableInstance, String) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a connector between two bindable instances.
createConnectorEnd() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a ConnectorEnd.
createConstraint() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a Constraint.
createContent(Composite) - Method in class com.modeliosoft.modelio.api.ui.text.TextWrapperForIElement
 
createContentArea(Composite) - Method in class com.modeliosoft.modelio.api.ui.diagramcreation.BrowserDialog
This is the main method that is called to construct the GUI content of the box.
createContentArea(Composite) - Method in class com.modeliosoft.modelio.api.ui.diagramcreation.DiagramWizardDialog
 
createContentArea(Composite) - Method in interface com.modeliosoft.modelio.api.ui.IModelioDialog
 
createContentArea(Composite) - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog
 
createContents(Composite) - Method in class com.modeliosoft.modelio.api.ui.ModelioDialog
 
createContents(Composite) - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog
The WizardDialog implementation of this Window method calls call IWizard.addPages to allow the current wizard to add extra pages, then super.createContents to create the controls.
createControlFlow() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a ControlFlow.
createDataFlow() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a DataFlow.
createDataStoreNode() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a DataStoreNode.
createDataType() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a DataType.
createDataType(String, INameSpace) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a DataType.
createDataType(String, INameSpace, String) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a DataType.
createDecisionMergeNode() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a DecisionMergeNode.
createDeepHistoryPseudoState() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a DeepHistoryPseudoState.
createDependency() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a Dependency.
createDependency(IModelElement, IModelElement, String) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a Dependency between two ModelElements.
createDependencyCreator() - Method in interface com.modeliosoft.modelio.api.diagram.autodiagram.IAutoDiagramFactory
Instanciates a new Diagram Creator for Dependency diagrams.
createDeploymentDiagram(String, IModelElement, String) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a DeploymentDiagram.
createDiagram(IModelElement) - Method in interface com.modeliosoft.modelio.api.diagram.autodiagram.IDiagramCreator
Create or update an automatic diagram for the given element.
createDiagramSet() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a DiagramSet.
createDialogArea(Composite) - Method in class com.modeliosoft.modelio.api.ui.ModelioDialog
 
createDialogArea(Composite) - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog
 
createDialogArea(Composite) - Method in class com.modeliosoft.modelio.api.ui.text.ResultsProposalPopup
 
createDictionary() - Method in interface com.modeliosoft.modelio.api.model.IAnalystModel
Create a new dictionary without container.
createDocumentContent(IExternDocument) - Method in interface com.modeliosoft.modelio.api.editor.IEditionService
Create a document content for the given document.
createDurationConstraint() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a DurationConstraint.
createElement(String, IElement, String) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an element from its metaclass name, and attach it to a parent using a specific relation.
createElement(String) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an element from its metaclass name.
createElement(String, String) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an element from its metaclass name with a specific uuid.
createElementImport() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an ElementImport.
createElementImport(INameSpace, INameSpace) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an ElementImport between two NameSpaces.
createElementImport(IOperation, INameSpace) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an ElementImport between an Operation and a NameSpace.
createElementRealization() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an ElementRealization.
createEntryPointPseudoState() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a EntryPointPseudoState.
createEnumeratedPropertyType() - Method in interface com.modeliosoft.modelio.api.model.IAnalystModel
Create a new enumerated property type.
createEnumeration() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an Enumeration.
createEnumeration(String, INameSpace) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an Enumeration.
createEnumeration(String, INameSpace, String) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an stereotyped Enumeration.
createEnumerationLiteral() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an EnumerationLiteral.
createEnumerationLiteral(String, IEnumeration) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an EnumerationLiteral.
createEnumerationLiteral(String, IEnumeration, String) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an stereotyped EnumerationLiteral.
createEvent() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an Event.
createExceptionHandler() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an ExceptionHandler.
createExecutionOccurenceSpecification() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a ExecutionOccurenceSpecification.
createExecutionSpecification() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a ExecutionSpecification.
createExitPointPseudoState() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a ExitPointPseudoState.
createExpansionNode() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an ExpansionNode.
createExpansionRegion() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an ExpansionRegion.
createExtendUseCaseDependency(IUseCase, IUseCase) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an extend UseCaseDependency between two UseCases.
createExtensionPoint() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a ExtensionPoint.
createExternDocument() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an ExternDocument.
createExternDocument(String, IModelElement, String) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Creates a rich note.
createFinalState() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a FinalState.
createFlowFinalNode() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a FlowFinalNode.
createForkJoinNode() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a ForkJoinNode.
createForkPseudoState() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a ForkPseudoState.
createGate() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a Gate.
createGate(String) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a Gate.
createGeneralization() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a Generalization.
createGeneralization(INameSpace, INameSpace) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a Generalization between two NameSpaces.
createGeneralOrdering() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a GeneralOrdering.
createIncludeUseCaseDependency(IUseCase, IUseCase) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an include UseCaseDependency between two NameSpaces.
createInformationFlow() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a InformationFlow.
createInformationItem() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a InformationItem.
createInheritanceCreator() - Method in interface com.modeliosoft.modelio.api.diagram.autodiagram.IAutoDiagramFactory
Instanciates a new Diagram Creator for Inheritance diagrams.
createInitialNode() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a InitialNode.
createInitialPseudoState() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a InitialPseudoState.
createInputPin() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a InputPin.
createInstance() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an Instance.
createInstance(String, IPackage) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an Instance.
createInstanceNode() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an InstanceNode.
createInteraction() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an Interaction.
createInteractionOperand() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an InteractionOperand.
createInteractionOperand(String) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an InteractionOperand.
createInteractionUse() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an InteractionUse.
createInteractionUse(IInteraction) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an InteractionUse.
createInterface() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an Interface.
createInterface(String, INameSpace) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an Interface.
createInterface(String, INameSpace, String) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a stereotyped Interface.
createInterfaceRealization() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an InterfaceRealization.
createInterfaceRealization(INameSpace, IInterface) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an InterfaceRealization.
createInternalTransition() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an InternalTransition.
createInterruptibleActivityRegion() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an InterruptibleActivityRegion.
createIOParameter(String, IGeneralClass, IOperation) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an IOParameter.
createIOParameter(String, IGeneralClass, IOperation, String) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a stereotyped IOParameter.
createJoinPseudoState() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an JoinPseudoState.
createJunctionPseudoState() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an JunctionPseudoState.
createLifeline() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a Lifeline.
createLifeline(String, IInteraction) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a Lifeline.
createLifeline(String, IInteraction, IInstance) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a Lifeline.
createLink() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a Link.
createLink(IInstance, IInstance, String) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a Link between two instances.
createLinkEnd() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a LinkEnd.
createLocalNote() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create LocalNote
createLocalTaggedValue() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create LocalTaggedValue
createLoopNode() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a LoopNode.
createManifestation() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a Manifestation.
createMessage() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a Message.
createMessage(ObMessageSortEnum) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a Message.
createMessage(ObMessageSortEnum, IOperation) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a Message.
createMessage(String, ObMessageSortEnum) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a Message.
createMessageFlow() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a MessageFlow.
createNamespaceUse() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a NameSpaceUse
createNode() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a Node.
createNote() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a Note.
createNote(String, IModelElement, String) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a Note.
createObjectDiagram(String, IModelElement, String) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a ObjectDiagram.
createObjectFlow() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a ObjectFlow.
createOpaqueAction() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a OpaqueAction.
createOpaqueBehavior() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a OpaqueBehavior.
createOperation() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an Operation.
createOperation(String, IClassifier) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an Operation.
createOperation(String, IClassifier, String) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a stereotyped Operation.
createOutputPin() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a OutputPin.
createPackage() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a Package.
createPackage(String, INameSpace) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a Package.
createPackage(String, INameSpace, String) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a stereotyped Package.
createPackageContentStructureCreator() - Method in interface com.modeliosoft.modelio.api.diagram.autodiagram.IAutoDiagramFactory
Instanciates a new Diagram Creator for Package Content Structure diagrams.
createPackageImport() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a PackageImport.
createPackageImport(INameSpace, IPackage) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a PackageImport between a NameSpace and a Package.
createPackageImport(IOperation, IPackage) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a PackageImport between an Operation and a Package.
createPackageMerge() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a PackageMerge.
createParameter() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a Parameter.
createPartDecomposition() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a PartDecomposition.
createPartDecomposition(IInteraction) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an PartDecomposition.
createPort() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a Port.
createPort(String, IInstance) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a Port.
createPort(String, IClassifier) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a Port.
createProgressMonitorPart(Composite, GridLayout) - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog
Hook method for subclasses to create a custom progress monitor part.
createProperty() - Method in interface com.modeliosoft.modelio.api.model.IAnalystModel
Create a new property.
createPropertyEnumerationLitteral() - Method in interface com.modeliosoft.modelio.api.model.IAnalystModel
Create a new enumeration litteral for the enumerated property type.
createPropertySet() - Method in interface com.modeliosoft.modelio.api.model.IAnalystModel
Create a new property set.
createPropertyType() - Method in interface com.modeliosoft.modelio.api.model.IAnalystModel
Create a new simple property type.
createPropertyValue() - Method in interface com.modeliosoft.modelio.api.model.IAnalystModel
Create a new property value.
createPropertyValueSet() - Method in interface com.modeliosoft.modelio.api.model.IAnalystModel
Create a new property value set.
createProvidedInterface() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a ProvidedInterface.
createProvidedInterface(IPort, ObList<IInterface>) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a ProvidedInterface.
createRaisedException() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a RaisedException.
createRegion() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a Region.
createRequiredInterface() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a RequiredInterface.
createRequiredInterface(IPort, ObList<IInterface>) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a RequiredInterface.
createRequirement() - Method in interface com.modeliosoft.modelio.api.model.IAnalystModel
Create a new requirement without container.
createRequirementContainer() - Method in interface com.modeliosoft.modelio.api.model.IAnalystModel
Create a new requirement container without container.
createReturnParameter(String, IGeneralClass, IOperation) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create an ReturnParameter.
createReturnParameter(String, IGeneralClass, IOperation, String) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a stereotyped ReturnParameter.
createSendSignalAction() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a SendSignalAction.
createSequenceDiagram() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a SequenceDiagram.
createShallowHistoryPseudoState() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a ShallowHistoryPseudoState.
createSignal() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a Signal.
createState() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a State.
createStateInvariant() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a StateInvariant.
createStateInvariant(String) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a StateInvariant.
createStateMachine() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a StateMachine.
createStateMachineDiagram(String, IModelElement, String) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a StateMachineDiagram.
createStaticDiagram(String, IModelElement, String) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a StaticDiagram.
createStructuredActivityNode() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a StructuredActivityNode.
createSubPackageStructureCreator() - Method in interface com.modeliosoft.modelio.api.diagram.autodiagram.IAutoDiagramFactory
Instanciates a new Diagram Creator for SubPackage Structure diagrams.
createSubstitution() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a Substitution.
createTaggedValue() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a TaggedValue.
createTaggedValue(String, IModelElement) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a TaggedValue.
createTagParameter() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a TagParameter.
createTagParameter(String, ITaggedValue) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a TagParameter using a parameter as initial value.
createTemplateBinding() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a TemplateBinding.
createTemplateParameter() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a TemplateParameter.
createTemplateParameterSubstitution() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a TemplateParameterSubstitution.
createTerm() - Method in interface com.modeliosoft.modelio.api.model.IAnalystModel
Create a new term without container.
createTerminatePseudoState() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a TerminatePseudoState.
createTransaction(String) - Method in interface com.modeliosoft.modelio.api.model.IModelingSession
Create a new transaction in the project.
createTransition() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a Transition.
createUsage() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a Usage.
createUsage(IModelElement, IModelElement) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a Usage between two ModelElement.
createUseCase() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a UseCase.
createUseCase(String, INameSpace) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a UseCase.
createUseCase(String, INameSpace, String) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a stereotyped UseCase.
createUseCaseDependency() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a UseCaseDependency.
createUseCaseDiagram(String, IModelElement, String) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a UseCaseDiagram.
createValuePin() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Create a ValuePin.
CSHARP - Static variable in class com.modeliosoft.modelio.api.astyle.AStyle
Constant for default C# indentation.

D

dataModel - Variable in class com.modeliosoft.modelio.api.ui.diagramcreation.DiagramWizardDialog
 
DEFAULT - Static variable in interface com.modeliosoft.modelio.api.ui.UIFont
 
DefaultAttachedBoxCommand - Class in com.modeliosoft.modelio.api.diagram.tools
Default implementation of a diagram attached box command.
DefaultAttachedBoxCommand(String, ImageDescriptor, String) - Constructor for class com.modeliosoft.modelio.api.diagram.tools.DefaultAttachedBoxCommand
Construct a DefaultAttachedBoxCommand and initialize it by passing the name, the bitmap path and the tooltip of the command.
DefaultBoxCommand - Class in com.modeliosoft.modelio.api.diagram.tools
Default implementation of a diagram box command.
DefaultBoxCommand(String, ImageDescriptor, String) - Constructor for class com.modeliosoft.modelio.api.diagram.tools.DefaultBoxCommand
Construct a DefaultBoxCommand and initialize it by passing the name, the bitmap path and the tooltip of the command.
DefaultLinkCommand - Class in com.modeliosoft.modelio.api.diagram.tools
Default implementation of a diagram link command.
DefaultLinkCommand(String, ImageDescriptor, String) - Constructor for class com.modeliosoft.modelio.api.diagram.tools.DefaultLinkCommand
Construct a DefaultLinkCommand and initialize it by passing the name, the bitmap path and the tooltip of the command.
DefaultMdacAction - Class in com.modeliosoft.modelio.api.mdac.commands
 
DefaultMdacAction(IMdac, String, String, String, String, boolean, boolean, IMdacContextualCommand) - Constructor for class com.modeliosoft.modelio.api.mdac.commands.DefaultMdacAction
Creates an mdac action with an empty slot.
DefaultMdacAction(IMdac, String, String, String, String, String, String, boolean, boolean, IMdacContextualCommand) - Constructor for class com.modeliosoft.modelio.api.mdac.commands.DefaultMdacAction
 
DefaultMdacAction(IMdac, int, String, String, String, String, String, String, boolean, boolean, IMdacContextualCommand) - Constructor for class com.modeliosoft.modelio.api.mdac.commands.DefaultMdacAction
Deprecated.
DefaultMdacContextualCommand - Class in com.modeliosoft.modelio.api.mdac.commands
Default implementation of the IMdacContextualCommand interface.
DefaultMdacContextualCommand() - Constructor for class com.modeliosoft.modelio.api.mdac.commands.DefaultMdacContextualCommand
 
DefaultMdacSession - Class in com.modeliosoft.modelio.api.mdac
Default implementation of the IMdacSession interface.
DefaultMdacSession(IMdac) - Constructor for class com.modeliosoft.modelio.api.mdac.DefaultMdacSession
Creates a new session connected to a module.
DefaultMetamodelVisitor - Class in com.modeliosoft.modelio.api.utils
 
DefaultMetamodelVisitor() - Constructor for class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
DefaultModelComponentContent - Class in com.modeliosoft.modelio.api.mc
Default implementation of the IModelComponentContent interface.
DefaultModelComponentContent() - Constructor for class com.modeliosoft.modelio.api.mc.DefaultModelComponentContent
Default constructor, initializing all fields.
DefaultMultiLinkCommand - Class in com.modeliosoft.modelio.api.diagram.tools
Interface for complex graphic creation interaction in a diagram.
DefaultMultiLinkCommand(String, ImageDescriptor, String) - Constructor for class com.modeliosoft.modelio.api.diagram.tools.DefaultMultiLinkCommand
Construct a DefaultMultiLinkCommand and initialize it by passing the name, the bitmap path and the tooltip of the command.
DefaultParametersEditionModel - Class in com.modeliosoft.modelio.api.mdac.paramEdition
 
DefaultParametersEditionModel(IMdac) - Constructor for class com.modeliosoft.modelio.api.mdac.paramEdition.DefaultParametersEditionModel
 
delete() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IElement
 
deleteElement(IElement) - Method in interface com.modeliosoft.modelio.api.model.IAnalystModel
Delete an existing element (localized in the requirement model) from the model.
deleteElement(IElement) - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Delete an existing element (localized in the UML model) from the model.
dependencyStereotypes - Variable in class com.modeliosoft.modelio.api.mc.DefaultModelComponentContent
 
deployModelComponent(File, IProgressMonitor) - Method in interface com.modeliosoft.modelio.api.mc.IModelComponentService
Deploy a model component in the model from the given file.
descriptionText - Variable in class com.modeliosoft.modelio.api.ui.diagramcreation.DiagramWizardDialog
 
detailsText - Variable in class com.modeliosoft.modelio.api.ui.diagramcreation.DiagramWizardDialog
 
diagramList - Variable in class com.modeliosoft.modelio.api.ui.diagramcreation.DiagramWizardDialog
 
DiagramWizardDialog - Class in com.modeliosoft.modelio.api.ui.diagramcreation
 
DiagramWizardDialog(Shell, ContributionModel, DiagramWizardModel) - Constructor for class com.modeliosoft.modelio.api.ui.diagramcreation.DiagramWizardDialog
 
DiagramWizardModel - Class in com.modeliosoft.modelio.api.ui.diagramcreation
 
DiagramWizardModel() - Constructor for class com.modeliosoft.modelio.api.ui.diagramcreation.DiagramWizardModel
 
DICTIONARY_DIAGRAM_STEREOTYPE - Static variable in interface com.modeliosoft.modelio.api.model.IAnalystModel
The name of the stereotype defining a Dictionary Diagram.
DirectoryParameterModel - Class in com.modeliosoft.modelio.api.mdac.paramEdition
 
DirectoryParameterModel(IMdacConfiguration, String, String, String, String) - Constructor for class com.modeliosoft.modelio.api.mdac.paramEdition.DirectoryParameterModel
 
DLG_IMG_TITLE_BANNER - Static variable in class com.modeliosoft.modelio.api.ui.ModelioDialog
 
documentSaved(IMDATextEditor, IModelElement, File) - Method in interface com.modeliosoft.modelio.api.editor.IMDAEditorListener
This method is called after an editor is saved.
DocumentTypeNotFoundException - Exception in com.modeliosoft.modelio.api.utils
 
DocumentTypeNotFoundException() - Constructor for exception com.modeliosoft.modelio.api.utils.DocumentTypeNotFoundException
 
DocumentTypeNotFoundException(String) - Constructor for exception com.modeliosoft.modelio.api.utils.DocumentTypeNotFoundException
 
DocumentTypeNotFoundException(String, Throwable) - Constructor for exception com.modeliosoft.modelio.api.utils.DocumentTypeNotFoundException
 
DocumentTypeNotFoundException(Throwable) - Constructor for exception com.modeliosoft.modelio.api.utils.DocumentTypeNotFoundException
 
dragEnter(DropTargetEvent) - Method in class com.modeliosoft.modelio.api.ui.dnd.EditorDropListener
 
dragEnter(DropTargetEvent) - Method in class com.modeliosoft.modelio.api.ui.dnd.LinuxDropTarget
 
dragLeave(DropTargetEvent) - Method in class com.modeliosoft.modelio.api.ui.dnd.EditorDropListener
 
dragLeave(DropTargetEvent) - Method in class com.modeliosoft.modelio.api.ui.dnd.LinuxDropTarget
 
dragOperationChanged(DropTargetEvent) - Method in class com.modeliosoft.modelio.api.ui.dnd.EditorDropListener
 
dragOperationChanged(DropTargetEvent) - Method in class com.modeliosoft.modelio.api.ui.dnd.LinuxDropTarget
 
dragOver(DropTargetEvent) - Method in class com.modeliosoft.modelio.api.ui.dnd.EditorDropListener
 
dragOver(DropTargetEvent) - Method in class com.modeliosoft.modelio.api.ui.dnd.LinuxDropTarget
 
drop(DropTargetEvent) - Method in class com.modeliosoft.modelio.api.ui.dnd.EditorDropListener
 
drop(DropTargetEvent) - Method in class com.modeliosoft.modelio.api.ui.dnd.LinuxDropTarget
 
dropAccept(DropTargetEvent) - Method in class com.modeliosoft.modelio.api.ui.dnd.EditorDropListener
 
dropAccept(DropTargetEvent) - Method in class com.modeliosoft.modelio.api.ui.dnd.LinuxDropTarget
 

E

EDITOR_COMMENT_FG - Static variable in interface com.modeliosoft.modelio.api.ui.UIColor
 
EDITOR_KEYWORD_FG - Static variable in interface com.modeliosoft.modelio.api.ui.UIColor
 
EDITOR_MDDTAG_FG - Static variable in interface com.modeliosoft.modelio.api.ui.UIColor
 
EDITOR_ROTEXT_FG - Static variable in interface com.modeliosoft.modelio.api.ui.UIColor
Editors highlighting colors
EDITOR_RWTEXT_FG - Static variable in interface com.modeliosoft.modelio.api.ui.UIColor
 
editorClosed(IMDATextEditor) - Method in interface com.modeliosoft.modelio.api.editor.IMDAEditorListener
This method is called after an editor is closed.
EditorDropListener - Class in com.modeliosoft.modelio.api.ui.dnd
Drop listener.
EditorDropListener(IEditorDropClient) - Constructor for class com.modeliosoft.modelio.api.ui.dnd.EditorDropListener
Constructor initializing an instance of EditorDropListener.
elements - Variable in class com.modeliosoft.modelio.api.mc.DefaultModelComponentContent
 
elements - Variable in class com.modeliosoft.modelio.api.ui.text.ResultsProposalPopup
 
endPickingSession(IPickingClient) - Method in interface com.modeliosoft.modelio.api.app.picking.IPickingService
Abort the picking.
endPickingSession() - Method in class com.modeliosoft.modelio.api.ui.text.TextWrapperForIElement
 
enterPickingMode() - Method in interface com.modeliosoft.modelio.api.app.picking.IPickingProvider
Begin a picking session.
EnumParameterModel - Class in com.modeliosoft.modelio.api.mdac.paramEdition
 
EnumParameterModel(IMdacConfiguration, String, String, String, String) - Constructor for class com.modeliosoft.modelio.api.mdac.paramEdition.EnumParameterModel
 
equals(Object) - Method in class com.modeliosoft.modelio.api.mdac.AbstractJavaMdac
 
equals(Object) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IElement
 
equals(Object) - Method in class com.modeliosoft.modelio.api.modelio.Version
Compares this Version to the specified object.
equals(Object) - Method in class com.modeliosoft.modelio.api.utils.ObRef
 
err - Static variable in class com.modeliosoft.modelio.api.modelio.Modelio
Deprecated.
error(IMdac, String) - Method in interface com.modeliosoft.modelio.api.log.ILogService
Output an error message in the Modelio console.
error(IMdac, Throwable) - Method in interface com.modeliosoft.modelio.api.log.ILogService
Log the given exception with its stack trace as an error.
execute(ExecutionEvent) - Method in class com.modeliosoft.modelio.api.mdac.contrib.MdacActionDelegatingHandler
 
exportXmiFile(XmiExportConfiguration, IProgressMonitor) - Method in interface com.modeliosoft.modelio.api.exchange.IExchangeService
This service exports a part of the model into an XMI file.

F

FileParameterModel - Class in com.modeliosoft.modelio.api.mdac.paramEdition
 
FileParameterModel(IMdacConfiguration, String, String, String, String) - Constructor for class com.modeliosoft.modelio.api.mdac.paramEdition.FileParameterModel
 
files - Variable in class com.modeliosoft.modelio.api.mc.DefaultModelComponentContent
 
fillPalette(PaletteRoot) - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramCustomizer
Define the palette content by adding groups and tools in it.
findByAtt(Class<? extends IElement>, String, String) - Method in interface com.modeliosoft.modelio.api.model.IModelingSession
Get an element in the model from its metaclass, a meta attribute name and value .
findByClass(Class<? extends IElement>) - Method in interface com.modeliosoft.modelio.api.model.IModelingSession
Get all elements in the model from their metaclass.
findByName(List<Class<? extends IElement>>, String, IElementFilter) - Method in class com.modeliosoft.modelio.api.ui.text.TextWrapperForIElement
Search model elements by their name.
findByRef(ObRef) - Method in interface com.modeliosoft.modelio.api.model.IModelingSession
Get an element in the model from its ObRef.
findElementById(String, String) - Method in interface com.modeliosoft.modelio.api.model.IModelingSession
Get an element in the model from its id and metaclass.
finishPressed() - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog
The Finish button has been pressed.
fireNavigate(IElement) - Method in interface com.modeliosoft.modelio.api.app.navigation.INavigationService
Fire all navigation listeners.
firePageChanged(PageChangedEvent) - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog
Notifies any selection changed listeners that the selected page has changed.
firePageChanging(PageChangingEvent) - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog
Notifies any page changing listeners that the currently selected dialog page is changing.
fitToContent() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramNode
Resize this diagram node to fit its content.
format(String, String) - Static method in class com.modeliosoft.modelio.api.astyle.AStyle
Call the AStyleMain function in Artistic Style.
format(File, File, String) - Static method in class com.modeliosoft.modelio.api.astyle.AStyle
Call the AStyleMain function in Artistic Style.
fromByteArray(byte[]) - Method in class com.modeliosoft.modelio.api.ui.dnd.ModelElementTransfer
Converts a byte array to a table of model element references.

G

getAbstract() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IExternDocument
 
getAccepted() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IAcceptSignalAction
Get the list of ObSignal to the Accepted association.
getAccepted(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IAcceptSignalAction
Get the list of ObSignal to the Accepted association.
getAccessChangeEvents() - Method in interface com.modeliosoft.modelio.api.model.change.IStatusChangeEvent
Used to get the list of updated elements.
getActions(ActionLocation) - Method in class com.modeliosoft.modelio.api.mdac.AbstractJavaMdac
Returns the collection of IMdacAction associated with passed location.
getActions(ActionLocation) - Method in interface com.modeliosoft.modelio.api.mdac.IMdac
Returns the collection of IMdacAction associated with passed location.
getActivationExpression() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnComplexGateway
Getter for the ActivationExpression meta class attribute.
getActivityRef() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnCompensateEventDefinition
Get the ActivityRef association.
getActual() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IGate
Get the list of ObGate to the Actual association.
getActual(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IGate
Get the list of ObGate to the Actual association.
getActual() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITaggedValue
Get the list of ObTagParameter to the Actual association.
getActual(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITaggedValue
Get the list of ObTagParameter to the Actual association.
getActual() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ITemplateParameterSubstitution
Get the Actual association.
getActualGate() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionUse
Get the list of ObGate to the ActualGate association.
getActualGate(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionUse
Get the list of ObGate to the ActualGate association.
getAfter() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IGeneralOrdering
Get the After association.
getAggregation() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
Getter for the Aggregation meta class attribute.
getAllowedExtensionLabels() - Method in class com.modeliosoft.modelio.api.mdac.paramEdition.FileParameterModel
 
getAllowedExtensions() - Method in class com.modeliosoft.modelio.api.mdac.paramEdition.FileParameterModel
 
getAllowedMetaclasses() - Method in interface com.modeliosoft.modelio.api.ui.diagramcreation.IDiagramWizardContributor
 
getAllowedMetaclasses() - Method in class com.modeliosoft.modelio.api.ui.text.TextWrapperForIElement
 
getAllPeerMdacs() - Method in interface com.modeliosoft.modelio.api.module.IModuleService
Returns the list of deployed peer module.
getAnnotated() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResourceRole
Get the Annotated association.
getAnnoted() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITaggedValue
Get the Annoted association.
getAnnoted() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITagParameter
Get the Annoted association.
getArchive() - Method in interface com.modeliosoft.modelio.api.mdac.IMdacDescriptor
 
getArgument() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationMessage
Getter for the Argument meta class attribute.
getArgument() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IMessage
Getter for the Argument meta class attribute.
getArtifact() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnCollaboration
Get the list of ObBpmnArtifact to the Artifact association.
getArtifact(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnCollaboration
Get the list of ObBpmnArtifact to the Artifact association.
getArtifact() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Get the list of ObBpmnArtifact to the Artifact association.
getArtifact(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Get the list of ObBpmnArtifact to the Artifact association.
getArtifact() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSubProcess
Get the list of ObBpmnArtifact to the Artifact association.
getArtifact(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSubProcess
Get the list of ObBpmnArtifact to the Artifact association.
getAssignment() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataAssociation
Getter for the Assignment meta class attribute.
getassociatedType() - Method in interface com.modeliosoft.modelio.api.model.extension.IConfigParam
Getter for the associatedType meta class attribute.
getAssociationDirection() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnAssociation
Getter for the AssociationDirection meta class attribute.
getAssociationPart() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassAssociation
Get the AssociationPart association.
getAttachedToRef() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnBoundaryEvent
Get the AttachedToRef association.
getAttributed() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttributeLink
Get the Attributed association.
getAuditService() - Method in class com.modeliosoft.modelio.api.modelio.Modelio
Get the audit service.
getAutoDiagramFactory() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramService
Get the auto diagram factory.
getAutoDiagramName() - Method in interface com.modeliosoft.modelio.api.diagram.autodiagram.IDiagramCreator
Get The type of the current auto diagram this creator is managing.
getBase() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Get the Base association.
getBase() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttributeLink
Get the Base association.
getBase() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Get the Base association.
getBase() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ILink
Get the Base association.
getBaseClass() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IConstraint
Getter for the BaseClass meta class attribute.
getBaseClass() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Get the BaseClass association.
getBaseClassName() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Getter for the BaseClassName meta class attribute.
getBefore() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IGeneralOrdering
Get the Before association.
getBehavior() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMultiInstanceLoopCharacteristics
Getter for the Behavior meta class attribute.
getBehaviorEffect() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.ITransition
Get the BehaviorEffect association.
getBehaviorParam() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Get the list of ObBehaviorParameter to the BehaviorParam association.
getBehaviorParam(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Get the list of ObBehaviorParameter to the BehaviorParam association.
getBitmap() - Method in class com.modeliosoft.modelio.api.diagram.tools.DefaultAttachedBoxCommand
Get the command's bitmap path.
getBitmap() - Method in class com.modeliosoft.modelio.api.diagram.tools.DefaultBoxCommand
Get the command's bitmap path.
getBitmap() - Method in class com.modeliosoft.modelio.api.diagram.tools.DefaultLinkCommand
Get the command's bitmap path.
getBitmap() - Method in class com.modeliosoft.modelio.api.diagram.tools.DefaultMultiLinkCommand
 
getBitmap() - Method in interface com.modeliosoft.modelio.api.diagram.tools.IDiagramCommand
Get the command's bitmap.
getBitmap() - Method in class com.modeliosoft.modelio.api.mdac.commands.DefaultMdacAction
 
getBitmap() - Method in interface com.modeliosoft.modelio.api.mdac.commands.IMdacAction
 
getBitmap() - Method in interface com.modeliosoft.modelio.api.mdac.commands.IWorkbenchAction
Deprecated.
 
getBitmap() - Method in class com.modeliosoft.modelio.api.mdac.propertiesPage.AbstractMdacPropertyPage
 
getBitmap() - Method in interface com.modeliosoft.modelio.api.mdac.propertiesPage.IMdacPropertyPage
Get the property page's bitmap.
getBody() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IClause
Get the list of ObActivityNode to the Body association.
getBody(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IClause
Get the list of ObActivityNode to the Body association.
getBody() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IOpaqueAction
Getter for the Body meta class attribute.
getBody() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IStructuredActivityNode
Get the list of ObActivityNode to the Body association.
getBody(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IStructuredActivityNode
Get the list of ObActivityNode to the Body association.
getBody() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IOpaqueBehavior
Getter for the Body meta class attribute.
getBody() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IStateInvariant
Getter for the Body meta class attribute.
getBody() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IConstraint
Getter for the Body meta class attribute.
getBOOLEAN() - Method in interface com.modeliosoft.modelio.api.model.IUMLTypes
 
getBoundaryEventRef() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Get the list of ObBpmnBoundaryEvent to the BoundaryEventRef association.
getBoundaryEventRef(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Get the list of ObBpmnBoundaryEvent to the BoundaryEventRef association.
getBoundElement() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ITemplateBinding
Get the BoundElement association.
getBoundOperation() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ITemplateBinding
Get the BoundOperation association.
getBounds() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramNode
Return the node location and size as a Rectangle.
getBpmnCaller() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehavior
Get the list of ObBpmnCallActivity to the BpmnCaller association.
getBpmnCaller(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehavior
Get the list of ObBpmnCallActivity to the BpmnCaller association.
getBpmnDataStateRefs() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Get the list of ObBpmnDataState to the BpmnDataStateRefs association.
getBpmnDataStateRefs(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Get the list of ObBpmnDataState to the BpmnDataStateRefs association.
getBpmnInterfaceRef() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnOperation
Get the BpmnInterfaceRef association.
getBpmnInterfaceRefs() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Get the list of ObBpmnInterface to the BpmnInterfaceRefs association.
getBpmnInterfaceRefs(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Get the list of ObBpmnInterface to the BpmnInterfaceRefs association.
getBpmnItemAwareRefs() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Get the list of ObBpmnItemAwareElement to the BpmnItemAwareRefs association.
getBpmnItemAwareRefs(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Get the list of ObBpmnItemAwareElement to the BpmnItemAwareRefs association.
getBpmnItemDefinitionRefs() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Get the list of ObBpmnItemDefinition to the BpmnItemDefinitionRefs association.
getBpmnItemDefinitionRefs(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Get the list of ObBpmnItemDefinition to the BpmnItemDefinitionRefs association.
getBpmnLaneRefs() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Get the list of ObBpmnLane to the BpmnLaneRefs association.
getBpmnLaneRefs(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Get the list of ObBpmnLane to the BpmnLaneRefs association.
getBpmnMessageRefs() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Get the list of ObBpmnMessage to the BpmnMessageRefs association.
getBpmnMessageRefs(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Get the list of ObBpmnMessage to the BpmnMessageRefs association.
getBpmnOperationRef() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObBpmnOperation to the BpmnOperationRef association.
getBpmnOperationRef(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObBpmnOperation to the BpmnOperationRef association.
getBpmnRepresentingDataInput() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Get the list of ObBpmnDataInput to the BpmnRepresentingDataInput association.
getBpmnRepresentingDataInput(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Get the list of ObBpmnDataInput to the BpmnRepresentingDataInput association.
getBpmnRepresentingDataOutput() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Get the list of ObBpmnDataOutput to the BpmnRepresentingDataOutput association.
getBpmnRepresentingDataOutput(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Get the list of ObBpmnDataOutput to the BpmnRepresentingDataOutput association.
getBpmnRepresents() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Get the list of ObBpmnParticipant to the BpmnRepresents association.
getBpmnRepresents(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Get the list of ObBpmnParticipant to the BpmnRepresents association.
getBpmnRepresents() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPackage
Get the list of ObBpmnParticipant to the BpmnRepresents association.
getBpmnRepresents(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPackage
Get the list of ObBpmnParticipant to the BpmnRepresents association.
getBRepresented() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ICollaboration
Get the BRepresented association.
getBrowseBase() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Get the BrowseBase association.
getBuildVersion() - Method in class com.modeliosoft.modelio.api.modelio.Version
Get the build number of this version
getBusinessRuleRoot() - Method in interface com.modeliosoft.modelio.api.model.analyst.IAnalystProject
Get the BusinessRuleRoot association.
getButton(int) - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog
Return the cancel button if the id is a the cancel id.
getBYTE() - Method in interface com.modeliosoft.modelio.api.model.IUMLTypes
 
getByteContent() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ILocalNote
 
getCalled() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IAcceptCallEventAction
Get the Called association.
getCalled() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.ICallBehaviorAction
Get the Called association.
getCalled() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.ICallOperationAction
Get the Called association.
getCalled() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IEvent
Get the Called association.
getCalledBehavior() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnCallActivity
Get the CalledBehavior association.
getCalledGlobalTask() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnCallActivity
Get the CalledGlobalTask association.
getCalledOperation() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnCallActivity
Get the CalledOperation association.
getCalledOperation() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnReceiveTask
Get the CalledOperation association.
getCalledOperation() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSendTask
Get the CalledOperation association.
getCalledOperation() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnServiceTask
Get the CalledOperation association.
getCalledProcess() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnCallActivity
Get the CalledProcess association.
getCaller() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnOperation
Get the list of ObBpmnServiceTask to the Caller association.
getCaller(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnOperation
Get the list of ObBpmnServiceTask to the Caller association.
getCaller() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Get the list of ObBpmnCallActivity to the Caller association.
getCaller(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Get the list of ObBpmnCallActivity to the Caller association.
getCaller() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnTask
Get the list of ObBpmnCallActivity to the Caller association.
getCaller(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnTask
Get the list of ObBpmnCallActivity to the Caller association.
getCaller() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehavior
Get the list of ObCallBehaviorAction to the Caller association.
getCaller(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehavior
Get the list of ObCallBehaviorAction to the Caller association.
getCaller() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObBpmnCallActivity to the Caller association.
getCaller(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObBpmnCallActivity to the Caller association.
getCallerReceiveTask() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObBpmnReceiveTask to the CallerReceiveTask association.
getCallerReceiveTask(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObBpmnReceiveTask to the CallerReceiveTask association.
getCallerSendTask() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObBpmnSendTask to the CallerSendTask association.
getCallerSendTask(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObBpmnSendTask to the CallerSendTask association.
getCallerServiceTask() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObBpmnServiceTask to the CallerServiceTask association.
getCallerServiceTask(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObBpmnServiceTask to the CallerServiceTask association.
getCallingAction() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObCallOperationAction to the CallingAction association.
getCallingAction(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObCallOperationAction to the CallingAction association.
getCapacity() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataStore
Getter for the Capacity meta class attribute.
getCatched() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataOutput
Get the Catched association.
getCategorized() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnGroup
Get the list of ObBpmnFlowElement to the Categorized association.
getCategorized(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnGroup
Get the list of ObBpmnFlowElement to the Categorized association.
getCategory() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnGroup
Getter for the Category meta class attribute.
getcause() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INamespaceUse
Get the list of ObElement to the cause association.
getcause(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INamespaceUse
Get the list of ObElement to the cause association.
getcausing() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IElement
Get the list of ObNamespaceUse to the causing association.
getcausing(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IElement
Get the list of ObNamespaceUse to the causing association.
getChangeable() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
Getter for the Changeable meta class attribute.
getChangeable() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttribute
Getter for the Changeable meta class attribute.
getchangeExpresion() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IAcceptChangeEventAction
Getter for the changeExpresion meta class attribute.
getChannel() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationChannel
Get the Channel association.
getChannel() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationMessage
Get the Channel association.
getCHAR() - Method in interface com.modeliosoft.modelio.api.model.IUMLTypes
 
getChild() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Get the list of ObStereotype to the Child association.
getChild(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Get the list of ObStereotype to the Child association.
getChildLaneSet() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnLane
Get the ChildLaneSet association.
getChoice() - Method in class com.modeliosoft.modelio.api.ui.text.ResultsProposalPopup
Open a popup to choose elements from.
getClassPart() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassAssociation
Get the ClassPart association.
getClientArea(Composite) - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog.PageContainerFillLayout
Returns the client area for the given composite according to this layout.
getCluster() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IBindableInstance
Get the Cluster association.
getCmsChangeEvents() - Method in interface com.modeliosoft.modelio.api.model.change.IStatusChangeEvent
Used to get the list of created elements.
getCollaboration() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnArtifact
Get the Collaboration association.
getCollaboration() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessageFlow
Get the Collaboration association.
getColumnNumber() - Method in interface com.modeliosoft.modelio.api.mdac.IMdacPropertyModel
 
getCommand() - Method in class com.modeliosoft.modelio.api.mdac.commands.DefaultMdacAction
 
getCommand() - Method in interface com.modeliosoft.modelio.api.mdac.commands.IMdacAction
 
getCommandName() - Method in interface com.modeliosoft.modelio.api.ui.diagramcreation.IDiagramWizardContributor
 
getCommunicationUsage() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Get the list of ObCommunicationMessage to the CommunicationUsage association.
getCommunicationUsage(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Get the list of ObCommunicationMessage to the CommunicationUsage association.
getCommunicationUsage() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObCommunicationMessage to the CommunicationUsage association.
getCommunicationUsage(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObCommunicationMessage to the CommunicationUsage association.
getCompensateEventDefinitions() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Get the list of ObBpmnCompensateEventDefinition to the CompensateEventDefinitions association.
getCompensateEventDefinitions(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Get the list of ObBpmnCompensateEventDefinition to the CompensateEventDefinitions association.
getCompletionCondition() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnAdHocSubProcess
Getter for the CompletionCondition meta class attribute.
getCompletionCondition() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMultiInstanceLoopCharacteristics
Getter for the CompletionCondition meta class attribute.
getCompletionEventRef() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMultiInstanceLoopCharacteristics
Get the CompletionEventRef association.
getCompletionQuantity() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Getter for the CompletionQuantity meta class attribute.
getComplexBehaviorDefinition() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMultiInstanceLoopCharacteristics
Get the list of ObBpmnComplexBehaviorDefinition to the ComplexBehaviorDefinition association.
getComplexBehaviorDefinition(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMultiInstanceLoopCharacteristics
Get the list of ObBpmnComplexBehaviorDefinition to the ComplexBehaviorDefinition association.
getComposed() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IEvent
Get the Composed association.
getComposed() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Get the Composed association.
getCompositionOwner() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IElement
 
getCompositionOwner() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPackage
 
getCondition() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnComplexBehaviorDefinition
Getter for the Condition meta class attribute.
getCondition() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnConditionalEventDefinition
Getter for the Condition meta class attribute.
getConditionExpression() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSequenceFlow
Getter for the ConditionExpression meta class attribute.
getConfiguration() - Method in class com.modeliosoft.modelio.api.mdac.AbstractJavaMdac
Get the configuration associated to this module.
getConfiguration() - Method in interface com.modeliosoft.modelio.api.mdac.IMdac
Get the configuration associated to this module.
getConfiguration() - Method in interface com.modeliosoft.modelio.api.module.IPeerMdac
used to return the mdac configuration.
getConnected() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSequenceFlowDataAssociation
Get the Connected association.
getConnection() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IEntryPointPseudoState
Get the list of ObConnectionPointReference to the Connection association.
getConnection(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IEntryPointPseudoState
Get the list of ObConnectionPointReference to the Connection association.
getConnection() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IExitPointPseudoState
Get the list of ObConnectionPointReference to the Connection association.
getConnection(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IExitPointPseudoState
Get the list of ObConnectionPointReference to the Connection association.
getConnection() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Get the list of ObConnectionPointReference to the Connection association.
getConnection(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Get the list of ObConnectionPointReference to the Connection association.
getConnection() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociation
Get the list of ObAssociationEnd to the Connection association.
getConnection(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociation
Get the list of ObAssociationEnd to the Connection association.
getConnection() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Get the list of ObLinkEnd to the Connection association.
getConnection(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Get the list of ObLinkEnd to the Connection association.
getConnection() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ILink
Get the list of ObLinkEnd to the Connection association.
getConnection(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ILink
Get the list of ObLinkEnd to the Connection association.
getConnector() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSequenceFlow
Get the list of ObBpmnSequenceFlowDataAssociation to the Connector association.
getConnector(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSequenceFlow
Get the list of ObBpmnSequenceFlowDataAssociation to the Connector association.
getConnectorEndRole() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IBinding
Get the ConnectorEndRole association.
getConnectorRole() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IBinding
Get the ConnectorRole association.
getConstrainedElement() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IConstraint
Get the list of ObModelElement to the ConstrainedElement association.
getConstrainedElement(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IConstraint
Get the list of ObModelElement to the ConstrainedElement association.
getConstraintDefinition() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Get the list of ObConstraint to the ConstraintDefinition association.
getConstraintDefinition(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Get the list of ObConstraint to the ConstraintDefinition association.
getConsumer() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ILinkEnd
Get the Consumer association.
getConsumer() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IProvidedInterface
Get the list of ObLinkEnd to the Consumer association.
getConsumer(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IProvidedInterface
Get the list of ObLinkEnd to the Consumer association.
getContainedNode() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityPartition
Get the list of ObActivityNode to the ContainedNode association.
getContainedNode(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityPartition
Get the list of ObActivityNode to the ContainedNode association.
getContainer() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnFlowElement
Get the Container association.
getContainer() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnParticipant
Get the Container association.
getContainer() - Method in interface com.modeliosoft.modelio.api.model.diagrams.IDiagramSet
Get the Container association.
getContent() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ILocalNote
Getter for the Content meta class attribute.
getContent() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.INote
Getter for the Content meta class attribute.
getContext() - Method in class com.modeliosoft.modelio.api.modelio.Modelio
Get the context of the Modelio application.
getContext() - Method in class com.modeliosoft.modelio.api.ui.diagramcreation.DiagramWizardModel
 
getContract() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ISubstitution
Get the Contract association.
getConveyed() - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Get the list of ObClassifier to the Conveyed association.
getConveyed(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Get the list of ObClassifier to the Conveyed association.
getConveyer() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Get the list of ObInformationFlow to the Conveyer association.
getConveyer(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Get the list of ObInformationFlow to the Conveyer association.
getCovered() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionFragment
Get the list of ObLifeline to the Covered association.
getCovered(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionFragment
Get the list of ObLifeline to the Covered association.
getCoveredBy() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.ILifeline
Get the list of ObInteractionFragment to the CoveredBy association.
getCoveredBy(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.ILifeline
Get the list of ObInteractionFragment to the CoveredBy association.
getCreationEvents() - Method in interface com.modeliosoft.modelio.api.model.change.IModelChangeEvent
Used to get the list of created elements.
getCurrentPage() - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog
 
getDataAssociation() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSequenceFlowDataAssociation
Get the list of ObBpmnDataAssociation to the DataAssociation association.
getDataAssociation(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSequenceFlowDataAssociation
Get the list of ObBpmnDataAssociation to the DataAssociation association.
getDataInput() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnThrowEvent
Get the DataInput association.
getDataInputAssociation() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Get the list of ObBpmnDataAssociation to the DataInputAssociation association.
getDataInputAssociation(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Get the list of ObBpmnDataAssociation to the DataInputAssociation association.
getDataInputAssociation() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnThrowEvent
Get the list of ObBpmnDataAssociation to the DataInputAssociation association.
getDataInputAssociation(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnThrowEvent
Get the list of ObBpmnDataAssociation to the DataInputAssociation association.
getDataOutput() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnCatchEvent
Get the DataOutput association.
getDataOutputAssociation() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Get the list of ObBpmnDataAssociation to the DataOutputAssociation association.
getDataOutputAssociation(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Get the list of ObBpmnDataAssociation to the DataOutputAssociation association.
getDataOutputAssociation() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnCatchEvent
Get the list of ObBpmnDataAssociation to the DataOutputAssociation association.
getDataOutputAssociation(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnCatchEvent
Get the list of ObBpmnDataAssociation to the DataOutputAssociation association.
getDataState() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemAwareElement
Get the DataState association.
getDATE() - Method in interface com.modeliosoft.modelio.api.model.IUMLTypes
 
getDecisionInputBehavior() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IDecisionMergeNode
Getter for the DecisionInputBehavior meta class attribute.
getDecisionKind() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IDecisionMergeNode
Getter for the DecisionKind meta class attribute.
getDeclared() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Get the list of ObInstance to the Declared association.
getDeclared(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Get the list of ObInstance to the Declared association.
getDecomposed() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IPartDecomposition
Get the Decomposed association.
getDecomposedAs() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.ILifeline
Get the DecomposedAs association.
getDefaultFlow() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Get the DefaultFlow association.
getDefaultFlow() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnComplexGateway
Get the DefaultFlow association.
getDefaultFlow() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnExclusiveGateway
Get the DefaultFlow association.
getDefaultFlow() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnInclusiveGateway
Get the DefaultFlow association.
getDefaultFrom() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSequenceFlow
Get the DefaultFrom association.
getDefaultNameService() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Get the service used when an element needs a "default" name.
getDefaultOfComplex() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSequenceFlow
Get the DefaultOfComplex association.
getDefaultOfExclusive() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSequenceFlow
Get the DefaultOfExclusive association.
getDefaultOfInclusive() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSequenceFlow
Get the DefaultOfInclusive association.
getDefaultParametering() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Get the list of ObTemplateParameter to the DefaultParametering association.
getDefaultParametering(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Get the list of ObTemplateParameter to the DefaultParametering association.
getDefaultSet() - Method in interface com.modeliosoft.modelio.api.model.analyst.IDictionary
Get the DefaultSet association.
getDefaultSet() - Method in interface com.modeliosoft.modelio.api.model.analyst.IRequirementContainer
Get the DefaultSet association.
getDefaultType() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ITemplateParameter
Get the DefaultType association.
getDefaultValue() - Method in interface com.modeliosoft.modelio.api.mdac.IParameterModel
 
getDefaultValue() - Method in class com.modeliosoft.modelio.api.mdac.paramEdition.ParameterModel
 
getDefaultValue() - Method in interface com.modeliosoft.modelio.api.model.analyst.IProperty
Getter for the DefaultValue meta class attribute.
getDefaultValue() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Getter for the DefaultValue meta class attribute.
getDefaultValue() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ITemplateParameter
Getter for the DefaultValue meta class attribute.
getDefaultValued() - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertyValueSet
Get the DefaultValued association.
getDefaultValuedDictionary() - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertyValueSet
Get the DefaultValuedDictionary association.
getDeffered() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Get the list of ObEvent to the Deffered association.
getDeffered(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Get the list of ObEvent to the Deffered association.
getDefined() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnEventDefinition
Get the Defined association.
getDefinedExternDocumentType() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IMetaclassReference
Get the list of ObExternDocumentType to the DefinedExternDocumentType association.
getDefinedExternDocumentType(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IMetaclassReference
Get the list of ObExternDocumentType to the DefinedExternDocumentType association.
getDefinedExternDocumentType() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Get the list of ObExternDocumentType to the DefinedExternDocumentType association.
getDefinedExternDocumentType(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Get the list of ObExternDocumentType to the DefinedExternDocumentType association.
getDefinedNoteType() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IMetaclassReference
Get the list of ObNoteType to the DefinedNoteType association.
getDefinedNoteType(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IMetaclassReference
Get the list of ObNoteType to the DefinedNoteType association.
getDefinedNoteType() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Get the list of ObNoteType to the DefinedNoteType association.
getDefinedNoteType(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Get the list of ObNoteType to the DefinedNoteType association.
getDefinedPropertySet() - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertyContainer
Get the list of ObPropertySet to the DefinedPropertySet association.
getDefinedPropertySet(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertyContainer
Get the list of ObPropertySet to the DefinedPropertySet association.
getDefinedStereotype() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IProfile
Get the list of ObStereotype to the DefinedStereotype association.
getDefinedStereotype(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IProfile
Get the list of ObStereotype to the DefinedStereotype association.
getDefinedTagType() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IMetaclassReference
Get the list of ObTagType to the DefinedTagType association.
getDefinedTagType(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IMetaclassReference
Get the list of ObTagType to the DefinedTagType association.
getDefinedTagType() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Get the list of ObTagType to the DefinedTagType association.
getDefinedTagType(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Get the list of ObTagType to the DefinedTagType association.
getDefinedType() - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertyContainer
Get the list of ObPropertyType to the DefinedType association.
getDefinedType(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertyContainer
Get the list of ObPropertyType to the DefinedType association.
getDefinition() - Method in interface com.modeliosoft.modelio.api.model.analyst.ITerm
Getter for the Definition meta class attribute.
getDefinition() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITaggedValue
Get the Definition association.
getDeletedElement() - Method in interface com.modeliosoft.modelio.api.model.change.IElementDeletedEvent
Used to get the destroyed element.
getDeleteEvents() - Method in interface com.modeliosoft.modelio.api.model.change.IModelChangeEvent
Used to get the list of deleted elements.
getDependencyStereotypes() - Method in class com.modeliosoft.modelio.api.mc.DefaultModelComponentContent
Return the set of dependency stereotypes that must be added to a model component.
getDependencyStereotypes() - Method in interface com.modeliosoft.modelio.api.mc.IModelComponentContent
Return the set of dependency stereotypes that must be added to a model component.
getDependsOn() - Method in interface com.modeliosoft.modelio.api.model.extension.IModule
Get the list of ObModule to the DependsOn association.
getDependsOn(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.extension.IModule
Get the list of ObModule to the DependsOn association.
getDependsOn() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IDependency
Get the DependsOn association.
getDependsOnDependency() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Get the list of ObDependency to the DependsOnDependency association.
getDependsOnDependency(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Get the list of ObDependency to the DependsOnDependency association.
getDependsOnId() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IDependency
Getter for the DependsOnId meta class attribute.
getDependsOnName() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IDependency
Getter for the DependsOnName meta class attribute.
getDeploymentLocation() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IArtifact
Get the list of ObNode to the DeploymentLocation association.
getDeploymentLocation(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IArtifact
Get the list of ObNode to the DeploymentLocation association.
getDescription() - Method in class com.modeliosoft.modelio.api.mdac.AbstractJavaMdac
Used to return the module description.
getDescription() - Method in interface com.modeliosoft.modelio.api.mdac.IMdac
Used to return the module description.
getDescription() - Method in interface com.modeliosoft.modelio.api.mdac.IParameterModel
 
getDescription() - Method in class com.modeliosoft.modelio.api.mdac.paramEdition.ParameterModel
 
getDescription() - Method in interface com.modeliosoft.modelio.api.module.IPeerMdac
Used to return the mdac description.
getDescription() - Method in class com.modeliosoft.modelio.api.ui.diagramcreation.DiagramWizardModel
 
getDescriptor() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Get the list of ObNote to the Descriptor association.
getDescriptor(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Get the list of ObNote to the Descriptor association.
getDestination() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IDataFlow
Get the Destination association.
getDetails() - Method in interface com.modeliosoft.modelio.api.ui.diagramcreation.IDiagramWizardContributor
 
getDiagram() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramHandle
Get the element this IDiagramHandle is related to.
getDiagram() - Method in interface com.modeliosoft.modelio.api.model.diagrams.IDiagramContainer
Get the list of ObAbstractDiagram to the Diagram association.
getDiagram(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.diagrams.IDiagramContainer
Get the list of ObAbstractDiagram to the Diagram association.
getDiagramContributors() - Method in class com.modeliosoft.modelio.api.ui.diagramcreation.ContributionModel
 
getDiagramGraphics(IElement) - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramHandle
Returns the list of diagram graphic representing (ie: for which the getElement() method does return the element of) the given reference in this diagram or an empty list if none is found.
getDiagramHandle(IAbstractDiagram) - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramService
Get a diagram handle on 'diagram'.
getDiagramNode() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramHandle
Get the diagram graphic for the diagram itself.
getDiagramRoot() - Method in interface com.modeliosoft.modelio.api.model.extension.IProject
Get the DiagramRoot association.
getDiagramService() - Method in class com.modeliosoft.modelio.api.modelio.Modelio
Get the diagram manipulation service.
getDictionaryRoot() - Method in interface com.modeliosoft.modelio.api.model.analyst.IAnalystProject
Get the DictionaryRoot association.
getDiscriminator() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralization
Getter for the Discriminator meta class attribute.
getDOccurence() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Get the list of ObDataFlow to the DOccurence association.
getDOccurence(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Get the list of ObDataFlow to the DOccurence association.
getDocpath() - Method in interface com.modeliosoft.modelio.api.module.IMdacConfiguration
Returns the documentation path.
getDocument() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Get the list of ObExternDocument to the Document association.
getDocument(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Get the list of ObExternDocument to the Document association.
getDOUBLE() - Method in interface com.modeliosoft.modelio.api.model.IUMLTypes
 
getDurationMax() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IDurationConstraint
Getter for the DurationMax meta class attribute.
getDurationMin() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IDurationConstraint
Getter for the DurationMin meta class attribute.
getEComponent() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehavior
Get the list of ObEvent to the EComponent association.
getEComponent(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehavior
Get the list of ObEvent to the EComponent association.
getEditionService() - Method in class com.modeliosoft.modelio.api.modelio.Modelio
Get the text editor management service.
getEffect() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IObjectFlow
Getter for the Effect meta class attribute.
getEffect() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.ITransition
Getter for the Effect meta class attribute.
getEffect() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Getter for the Effect meta class attribute.
getEffectOf() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehavior
Get the list of ObTransition to the EffectOf association.
getEffectOf(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehavior
Get the list of ObTransition to the EffectOf association.
getEffects() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.ITransition
Get the Effects association.
getElement() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramGraphic
Get the element this IDiagramGraphic is related to.
getElement() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramLink
 
getElement() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramNode
 
getElement() - Method in interface com.modeliosoft.modelio.api.editor.IMDATextEditor
Get the element corresponding to this editor.
getElement() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.INoteType
Get the list of ObNote to the Element association.
getElement(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.INoteType
Get the list of ObNote to the Element association.
getElement() - Method in exception com.modeliosoft.modelio.api.utils.exceptions.ReadOnlyElementException
 
getElements() - Method in class com.modeliosoft.modelio.api.mc.DefaultModelComponentContent
Return the set of Elements that must be added to a model component.
getElements() - Method in interface com.modeliosoft.modelio.api.mc.IModelComponentContent
Return the set of namespaces that must be added to a model component.
getElementStatus(IElement) - Method in interface com.modeliosoft.modelio.api.model.IModelingSession
Deprecated.
getElementStatus() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IElement
 
getEnclosingInteraction() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionFragment
Get the EnclosingInteraction association.
getEnclosingOperand() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionFragment
Get the EnclosingOperand association.
getEnd() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationChannel
Get the End association.
getEnd() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteraction
 
getEnd() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionOperand
 
getEnded() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationNode
Get the list of ObCommunicationChannel to the Ended association.
getEnded(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationNode
Get the list of ObCommunicationChannel to the Ended association.
getEndingActivity() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataAssociation
Get the EndingActivity association.
getEndingEvent() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataAssociation
Get the EndingEvent association.
getEndLineNumber() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionOperand
Getter for the EndLineNumber meta class attribute.
getEndLineNumber() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionUse
Getter for the EndLineNumber meta class attribute.
getEndLineNumber() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IStateInvariant
Getter for the EndLineNumber meta class attribute.
getEndPointRefs() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnParticipant
Get the list of ObBpmnEndPoint to the EndPointRefs association.
getEndPointRefs(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnParticipant
Get the list of ObBpmnEndPoint to the EndPointRefs association.
getEntry() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IConnectionPointReference
Get the Entry association.
getEntryOf() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IEntryPointPseudoState
Get the EntryOf association.
getEntryOfMachine() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IEntryPointPseudoState
Get the EntryOfMachine association.
getEntryPoint() - Method in class com.modeliosoft.modelio.api.exchange.XmiExportConfiguration
 
getEntryPoint() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Get the list of ObEntryPointPseudoState to the EntryPoint association.
getEntryPoint(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Get the list of ObEntryPointPseudoState to the EntryPoint association.
getEntryPoint() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IStateMachine
Get the list of ObEntryPointPseudoState to the EntryPoint association.
getEntryPoint(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IStateMachine
Get the list of ObEntryPointPseudoState to the EntryPoint association.
getEntryPointAction() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObAcceptCallEventAction to the EntryPointAction association.
getEntryPointAction(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObAcceptCallEventAction to the EntryPointAction association.
getEOccurence() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Get the list of ObEvent to the EOccurence association.
getEOccurence(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Get the list of ObEvent to the EOccurence association.
getErrorCode() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnErrorEventDefinition
Getter for the ErrorCode meta class attribute.
getEscalationCode() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnEscalationEventDefinition
Getter for the EscalationCode meta class attribute.
getEvent() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnComplexBehaviorDefinition
Get the Event association.
getEventDefinition() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessage
Get the list of ObBpmnMessageEventDefinition to the EventDefinition association.
getEventDefinition(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessage
Get the list of ObBpmnMessageEventDefinition to the EventDefinition association.
getEventDefinition() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnOperation
Get the list of ObBpmnMessageEventDefinition to the EventDefinition association.
getEventDefinition(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnOperation
Get the list of ObBpmnMessageEventDefinition to the EventDefinition association.
getEventDefinitions() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnEvent
Get the list of ObBpmnEventDefinition to the EventDefinitions association.
getEventDefinitions(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnEvent
Get the list of ObBpmnEventDefinition to the EventDefinitions association.
getEventGatewayType() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnEventBasedGateway
Getter for the EventGatewayType meta class attribute.
getExample() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObCollaboration to the Example association.
getExample(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObCollaboration to the Example association.
getExceptionInput() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IExceptionHandler
Get the ExceptionInput association.
getExceptionInput() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Get the ExceptionInput association.
getExceptionType() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IExceptionHandler
Get the list of ObGeneralClass to the ExceptionType association.
getExceptionType(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IExceptionHandler
Get the list of ObGeneralClass to the ExceptionType association.
getExchangeService() - Method in class com.modeliosoft.modelio.api.modelio.Modelio
Get the service to import/export model elements.
getExecutable() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Getter for the IsExecutable meta class attribute.
getExistingAutoDiagram(IModelElement) - Method in interface com.modeliosoft.modelio.api.diagram.autodiagram.IDiagramCreator
Get the current auto diagram centered on the given element.
getExit() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IConnectionPointReference
Get the Exit association.
getExitOf() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IExitPointPseudoState
Get the ExitOf association.
getExitOfMachine() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IExitPointPseudoState
Get the ExitOfMachine association.
getExitPoint() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Get the list of ObExitPointPseudoState to the ExitPoint association.
getExitPoint(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Get the list of ObExitPointPseudoState to the ExitPoint association.
getExitPoint() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IStateMachine
Get the list of ObExitPointPseudoState to the ExitPoint association.
getExitPoint(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IStateMachine
Get the list of ObExitPointPseudoState to the ExitPoint association.
getExpression() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResourceParameterBinding
Getter for the Expression meta class attribute.
getExpression() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IEvent
Getter for the Expression meta class attribute.
getExtended() - Method in interface com.modeliosoft.modelio.api.model.uml.usecase.IExtensionPoint
Get the list of ObUseCaseDependency to the Extended association.
getExtended(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.usecase.IExtensionPoint
Get the list of ObUseCaseDependency to the Extended association.
getExtendedElement() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Get the list of ObModelElement to the ExtendedElement association.
getExtendedElement(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Get the list of ObModelElement to the ExtendedElement association.
getExtension() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Get the list of ObStereotype to the Extension association.
getExtension(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Get the list of ObStereotype to the Extension association.
getExtensionLocation() - Method in interface com.modeliosoft.modelio.api.model.uml.usecase.IUseCaseDependency
Get the list of ObExtensionPoint to the ExtensionLocation association.
getExtensionLocation(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.usecase.IUseCaseDependency
Get the list of ObExtensionPoint to the ExtensionLocation association.
getExternDocumentType(Class<? extends IElement>, String) - Method in interface com.modeliosoft.modelio.api.model.IMetamodelExtensions
Used to access a specific external document type.
getExternDocumentTypes(Class<? extends IElement>) - Method in interface com.modeliosoft.modelio.api.model.IMetamodelExtensions
Returns all the external document types brought by deployed modules.
getFile() - Method in interface com.modeliosoft.modelio.api.editor.IMDATextEditor
Get the file opened in the editor.
getFile() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IExternDocument
 
getFileName() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IArtifact
Getter for the FileName meta class attribute.
getFiles() - Method in class com.modeliosoft.modelio.api.mc.DefaultModelComponentContent
Return the set of files path that must be added to a model component.
getFiles() - Method in interface com.modeliosoft.modelio.api.mc.IModelComponentContent
Return the set of files path that must be added to a model component.
getFillColor() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramNode
Get the current fill color.
getFillMode() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramNode
Get the current fill mode.
getFinish() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IExecutionSpecification
Get the Finish association.
getFinished() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IExecutionOccurenceSpecification
Get the Finished association.
getFLOAT() - Method in interface com.modeliosoft.modelio.api.model.IUMLTypes
 
getFlowElement() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Get the list of ObBpmnFlowElement to the FlowElement association.
getFlowElement(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Get the list of ObBpmnFlowElement to the FlowElement association.
getFlowElement() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSubProcess
Get the list of ObBpmnFlowElement to the FlowElement association.
getFlowElement(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSubProcess
Get the list of ObBpmnFlowElement to the FlowElement association.
getFlowElementRef() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnLane
Get the list of ObBpmnFlowElement to the FlowElementRef association.
getFlowElementRef(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnLane
Get the list of ObBpmnFlowElement to the FlowElementRef association.
getFont() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramLink
Get the current font, represented by font data.
getFont() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramNode
Get the current font, represented by font data.
getFormal() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IGate
Get the Formal association.
getFormalGate() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteraction
Get the list of ObGate to the FormalGate association.
getFormalGate(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteraction
Get the list of ObGate to the FormalGate association.
getFormalParameter() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ITemplateParameterSubstitution
Get the FormalParameter association.
getFragment() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteraction
Get the list of ObInteractionFragment to the Fragment association.
getFragment(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteraction
Get the list of ObInteractionFragment to the Fragment association.
getFragment() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionOperand
Get the list of ObInteractionFragment to the Fragment association.
getFragment(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionOperand
Get the list of ObInteractionFragment to the Fragment association.
getFragmentGate() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.ICombinedFragment
Get the list of ObGate to the FragmentGate association.
getFragmentGate(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.ICombinedFragment
Get the list of ObGate to the FragmentGate association.
getFrom() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramLink
 
getFromLinks() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramGraphic
Return the links that are starting (ie outgoing links) from this node.
getGatewayDirection() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnGateway
Getter for the GatewayDirection meta class attribute.
getGoalRoot() - Method in interface com.modeliosoft.modelio.api.model.analyst.IAnalystProject
Get the GoalRoot association.
getGroupName() - Method in interface com.modeliosoft.modelio.api.mdac.commands.IWorkbenchAction
Deprecated.
 
getGroups() - Method in interface com.modeliosoft.modelio.api.mdac.IParameterEditionModel
 
getGroups() - Method in class com.modeliosoft.modelio.api.mdac.paramEdition.ParametersEditionModel
 
getGroups() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnFlowElement
Get the list of ObBpmnGroup to the Groups association.
getGroups(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnFlowElement
Get the list of ObBpmnGroup to the Groups association.
getGuard() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityEdge
Getter for the Guard meta class attribute.
getGuard() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IExceptionHandler
Getter for the Guard meta class attribute.
getGuard() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionOperand
Getter for the Guard meta class attribute.
getGuard() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.ITransition
Getter for the Guard meta class attribute.
getHandler() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityAction
Get the list of ObExceptionHandler to the Handler association.
getHandler(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityAction
Get the list of ObExceptionHandler to the Handler association.
getHandler() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IInputPin
Get the list of ObExceptionHandler to the Handler association.
getHandler(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IInputPin
Get the list of ObExceptionHandler to the Handler association.
getHelpId() - Method in class com.modeliosoft.modelio.api.ui.ModelioDialog
 
getHelpUrl() - Method in interface com.modeliosoft.modelio.api.ui.diagramcreation.IDiagramWizardContributor
 
getHid() - Method in class com.modeliosoft.modelio.api.mdac.AbstractJavaMdac
Returns the high internal identifier of the module
getHid() - Method in interface com.modeliosoft.modelio.api.mdac.IMdac
Returns the high internal identifier of the module
getHid() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IElement
 
getHierarchy() - Method in class com.modeliosoft.modelio.api.model.UMLPath
Gets all the composition hierarchy of the namespace.
getIcon() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Getter for the Icon meta class attribute.
getIconBrowser() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Getter for the IconBrowser meta class attribute.
getId() - Method in interface com.modeliosoft.modelio.api.editor.IMDATextEditor
Get the editor's type.
getIdentifier() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IElement
 
getImage(IStereotype, IMdac.ImageType) - Method in class com.modeliosoft.modelio.api.mdac.AbstractJavaMdac
Get the image provided by the module for a given stereotype.
getImage(IStereotype, IMdac.ImageType) - Method in interface com.modeliosoft.modelio.api.mdac.IMdac
Get the image provided by the module for a given stereotype.
getImage() - Method in interface com.modeliosoft.modelio.api.ui.diagramcreation.IDiagramWizardContributor
 
getImageDescriptor(IStereotype, IMdac.ImageType) - Method in class com.modeliosoft.modelio.api.mdac.AbstractJavaMdac
Get the image descriptor provided by the module for a given stereotype.
getImageDescriptor(IStereotype, IMdac.ImageType) - Method in interface com.modeliosoft.modelio.api.mdac.IMdac
Get the image descriptor provided by the module for a given stereotype.
getImagePath() - Method in class com.modeliosoft.modelio.api.mdac.commands.DefaultMdacAction
Deprecated.
getImagePath() - Method in interface com.modeliosoft.modelio.api.mdac.commands.IMdacAction
Deprecated.
getImageService() - Method in class com.modeliosoft.modelio.api.modelio.Modelio
Get the service to get the image of an element.
getImpacted() - Method in interface com.modeliosoft.modelio.api.model.extension.IModule
Get the list of ObModule to the Impacted association.
getImpacted(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.extension.IModule
Get the list of ObModule to the Impacted association.
getImpacted() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IDependency
Get the Impacted association.
getImpactedDependency() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Get the list of ObDependency to the ImpactedDependency association.
getImpactedDependency(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Get the list of ObDependency to the ImpactedDependency association.
getImplementation() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnReceiveTask
Getter for the Implementation meta class attribute.
getImplementation() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSendTask
Getter for the Implementation meta class attribute.
getImplementation() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnServiceTask
Getter for the Implementation meta class attribute.
getImplementation() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnUserTask
Getter for the Implementation meta class attribute.
getImplementationRef() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnInterface
Get the ImplementationRef association.
getImplementationRef() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnOperation
Get the ImplementationRef association.
getImplemented() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInterfaceRealization
Get the Implemented association.
getImplementedLink() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInterface
Get the list of ObInterfaceRealization to the ImplementedLink association.
getImplementedLink(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInterface
Get the list of ObInterfaceRealization to the ImplementedLink association.
getImplementer() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInterfaceRealization
Get the Implementer association.
getImportedElement() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IElementImport
Get the ImportedElement association.
getImportedPackage() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPackageImport
Get the ImportedPackage association.
getImporting() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Get the list of ObElementImport to the Importing association.
getImporting(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Get the list of ObElementImport to the Importing association.
getImportingNameSpace() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IElementImport
Get the ImportingNameSpace association.
getImportingNameSpace() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPackageImport
Get the ImportingNameSpace association.
getImportingOperation() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IElementImport
Get the ImportingOperation association.
getImportingOperation() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPackageImport
Get the ImportingOperation association.
getInActivity() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityGroup
Get the InActivity association.
getIncoming() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnFlowNode
Get the list of ObBpmnSequenceFlow to the Incoming association.
getIncoming(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnFlowNode
Get the list of ObBpmnSequenceFlow to the Incoming association.
getIncoming() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityNode
Get the list of ObActivityEdge to the Incoming association.
getIncoming(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityNode
Get the list of ObActivityEdge to the Incoming association.
getIncoming() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityPartition
Get the list of ObMessageFlow to the Incoming association.
getIncoming(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityPartition
Get the list of ObMessageFlow to the Incoming association.
getIncoming() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IStateVertex
Get the list of ObTransition to the Incoming association.
getIncoming(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IStateVertex
Get the list of ObTransition to the Incoming association.
getIncomingAssoc() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnBaseElement
Get the list of ObBpmnAssociation to the IncomingAssoc association.
getIncomingAssoc(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnBaseElement
Get the list of ObBpmnAssociation to the IncomingAssoc association.
getIncomingFlow() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnBaseElement
Get the list of ObBpmnMessageFlow to the IncomingFlow association.
getIncomingFlow(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnBaseElement
Get the list of ObBpmnMessageFlow to the IncomingFlow association.
getInformation() - Method in interface com.modeliosoft.modelio.api.ui.diagramcreation.IDiagramWizardContributor
 
getInformationSource() - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Get the list of ObModelElement to the InformationSource association.
getInformationSource(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Get the list of ObModelElement to the InformationSource association.
getInformationTarget() - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Get the list of ObModelElement to the InformationTarget association.
getInformationTarget(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Get the list of ObModelElement to the InformationTarget association.
getInheritingMetaclasses(Class<? extends IElement>) - Method in interface com.modeliosoft.modelio.api.meta.IMetamodelService
Get the metaclasses that inherit from the given metaclass.
getInitialLocation(Point) - Method in class com.modeliosoft.modelio.api.ui.text.ResultsProposalPopup
 
getInitialSize() - Method in class com.modeliosoft.modelio.api.ui.ModelioDialog
 
getInitialSize() - Method in class com.modeliosoft.modelio.api.ui.text.ResultsProposalPopup
 
getInMessageRef() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnOperation
Get the InMessageRef association.
getInput() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityAction
Get the list of ObInputPin to the Input association.
getInput(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityAction
Get the list of ObInputPin to the Input association.
getInputElement() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IExpansionRegion
Get the list of ObExpansionNode to the InputElement association.
getInputElement(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IExpansionRegion
Get the list of ObExpansionNode to the InputElement association.
getInputing() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IInputPin
Get the Inputing association.
getInputMessage() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessage
Get the list of ObBpmnOperation to the InputMessage association.
getInputMessage(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessage
Get the list of ObBpmnOperation to the InputMessage association.
getInputSpecification() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Get the list of ObBpmnDataInput to the InputSpecification association.
getInputSpecification(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Get the list of ObBpmnDataInput to the InputSpecification association.
getInstallationPath() - Method in interface com.modeliosoft.modelio.api.app.IModelioContext
Get the installation path of the Modelio.
getInstalled() - Method in interface com.modeliosoft.modelio.api.model.extension.IProject
Get the list of ObModule to the Installed association.
getInstalled(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.extension.IProject
Get the list of ObModule to the Installed association.
getInstance() - Static method in class com.modeliosoft.modelio.api.modelio.Modelio
Get the modelio application instance.
getInstance() - Static method in class com.modeliosoft.modelio.api.ui.dnd.ModelElementTransfer
Returns the singleton gadget transfer instance.
getInstanciatedTemplate() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ITemplateBinding
Get the InstanciatedTemplate association.
getInstanciatedTemplateOperation() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ITemplateBinding
Get the InstanciatedTemplateOperation association.
getInstanciatingBinding() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Get the list of ObTemplateBinding to the InstanciatingBinding association.
getInstanciatingBinding(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Get the list of ObTemplateBinding to the InstanciatingBinding association.
getInstanciatingBinding() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObTemplateBinding to the InstanciatingBinding association.
getInstanciatingBinding(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObTemplateBinding to the InstanciatingBinding association.
getInState() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemAwareElement
Get the InState association.
getInState() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessage
Get the InState association.
getInState() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IObjectNode
Get the InState association.
getINTEGER() - Method in interface com.modeliosoft.modelio.api.model.IUMLTypes
 
getInterfaceRefs() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnParticipant
Get the list of ObBpmnInterface to the InterfaceRefs association.
getInterfaceRefs(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnParticipant
Get the list of ObBpmnInterface to the InterfaceRefs association.
getInternal() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Get the list of ObInternalTransition to the Internal association.
getInternal(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Get the list of ObInternalTransition to the Internal association.
getInternalOwner() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IBindableInstance
Get the InternalOwner association.
getInternalStructure() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Get the list of ObBindableInstance to the InternalStructure association.
getInternalStructure(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Get the list of ObBindableInstance to the InternalStructure association.
getInterruptingEdge() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IInterruptibleActivityRegion
Get the list of ObActivityEdge to the InterruptingEdge association.
getInterruptingEdge(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IInterruptibleActivityRegion
Get the list of ObActivityEdge to the InterruptingEdge association.
getInterrupts() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityEdge
Get the Interrupts association.
getInvalidContributors(IElement) - Method in class com.modeliosoft.modelio.api.ui.diagramcreation.DiagramWizardDialog
 
getInvertedChannel() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationMessage
Get the InvertedChannel association.
getInvertedMessage() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationChannel
Get the list of ObCommunicationMessage to the InvertedMessage association.
getInvertedMessage(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationChannel
Get the list of ObCommunicationMessage to the InvertedMessage association.
getInvoked() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationMessage
Get the Invoked association.
getInvoked() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IMessage
Get the Invoked association.
getInvoker() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObTransition to the Invoker association.
getInvoker(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObTransition to the Invoker association.
getIO() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObParameter to the IO association.
getIO(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObParameter to the IO association.
getItem() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataState
Get the Item association.
getItemKind() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemDefinition
Getter for the ItemKind meta class attribute.
getItemRef() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessage
Get the ItemRef association.
getItemsAt(int, int) - Method in interface com.modeliosoft.modelio.api.mdac.IMdacPropertyModel
 
getItemSubjectRef() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemAwareElement
Get the ItemSubjectRef association.
getjavaClassName() - Method in interface com.modeliosoft.modelio.api.model.extension.IModule
Getter for the javaClassName meta class attribute.
getJCode() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IProfile
Getter for the JCode meta class attribute.
getJoinSpec() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IForkJoinNode
Getter for the JoinSpec meta class attribute.
getJythonEngine() - Method in class com.modeliosoft.modelio.api.mdac.AbstractJavaMdac
Get the Jython scripting engine configured for having access to all the module classes and the public classes of all required modules.
getJythonEngine() - Method in interface com.modeliosoft.modelio.api.mdac.IMdac
Get the Jython scripting engine configured for having access to all the module classes and the public classes of all required modules.
getKey() - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertyValue
Get the Key association.
getKind() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IEvent
Getter for the Kind meta class attribute.
getKind() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IStateMachine
Getter for the Kind meta class attribute.
getKindOfMessage() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IMessage
Getter for the KindOfMessage meta class attribute.
getLabel() - Method in class com.modeliosoft.modelio.api.diagram.tools.DefaultAttachedBoxCommand
Get the label of the command.
getLabel() - Method in class com.modeliosoft.modelio.api.diagram.tools.DefaultBoxCommand
Get the label of the command.
getLabel() - Method in class com.modeliosoft.modelio.api.diagram.tools.DefaultLinkCommand
Get the name of the command.
getLabel() - Method in class com.modeliosoft.modelio.api.diagram.tools.DefaultMultiLinkCommand
 
getLabel() - Method in interface com.modeliosoft.modelio.api.diagram.tools.IDiagramCommand
Get the name of the command.
getLabel() - Method in class com.modeliosoft.modelio.api.mdac.AbstractJavaMdac
Get the module label that is displayed in dialog boxes and other GUIU parts.
getLabel() - Method in class com.modeliosoft.modelio.api.mdac.commands.DefaultMdacAction
 
getLabel() - Method in interface com.modeliosoft.modelio.api.mdac.commands.IMdacAction
 
getLabel() - Method in interface com.modeliosoft.modelio.api.mdac.commands.IWorkbenchAction
Deprecated.
 
getLabel() - Method in interface com.modeliosoft.modelio.api.mdac.IMdac
Get the module label that is displayed in dialog boxes and other GUIU parts.
getLabel() - Method in interface com.modeliosoft.modelio.api.mdac.IParameterGroupModel
 
getLabel() - Method in interface com.modeliosoft.modelio.api.mdac.IParameterModel
 
getLabel(String) - Method in class com.modeliosoft.modelio.api.mdac.paramEdition.EnumParameterModel
 
getLabel() - Method in class com.modeliosoft.modelio.api.mdac.paramEdition.ParameterGroupModel
 
getLabel() - Method in class com.modeliosoft.modelio.api.mdac.paramEdition.ParameterModel
 
getLabel() - Method in class com.modeliosoft.modelio.api.mdac.propertiesPage.AbstractMdacPropertyPage
 
getLabel() - Method in interface com.modeliosoft.modelio.api.mdac.propertiesPage.IMdacPropertyPage
Get the label of this property page.
getLabel() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IExternDocumentType
Getter for the Label meta class attribute.
getLabel() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.INoteType
Getter for the Label meta class attribute.
getLabel() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Getter for the Label meta class attribute.
getLabel() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITagType
Getter for the Label meta class attribute.
getLabels() - Method in class com.modeliosoft.modelio.api.mdac.paramEdition.EnumParameterModel
 
getLane() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnFlowElement
Get the list of ObBpmnLane to the Lane association.
getLane(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnFlowElement
Get the list of ObBpmnLane to the Lane association.
getLane() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnLaneSet
Get the list of ObBpmnLane to the Lane association.
getLane(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnLaneSet
Get the list of ObBpmnLane to the Lane association.
getLaneSet() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnLane
Get the LaneSet association.
getLaneSet() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Get the list of ObBpmnLaneSet to the LaneSet association.
getLaneSet(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Get the list of ObBpmnLaneSet to the LaneSet association.
getLaneSet() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSubProcess
Get the list of ObBpmnLaneSet to the LaneSet association.
getLaneSet(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSubProcess
Get the list of ObBpmnLaneSet to the LaneSet association.
getLanguage() - Method in interface com.modeliosoft.modelio.api.app.IModelioContext
Get the language defined for resources.
getLanguage() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataAssociation
Getter for the Language meta class attribute.
getLanguage() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IConstraint
Getter for the Language meta class attribute.
getLastElement() - Method in class com.modeliosoft.modelio.api.model.UMLPath
Returns the last element of the hierarchy.
getLid() - Method in class com.modeliosoft.modelio.api.mdac.AbstractJavaMdac
Returns the low internal identifier of the module
getLid() - Method in interface com.modeliosoft.modelio.api.mdac.IMdac
Returns the low internal identifier of the module
getLid() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IElement
 
getLineColor() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramLink
Get the current line color.
getLineColor() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramNode
Get the current line color.
getLineNumber() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionFragment
 
getLinePattern() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramLink
Get the current line pattern.
getLineRadius() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramLink
Get the current line radius.
getLineWidth() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramLink
Get the current line width.
getLineWidth() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramNode
Get the current line width.
getLinked() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ILinkEnd
Get the Linked association.
getLinkNode() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ILinkEnd
Get the LinkNode association.
getLinks() - Method in interface com.modeliosoft.modelio.api.diagram.dg.IDiagramDG
Return the list of children links of this diagram.
getLinkToAssociation() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClass
Get the list of ObClassAssociation to the LinkToAssociation association.
getLinkToAssociation(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClass
Get the list of ObClassAssociation to the LinkToAssociation association.
getLinkToClass() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociation
Get the LinkToClass association.
getLitteral() - Method in interface com.modeliosoft.modelio.api.model.analyst.IEnumeratedPropertyType
Get the list of ObPropertyEnumerationLitteral to the Litteral association.
getLitteral(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.analyst.IEnumeratedPropertyType
Get the list of ObPropertyEnumerationLitteral to the Litteral association.
getLocalActual() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ILocalTaggedValue
Get the list of ObTagParameter to the LocalActual association.
getLocalActual(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ILocalTaggedValue
Get the list of ObTagParameter to the LocalActual association.
getLocalAnnoted() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ILocalTaggedValue
Get the LocalAnnoted association.
getLocalAnnoted() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITagParameter
Get the LocalAnnoted association.
getLocalDefinition() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ILocalTaggedValue
Get the LocalDefinition association.
getLocalDescriptor() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Get the list of ObLocalNote to the LocalDescriptor association.
getLocalDescriptor(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Get the list of ObLocalNote to the LocalDescriptor association.
getLocalElement() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.INoteType
Get the list of ObLocalNote to the LocalElement association.
getLocalElement(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.INoteType
Get the list of ObLocalNote to the LocalElement association.
getLocalModel() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ILocalNote
Get the LocalModel association.
getLocalPropertyNames() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramGraphic
Get the list of all properties which values have been changed from their default "style" value.
getLocalQualified() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITagParameter
Get the LocalQualified association.
getLocalQualifier() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ILocalTaggedValue
Get the LocalQualifier association.
getLocalSubject() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ILocalNote
Get the LocalSubject association.
getLocalTag() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Get the list of ObLocalTaggedValue to the LocalTag association.
getLocalTag(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Get the list of ObLocalTaggedValue to the LocalTag association.
getLocalTagOccurence() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITagType
Get the list of ObLocalTaggedValue to the LocalTagOccurence association.
getLocalTagOccurence(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITagType
Get the list of ObLocalTaggedValue to the LocalTagOccurence association.
getLogService() - Method in class com.modeliosoft.modelio.api.modelio.Modelio
Get the log service for modules.
getLONG() - Method in interface com.modeliosoft.modelio.api.model.IUMLTypes
 
getLoopCardinality() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMultiInstanceLoopCharacteristics
Getter for the LoopCardinality meta class attribute.
getLoopCharacteristics() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Get the LoopCharacteristics association.
getLoopCondition() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnStandardLoopCharacteristics
Getter for the LoopCondition meta class attribute.
getLoopDataInput() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMultiInstanceLoopCharacteristics
Get the LoopDataInput association.
getLoopDataOutputRef() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMultiInstanceLoopCharacteristics
Get the LoopDataOutputRef association.
getLoopMaximum() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnStandardLoopCharacteristics
Getter for the LoopMaximum meta class attribute.
getLoopRef() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnEventDefinition
Get the list of ObBpmnMultiInstanceLoopCharacteristics to the LoopRef association.
getLoopRef(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnEventDefinition
Get the list of ObBpmnMultiInstanceLoopCharacteristics to the LoopRef association.
getMajorVersion() - Method in class com.modeliosoft.modelio.api.modelio.Version
Get the major number of this version.
getManifesting() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Get the list of ObManifestation to the Manifesting association.
getManifesting(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Get the list of ObManifestation to the Manifesting association.
getMapped() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehaviorParameter
Get the Mapped association.
getMapping() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IAbstraction
Getter for the Mapping meta class attribute.
getMatched() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IPin
Get the Matched association.
getMatching() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Get the list of ObPin to the Matching association.
getMatching(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Get the list of ObPin to the Matching association.
getMdac() - Method in class com.modeliosoft.modelio.api.mdac.AbstractModelComponentContributor
 
getMdac() - Method in class com.modeliosoft.modelio.api.mdac.commands.DefaultMdacAction
 
getMdac() - Method in interface com.modeliosoft.modelio.api.mdac.commands.IMdacAction
 
getMdac() - Method in class com.modeliosoft.modelio.api.mdac.propertiesPage.AbstractMdacPropertyPage
 
getMdac() - Method in interface com.modeliosoft.modelio.api.mdac.propertiesPage.IMdacPropertyPage
Get the module of this property page.
getMdacActions(ActionLocation) - Method in class com.modeliosoft.modelio.api.mdac.AbstractJavaMdac
Deprecated.
getMdacActions(ActionLocation) - Method in interface com.modeliosoft.modelio.api.mdac.IMdac
Returns the collection of IMdacAction associated with passed location.
getMdacImage() - Method in class com.modeliosoft.modelio.api.mdac.AbstractJavaMdac
Get the path to the image representing the mdac.
getMdacImageDescriptor() - Method in class com.modeliosoft.modelio.api.mdac.AbstractJavaMdac
Returns an ImageDescriptor for this module.
getMdacImageDescriptor() - Method in interface com.modeliosoft.modelio.api.mdac.IMdac
Returns an ImageDescriptor for this module.
getMerge() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPackage
Get the list of ObPackageMerge to the Merge association.
getMerge(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPackage
Get the list of ObPackageMerge to the Merge association.
getMergedPackage() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPackageMerge
Get the MergedPackage association.
getMessage(String, String...) - Static method in class com.modeliosoft.modelio.api.Messages
Retrieves a message from the resource file and inserts the parameters in it.
getMessageFlow() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnCollaboration
Get the list of ObBpmnMessageFlow to the MessageFlow association.
getMessageFlow(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnCollaboration
Get the list of ObBpmnMessageFlow to the MessageFlow association.
getMessageFlow() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessage
Get the list of ObBpmnMessageFlow to the MessageFlow association.
getMessageFlow(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessage
Get the list of ObBpmnMessageFlow to the MessageFlow association.
getMessageRef() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessageEventDefinition
Get the MessageRef association.
getMessageRef() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessageFlow
Get the MessageRef association.
getMessageRef() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnReceiveTask
Get the MessageRef association.
getMessageRef() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSendTask
Get the MessageRef association.
getMetaclass(String) - Method in interface com.modeliosoft.modelio.api.meta.IMetamodelService
Get the IXxxx class corresponding to the given metaclass name.
getMetaclassId() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IElement
 
getMetaclassImage(Class<? extends IElement>) - Method in interface com.modeliosoft.modelio.api.model.IImageService
Get the small icon (16x16 pixels) representing the given metaclass.
getMetaclassName(Class<? extends IElement>) - Method in interface com.modeliosoft.modelio.api.meta.IMetamodelService
Returns the textual name of a metaclass.
getMetaclassName() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IElement
 
getMetamodelExtensions() - Method in interface com.modeliosoft.modelio.api.model.IModelingSession
Returns the metamodel extension of the project.
getMetamodelService() - Method in class com.modeliosoft.modelio.api.modelio.Modelio
Get the metamodel management service.
getMetamodelVersion() - Method in class com.modeliosoft.modelio.api.modelio.Version
Get the metamodel number of this version.
getMethod() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnTransaction
Getter for the Method meta class attribute.
getMimeType() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IExternDocument
 
getMinorVersion() - Method in class com.modeliosoft.modelio.api.modelio.Version
Get the minor number of this version.
getMode() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IExpansionRegion
Getter for the Mode meta class attribute.
getModel() - Method in class com.modeliosoft.modelio.api.mdac.AbstractJavaMdac
Returns the IModule model associated with this module.
getModel() - Method in interface com.modeliosoft.modelio.api.mdac.IMdac
Returns the IModule model associated with this module.
getModel() - Method in interface com.modeliosoft.modelio.api.model.extension.IProject
Get the Model association.
getModel() - Method in interface com.modeliosoft.modelio.api.model.IModelingSession
Returns the UML Model of the project.
getModel() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IEvent
Get the Model association.
getModel() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.INote
Get the Model association.
getModel() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ILinkEnd
Get the Model association.
getModelComponentContributor() - Method in class com.modeliosoft.modelio.api.mdac.AbstractJavaMdac
Get the configuration associated to this module.
getModelComponentContributor() - Method in interface com.modeliosoft.modelio.api.mdac.IMdac
Get the configuration associated to this module.
getModelComponents() - Method in interface com.modeliosoft.modelio.api.mc.IModelComponentService
Get the list of all model components already deployed in the model.
getModelComponentService() - Method in class com.modeliosoft.modelio.api.modelio.Modelio
Get the model component management service.
getModelingSession() - Method in class com.modeliosoft.modelio.api.mdac.AbstractJavaMdac
Returns the modeling session this module is loaded into.
getModelingSession() - Method in interface com.modeliosoft.modelio.api.mdac.IMdac
Returns the modeling session this module is loaded into.
getModelingSession() - Method in class com.modeliosoft.modelio.api.modelio.Modelio
Get the project session.
getModelioRequiredVersion() - Method in interface com.modeliosoft.modelio.api.model.extension.IModule
 
getModelManipulationService() - Method in class com.modeliosoft.modelio.api.modelio.Modelio
Get the model manipulation service.
getmodifDate() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IElement
Getter for the modifDate meta class attribute.
getModule(IStereotype) - Method in interface com.modeliosoft.modelio.api.model.IMetamodelExtensions
Return the name of the module that owns a stereotype.
getModule(INoteType) - Method in interface com.modeliosoft.modelio.api.model.IMetamodelExtensions
Return the name of the module that owns a note type.
getModule(ITagType) - Method in interface com.modeliosoft.modelio.api.model.IMetamodelExtensions
Return name of the module that owns a tageed value type.
getModuleParameter() - Method in interface com.modeliosoft.modelio.api.model.extension.IModule
Get the list of ObConfigParam to the ModuleParameter association.
getModuleParameter(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.extension.IModule
Get the list of ObConfigParam to the ModuleParameter association.
getModuleResourcesPath() - Method in interface com.modeliosoft.modelio.api.module.IMdacConfiguration
Get the path where the files packaged with the module were deployed.
getModuleService() - Method in class com.modeliosoft.modelio.api.modelio.Modelio
Get the module management service.
getMovedElement() - Method in interface com.modeliosoft.modelio.api.model.change.IElementMovedEvent
Used to get the moved element.
getMoveEvents() - Method in interface com.modeliosoft.modelio.api.model.change.IModelChangeEvent
Used to get the list of moved elements.
getMultiplicityMax() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnParticipant
Getter for the MultiplicityMax meta class attribute.
getMultiplicityMax() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
Getter for the MultiplicityMax meta class attribute.
getMultiplicityMax() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttribute
Getter for the MultiplicityMax meta class attribute.
getMultiplicityMax() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Getter for the MultiplicityMax meta class attribute.
getMultiplicityMax() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ILinkEnd
Getter for the MultiplicityMax meta class attribute.
getMultiplicityMax() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Getter for the MultiplicityMax meta class attribute.
getMultiplicityMin() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnParticipant
Getter for the MultiplicityMin meta class attribute.
getMultiplicityMin() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
Getter for the MultiplicityMin meta class attribute.
getMultiplicityMin() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttribute
Getter for the MultiplicityMin meta class attribute.
getMultiplicityMin() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Getter for the MultiplicityMin meta class attribute.
getMultiplicityMin() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ILinkEnd
Getter for the MultiplicityMin meta class attribute.
getMultiplicityMin() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Getter for the MultiplicityMin meta class attribute.
getName() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramGraphic
Return the name of this graphic.
getName() - Method in interface com.modeliosoft.modelio.api.diagram.style.IStyleHandle
 
getName() - Method in interface com.modeliosoft.modelio.api.mc.IModelComponentDescriptor
Get the name of the model component.
getName() - Method in class com.modeliosoft.modelio.api.mdac.AbstractJavaMdac
Used to return the module name.
getName() - Method in class com.modeliosoft.modelio.api.mdac.commands.DefaultMdacAction
 
getName() - Method in interface com.modeliosoft.modelio.api.mdac.commands.IMdacAction
 
getName() - Method in interface com.modeliosoft.modelio.api.mdac.commands.IWorkbenchAction
Deprecated.
 
getName() - Method in interface com.modeliosoft.modelio.api.mdac.IMdac
Used to return the module name.
getName() - Method in interface com.modeliosoft.modelio.api.mdac.IMdacDescriptor
 
getName() - Method in interface com.modeliosoft.modelio.api.mdac.IParameterGroupModel
 
getName() - Method in interface com.modeliosoft.modelio.api.mdac.IParameterModel
 
getName() - Method in class com.modeliosoft.modelio.api.mdac.paramEdition.ParameterGroupModel
 
getName() - Method in class com.modeliosoft.modelio.api.mdac.paramEdition.ParameterModel
 
getName() - Method in class com.modeliosoft.modelio.api.mdac.propertiesPage.AbstractMdacPropertyPage
 
getName() - Method in interface com.modeliosoft.modelio.api.mdac.propertiesPage.IMdacPropertyPage
Get the name of the property page.
getName() - Method in interface com.modeliosoft.modelio.api.model.IModelingSession
Get the name of this session.
getName() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IElement
 
getName() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ILocalNote
Getter for the Name meta class attribute.
getName() - Method in interface com.modeliosoft.modelio.api.module.IPeerMdac
Used to return the mdac name.
getName() - Method in class com.modeliosoft.modelio.api.ui.diagramcreation.DiagramWizardModel
 
getNavigationService() - Method in class com.modeliosoft.modelio.api.modelio.Modelio
Get the navigation service.
getNewParent() - Method in interface com.modeliosoft.modelio.api.model.change.IElementMovedEvent
Used to get the new moved element parent.
getNext(IInteractionFragment) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteraction
 
getNext(IInteractionFragment) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionOperand
 
getNodes() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramNode
Return the list of children nodes of this node.
getNote(String) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
 
getNoteContent(IModelElement, String) - Static method in class com.modeliosoft.modelio.api.model.ObUtils
Deprecated.
getNoteContent(String) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
 
getNoteType(Class<?>, String) - Method in interface com.modeliosoft.modelio.api.model.extension.IProject
 
getNoteType(Class<? extends IElement>, String) - Method in interface com.modeliosoft.modelio.api.model.IMetamodelExtensions
Used to access a specific note type.
getNoteTypes() - Method in class com.modeliosoft.modelio.api.mc.DefaultModelComponentContent
Return the set of note types that must be added to a model component.
getNoteTypes() - Method in interface com.modeliosoft.modelio.api.mc.IModelComponentContent
Return the set of note types that must be added to a model component.
getNoteTypes(Class<?>) - Method in interface com.modeliosoft.modelio.api.model.extension.IProject
 
getNoteTypes(Class<? extends IElement>) - Method in interface com.modeliosoft.modelio.api.model.IMetamodelExtensions
Returns all the note types brought by deployed modules.
getNRepresented() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ICollaborationUse
Get the NRepresented association.
getOBase() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Get the OBase association.
getObject() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Get the list of ObAttribute to the Object association.
getObject(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Get the list of ObAttribute to the Object association.
getOccurence() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
Get the list of ObLinkEnd to the Occurence association.
getOccurence(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
Get the list of ObLinkEnd to the Occurence association.
getOccurence() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttribute
Get the list of ObAttributeLink to the Occurence association.
getOccurence(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttribute
Get the list of ObAttributeLink to the Occurence association.
getOccurence() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Get the list of ObParameter to the Occurence association.
getOccurence(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Get the list of ObParameter to the Occurence association.
getOccurence() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObEvent to the Occurence association.
getOccurence(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObEvent to the Occurence association.
getOccurenceConfigParam() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Get the list of ObConfigParam to the OccurenceConfigParam association.
getOccurenceConfigParam(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Get the list of ObConfigParam to the OccurenceConfigParam association.
getOccurenceObjectNode() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Get the list of ObObjectNode to the OccurenceObjectNode association.
getOccurenceObjectNode(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Get the list of ObObjectNode to the OccurenceObjectNode association.
getOccurrence() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ICollaboration
Get the list of ObCollaborationUse to the Occurrence association.
getOccurrence(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ICollaboration
Get the list of ObCollaborationUse to the Occurrence association.
getOldParent() - Method in interface com.modeliosoft.modelio.api.model.change.IElementDeletedEvent
Used to get the destroyed element parent.
getOldParent() - Method in interface com.modeliosoft.modelio.api.model.change.IElementMovedEvent
Used to get the old moved element parent.
getOperand() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.ICombinedFragment
Get the list of ObInteractionOperand to the Operand association.
getOperand(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.ICombinedFragment
Get the list of ObInteractionOperand to the Operand association.
getOperation() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnInterface
Get the list of ObBpmnOperation to the Operation association.
getOperation(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnInterface
Get the list of ObBpmnOperation to the Operation association.
getOperationRef() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessageEventDefinition
Get the OperationRef association.
getOperationRef() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnReceiveTask
Get the OperationRef association.
getOperationRef() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSendTask
Get the OperationRef association.
getOperationRef() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnServiceTask
Get the OperationRef association.
getOperator() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.ICombinedFragment
Getter for the Operator meta class attribute.
getOppositeEnds(IAssociationEnd) - Static method in class com.modeliosoft.modelio.api.model.ObUtils
Deprecated.
getOppositeEnds() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
 
getOppositeEnds() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ILinkEnd
 
getOrdering() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnAdHocSubProcess
Getter for the Ordering meta class attribute.
getOrdering() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IObjectNode
Getter for the Ordering meta class attribute.
getORepresented() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ICollaboration
Get the ORepresented association.
getORepresented() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ICollaborationUse
Get the ORepresented association.
getOrigin() - Method in interface com.modeliosoft.modelio.api.model.diagrams.IAbstractDiagram
Get the Origin association.
getOrigin() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IEvent
Get the list of ObState to the Origin association.
getOrigin(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IEvent
Get the list of ObState to the Origin association.
getOrigin() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IDataFlow
Get the Origin association.
getOrigin() - Method in interface com.modeliosoft.modelio.api.model.uml.usecase.IUseCaseDependency
Get the Origin association.
getOutgoing() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnFlowNode
Get the list of ObBpmnSequenceFlow to the Outgoing association.
getOutgoing(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnFlowNode
Get the list of ObBpmnSequenceFlow to the Outgoing association.
getOutgoing() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityNode
Get the list of ObActivityEdge to the Outgoing association.
getOutgoing(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityNode
Get the list of ObActivityEdge to the Outgoing association.
getOutgoing() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityPartition
Get the list of ObMessageFlow to the Outgoing association.
getOutgoing(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityPartition
Get the list of ObMessageFlow to the Outgoing association.
getOutGoing() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IStateVertex
Get the list of ObTransition to the OutGoing association.
getOutGoing(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IStateVertex
Get the list of ObTransition to the OutGoing association.
getOutgoingAssoc() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnBaseElement
Get the list of ObBpmnAssociation to the OutgoingAssoc association.
getOutgoingAssoc(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnBaseElement
Get the list of ObBpmnAssociation to the OutgoingAssoc association.
getOutgoingFlow() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnBaseElement
Get the list of ObBpmnMessageFlow to the OutgoingFlow association.
getOutgoingFlow(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnBaseElement
Get the list of ObBpmnMessageFlow to the OutgoingFlow association.
getOutMessageRef() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnOperation
Get the OutMessageRef association.
getOutput() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityAction
Get the list of ObOutputPin to the Output association.
getOutput(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityAction
Get the list of ObOutputPin to the Output association.
getOutputElement() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IExpansionRegion
Get the list of ObExpansionNode to the OutputElement association.
getOutputElement(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IExpansionRegion
Get the list of ObExpansionNode to the OutputElement association.
getOutputing() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IOutputPin
Get the Outputing association.
getOutputMessage() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessage
Get the list of ObBpmnOperation to the OutputMessage association.
getOutputMessage(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessage
Get the list of ObBpmnOperation to the OutputMessage association.
getOutputSpecification() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Get the list of ObBpmnDataOutput to the OutputSpecification association.
getOutputSpecification(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Get the list of ObBpmnDataOutput to the OutputSpecification association.
getOwned() - Method in interface com.modeliosoft.modelio.api.model.analyst.IDictionary
Get the list of ObDictionaryElement to the Owned association.
getOwned(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.analyst.IDictionary
Get the list of ObDictionaryElement to the Owned association.
getOwned() - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertySet
Get the list of ObProperty to the Owned association.
getOwned(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertySet
Get the list of ObProperty to the Owned association.
getOwned() - Method in interface com.modeliosoft.modelio.api.model.analyst.IRequirementContainer
Get the list of ObRequirementElement to the Owned association.
getOwned(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.analyst.IRequirementContainer
Get the list of ObRequirementElement to the Owned association.
getOwned() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationInteraction
Get the list of ObCommunicationNode to the Owned association.
getOwned(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationInteraction
Get the list of ObCommunicationNode to the Owned association.
getOwnedBehavior() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Get the list of ObBehavior to the OwnedBehavior association.
getOwnedBehavior(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Get the list of ObBehavior to the OwnedBehavior association.
getOwnedBehavior() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObBehavior to the OwnedBehavior association.
getOwnedBehavior(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObBehavior to the OwnedBehavior association.
getOwnedClause() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IConditionalNode
Get the list of ObClause to the OwnedClause association.
getOwnedClause(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IConditionalNode
Get the list of ObClause to the OwnedClause association.
getOwnedCollaboration() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehavior
Get the list of ObCollaboration to the OwnedCollaboration association.
getOwnedCollaboration(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehavior
Get the list of ObCollaboration to the OwnedCollaboration association.
getOwnedCollaborationUse() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Get the list of ObCollaborationUse to the OwnedCollaborationUse association.
getOwnedCollaborationUse(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Get the list of ObCollaborationUse to the OwnedCollaborationUse association.
getOwnedCollaborationUse() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObCollaborationUse to the OwnedCollaborationUse association.
getOwnedCollaborationUse(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObCollaborationUse to the OwnedCollaborationUse association.
getOwnedDataFlow() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Get the list of ObDataFlow to the OwnedDataFlow association.
getOwnedDataFlow(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Get the list of ObDataFlow to the OwnedDataFlow association.
getOwnedElement() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IModelTree
Get the list of ObModelTree to the OwnedElement association.
getOwnedElement(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IModelTree
Get the list of ObModelTree to the OwnedElement association.
getOwnedExtension() - Method in interface com.modeliosoft.modelio.api.model.uml.usecase.IUseCase
Get the list of ObExtensionPoint to the OwnedExtension association.
getOwnedExtension(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.usecase.IUseCase
Get the list of ObExtensionPoint to the OwnedExtension association.
getOwnedGroup() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivity
Get the list of ObActivityGroup to the OwnedGroup association.
getOwnedGroup(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivity
Get the list of ObActivityGroup to the OwnedGroup association.
getOwnedImport() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Get the list of ObElementImport to the OwnedImport association.
getOwnedImport(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Get the list of ObElementImport to the OwnedImport association.
getOwnedImport() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObElementImport to the OwnedImport association.
getOwnedImport(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObElementImport to the OwnedImport association.
getOwnedInformationFlow() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Get the list of ObInformationFlow to the OwnedInformationFlow association.
getOwnedInformationFlow(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Get the list of ObInformationFlow to the OwnedInformationFlow association.
getOwnedLine() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteraction
Get the list of ObLifeline to the OwnedLine association.
getOwnedLine(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteraction
Get the list of ObLifeline to the OwnedLine association.
getOwnedNode() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivity
Get the list of ObActivityNode to the OwnedNode association.
getOwnedNode(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivity
Get the list of ObActivityNode to the OwnedNode association.
getOwnedPackageImport() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Get the list of ObPackageImport to the OwnedPackageImport association.
getOwnedPackageImport(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Get the list of ObPackageImport to the OwnedPackageImport association.
getOwnedPackageImport() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObPackageImport to the OwnedPackageImport association.
getOwnedPackageImport(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObPackageImport to the OwnedPackageImport association.
getOwnedParameterElement() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ITemplateParameter
Get the OwnedParameterElement association.
getOwnedProfile() - Method in interface com.modeliosoft.modelio.api.model.extension.IModule
Get the list of ObProfile to the OwnedProfile association.
getOwnedProfile(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.extension.IModule
Get the list of ObProfile to the OwnedProfile association.
getOwnedReference() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IProfile
Get the list of ObMetaclassReference to the OwnedReference association.
getOwnedReference(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IProfile
Get the list of ObMetaclassReference to the OwnedReference association.
getOwnedRegion() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Get the list of ObRegion to the OwnedRegion association.
getOwnedRegion(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Get the list of ObRegion to the OwnedRegion association.
getOwnedSet() - Method in interface com.modeliosoft.modelio.api.model.diagrams.IDiagramContainer
Get the list of ObDiagramSet to the OwnedSet association.
getOwnedSet(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.diagrams.IDiagramContainer
Get the list of ObDiagramSet to the OwnedSet association.
getOwner() - Method in class com.modeliosoft.modelio.api.exchange.XmiImportConfiguration
 
getOwner() - Method in interface com.modeliosoft.modelio.api.model.analyst.IDictionaryElement
Get the Owner association.
getOwner() - Method in interface com.modeliosoft.modelio.api.model.analyst.IProperty
Get the Owner association.
getOwner() - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertyEnumerationLitteral
Get the Owner association.
getOwner() - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertySet
Get the Owner association.
getOwner() - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertyType
Get the Owner association.
getOwner() - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertyValue
Get the Owner association.
getOwner() - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertyValueSet
Get the Owner association.
getOwner() - Method in interface com.modeliosoft.modelio.api.model.analyst.IRequirementElement
Get the Owner association.
getOwner() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnComplexBehaviorDefinition
Get the Owner association.
getOwner() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnImplicitThrowEvent
Get the Owner association.
getOwner() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnRootElement
Get the Owner association.
getOwner() - Method in interface com.modeliosoft.modelio.api.model.diagrams.IAbstractDiagram
Get the Owner association.
getOwner() - Method in interface com.modeliosoft.modelio.api.model.diagrams.IDiagramContainer
Get the Owner association.
getOwner() - Method in interface com.modeliosoft.modelio.api.model.extension.IConfigParam
Get the Owner association.
getOwner() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityNode
Get the Owner association.
getOwner() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IClause
Get the Owner association.
getOwner() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehavior
Get the Owner association.
getOwner() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehaviorParameter
Get the Owner association.
getOwner() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationNode
Get the Owner association.
getOwner() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.ILifeline
Get the Owner association.
getOwner() - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Get the Owner association.
getOwner() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Get the Owner association.
getOwner() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IBinding
Get the Owner association.
getOwner() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IDataFlow
Get the Owner association.
getOwner() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IFeature
Get the Owner association.
getOwner() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Get the Owner association.
getOwner() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IManifestation
Get the Owner association.
getOwner() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IModelTree
Get the Owner association.
getOwner() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ITemplateParameterSubstitution
Get the Owner association.
getOwner() - Method in interface com.modeliosoft.modelio.api.model.uml.usecase.IExtensionPoint
Get the Owner association.
getOwnerActivity() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataInput
Get the OwnerActivity association.
getOwnerActivity() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataOutput
Get the OwnerActivity association.
getOwnerActivity() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnLoopCharacteristics
Get the OwnerActivity association.
getOwnerClause() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityNode
Get the OwnerClause association.
getOwnerFragment() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IGate
Get the OwnerFragment association.
getOwnerFragment() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionOperand
Get the OwnerFragment association.
getOwnerInteraction() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IGate
Get the OwnerInteraction association.
getOwnerLoopCharacteristics() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataInput
Get the OwnerLoopCharacteristics association.
getOwnerLoopCharacteristics() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataOutput
Get the OwnerLoopCharacteristics association.
getOwnerModule() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IProfile
Get the OwnerModule association.
getOwnerNode() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityNode
Get the OwnerNode association.
getOwnerOperation() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehavior
Get the OwnerOperation association.
getOwnerPartition() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityNode
Get the OwnerPartition association.
getOwnerProfile() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IMetaclassReference
Get the OwnerProfile association.
getOwnerReference() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IExternDocumentType
Get the OwnerReference association.
getOwnerReference() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.INoteType
Get the OwnerReference association.
getOwnerReference() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITagType
Get the OwnerReference association.
getOwnerState() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IConnectionPointReference
Get the OwnerState association.
getOwnerStereotype() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IExternDocumentType
Get the OwnerStereotype association.
getOwnerStereotype() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.INoteType
Get the OwnerStereotype association.
getOwnerStereotype() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITagType
Get the OwnerStereotype association.
getOwnerTemplateParameter() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Get the OwnerTemplateParameter association.
getOwnerTerm() - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertyValueSet
Get the OwnerTerm association.
getOwnerThrowEvent() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataInput
Get the OwnerThrowEvent association.
getOwnerUse() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IGate
Get the OwnerUse association.
getPackageImporting() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPackage
Get the list of ObPackageImport to the PackageImporting association.
getPackageImporting(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPackage
Get the list of ObPackageImport to the PackageImporting association.
getPackageRef() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnParticipant
Get the PackageRef association.
getParameter() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResource
Get the list of ObBpmnResourceParameter to the Parameter association.
getParameter(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResource
Get the list of ObBpmnResourceParameter to the Parameter association.
getParameter() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehavior
Get the list of ObBehaviorParameter to the Parameter association.
getParameter(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehavior
Get the list of ObBehaviorParameter to the Parameter association.
getParameterBindingRefs() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResourceParameter
Get the list of ObBpmnResourceParameterBinding to the ParameterBindingRefs association.
getParameterBindingRefs(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResourceParameter
Get the list of ObBpmnResourceParameterBinding to the ParameterBindingRefs association.
getParameterized() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ITemplateParameter
Get the Parameterized association.
getParameterizedOperation() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ITemplateParameter
Get the ParameterizedOperation association.
getParameterPassing() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Getter for the ParameterPassing meta class attribute.
getParameterRef() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResourceParameterBinding
Get the ParameterRef association.
getParameters() - Method in interface com.modeliosoft.modelio.api.mdac.IParameterGroupModel
 
getParameters() - Method in class com.modeliosoft.modelio.api.mdac.paramEdition.ParameterGroupModel
 
getParameters() - Method in interface com.modeliosoft.modelio.api.module.IMdacConfiguration
Get all parameter values.
getParametersEditionModel() - Method in class com.modeliosoft.modelio.api.mdac.AbstractJavaMdac
Get the parameters model as it must be shown in the module parameters edition dialog.
getParametersEditionModel() - Method in interface com.modeliosoft.modelio.api.mdac.IMdac
Get the parameters model as it must be shown in the module parameters edition dialog.
getParameterSubstitution() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ITemplateBinding
Get the list of ObTemplateParameterSubstitution to the ParameterSubstitution association.
getParameterSubstitution(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ITemplateBinding
Get the list of ObTemplateParameterSubstitution to the ParameterSubstitution association.
getParameterSubstitution() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ITemplateParameter
Get the list of ObTemplateParameterSubstitution to the ParameterSubstitution association.
getParameterSubstitution(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ITemplateParameter
Get the list of ObTemplateParameterSubstitution to the ParameterSubstitution association.
getParameterValue(String) - Method in interface com.modeliosoft.modelio.api.module.IMdacConfiguration
Get the value of the parameter identified by the given key.
getParamNumber() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITagType
Getter for the ParamNumber meta class attribute.
getParent() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramNode
 
getParent() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IRegion
Get the Parent association.
getParent() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IStateVertex
Get the Parent association.
getParent() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Get the Parent association.
getParent() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Get the list of ObGeneralization to the Parent association.
getParent(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Get the list of ObGeneralization to the Parent association.
getParentLane() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnLaneSet
Get the ParentLane association.
getParentPath() - Method in class com.modeliosoft.modelio.api.model.UMLPath
Gets the UMLPath corresponding to the composition owner of the last element.
getPart() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Get the list of ObFeature to the Part association.
getPart(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Get the list of ObFeature to the Part association.
getPart() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Get the list of ObBindableInstance to the Part association.
getPart(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Get the list of ObBindableInstance to the Part association.
getParticipant() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Get the Participant association.
getParticipantRef() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnInterface
Get the list of ObBpmnParticipant to the ParticipantRef association.
getParticipantRef(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnInterface
Get the list of ObBpmnParticipant to the ParticipantRef association.
getParticipantRefs() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnEndPoint
Get the list of ObBpmnParticipant to the ParticipantRefs association.
getParticipantRefs(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnEndPoint
Get the list of ObBpmnParticipant to the ParticipantRefs association.
getParticipants() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnCollaboration
Get the list of ObBpmnParticipant to the Participants association.
getParticipants(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnCollaboration
Get the list of ObBpmnParticipant to the Participants association.
getPartitionElement() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnLane
Get the PartitionElement association.
getPassing() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Getter for the Passing meta class attribute.
getPath() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramLink
Return the path of the current link.
getPath() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IExternDocument
 
getPath(String) - Method in class com.modeliosoft.modelio.api.model.UMLPath
Gets the symbol that corresponds to the UMLPath.
getPBase() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Get the PBase association.
getPeerMdac() - Method in interface com.modeliosoft.modelio.api.mdac.IMdac
Returns the peer module, connected to this module.
getPeerMdac(Class<T>) - Method in interface com.modeliosoft.modelio.api.module.IModuleService
Get the public services of a specific Java module.
getPeerMdac(String) - Method in interface com.modeliosoft.modelio.api.module.IModuleService
Get the public services of a specific Java module from its name.
getPickingService() - Method in class com.modeliosoft.modelio.api.modelio.Modelio
Get the element picking service.
getPoints() - Method in interface com.modeliosoft.modelio.api.diagram.ILinkPath
Get all bend points of the connection.
getPostCondition() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.ITransition
Getter for the PostCondition meta class attribute.
getPrevious(IInteractionFragment) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteraction
 
getPrevious(IInteractionFragment) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionOperand
 
getProcess() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnArtifact
Get the Process association.
getProcess() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnLaneSet
Get the Process association.
getProcess() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnParticipant
Get the Process association.
getProcess() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResourceRole
Get the Process association.
getProcessed() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.ITransition
Get the Processed association.
getProcessType() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Getter for the ProcessType meta class attribute.
getproduct() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Get the list of ObAbstractDiagram to the product association.
getproduct(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Get the list of ObAbstractDiagram to the product association.
getProgressMonitor() - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog
Returns the progress monitor for this wizard dialog (if it has one).
getproject() - Method in interface com.modeliosoft.modelio.api.model.extension.IModule
Get the project association.
getprojectContext() - Method in interface com.modeliosoft.modelio.api.model.extension.IProject
Getter for the projectContext meta class attribute.
getprojectDescr() - Method in interface com.modeliosoft.modelio.api.model.extension.IProject
Getter for the projectDescr meta class attribute.
getProjectSpacePath() - Method in interface com.modeliosoft.modelio.api.app.IModelioContext
Get the project space path.
getProjectSpacePath() - Method in interface com.modeliosoft.modelio.api.module.IMdacConfiguration
Get the directory where the project is located.
getProperties() - Method in interface com.modeliosoft.modelio.api.model.analyst.IAnalystProject
Get the Properties association.
getProperties() - Method in interface com.modeliosoft.modelio.api.model.analyst.IRequirement
Get the Properties association.
getProperties() - Method in interface com.modeliosoft.modelio.api.model.analyst.ITerm
Get the Properties association.
getProperty(String) - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramGraphic
Get a style property.
getPropertyPages() - Method in class com.modeliosoft.modelio.api.mdac.AbstractJavaMdac
Return the defined property pages
getPropertyPages() - Method in interface com.modeliosoft.modelio.api.mdac.IMdac
Return the defined property pages
getPropertySets() - Method in interface com.modeliosoft.modelio.api.model.IAnalystModel
Get the list of known property sets.
getPropertyTypes() - Method in interface com.modeliosoft.modelio.api.model.IAnalystModel
Get the list of known property types.
getProtectedNode() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IExceptionHandler
Get the ProtectedNode association.
getProtocol() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnTransaction
Getter for the Protocol meta class attribute.
getProvided() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPort
Get the list of ObProvidedInterface to the Provided association.
getProvided(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPort
Get the list of ObProvidedInterface to the Provided association.
getProvidedElement() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IProvidedInterface
Get the list of ObInterface to the ProvidedElement association.
getProvidedElement(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IProvidedInterface
Get the list of ObInterface to the ProvidedElement association.
getProvider() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ILinkEnd
Get the Provider association.
getProvider() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IRequiredInterface
Get the list of ObLinkEnd to the Provider association.
getProvider(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IRequiredInterface
Get the list of ObLinkEnd to the Provider association.
getProviding() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInterface
Get the list of ObProvidedInterface to the Providing association.
getProviding(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInterface
Get the list of ObProvidedInterface to the Providing association.
getProviding() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IProvidedInterface
Get the Providing association.
getQualified() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITagParameter
Get the Qualified association.
getQualified() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttribute
Get the Qualified association.
getQualifier() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITaggedValue
Get the Qualifier association.
getQualifier() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
Get the list of ObAttribute to the Qualifier association.
getQualifier(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
Get the list of ObAttribute to the Qualifier association.
getRamcChangeEvents() - Method in interface com.modeliosoft.modelio.api.model.change.IStatusChangeEvent
Used to get the list of created elements.
getRealized() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Get the list of ObInterfaceRealization to the Realized association.
getRealized(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Get the list of ObInterfaceRealization to the Realized association.
getRealizedInformationFlow() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityEdge
Get the list of ObInformationFlow to the RealizedInformationFlow association.
getRealizedInformationFlow(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityEdge
Get the list of ObInformationFlow to the RealizedInformationFlow association.
getRealizedInformationFlow() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationMessage
Get the list of ObInformationFlow to the RealizedInformationFlow association.
getRealizedInformationFlow(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationMessage
Get the list of ObInformationFlow to the RealizedInformationFlow association.
getRealizedInformationFlow() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IMessage
Get the list of ObInformationFlow to the RealizedInformationFlow association.
getRealizedInformationFlow(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IMessage
Get the list of ObInformationFlow to the RealizedInformationFlow association.
getRealizedInformationFlow() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociation
Get the list of ObInformationFlow to the RealizedInformationFlow association.
getRealizedInformationFlow(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociation
Get the list of ObInformationFlow to the RealizedInformationFlow association.
getRealizedInformationFlow() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ILink
Get the list of ObInformationFlow to the RealizedInformationFlow association.
getRealizedInformationFlow(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ILink
Get the list of ObInformationFlow to the RealizedInformationFlow association.
getRealizingActivityEdge() - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Get the list of ObActivityEdge to the RealizingActivityEdge association.
getRealizingActivityEdge(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Get the list of ObActivityEdge to the RealizingActivityEdge association.
getRealizingAssociation() - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Get the list of ObAssociation to the RealizingAssociation association.
getRealizingAssociation(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Get the list of ObAssociation to the RealizingAssociation association.
getRealizingCommunicationMessage() - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Get the list of ObCommunicationMessage to the RealizingCommunicationMessage association.
getRealizingCommunicationMessage(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Get the list of ObCommunicationMessage to the RealizingCommunicationMessage association.
getRealizingLink() - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Get the list of ObLink to the RealizingLink association.
getRealizingLink(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Get the list of ObLink to the RealizingLink association.
getRealizingMessage() - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Get the list of ObMessage to the RealizingMessage association.
getRealizingMessage(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Get the list of ObMessage to the RealizingMessage association.
getReceived() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Get the list of ObDataFlow to the Received association.
getReceived(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Get the list of ObDataFlow to the Received association.
getReceivedEvents() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.ITransition
Getter for the ReceivedEvents meta class attribute.
getReceivedInfo() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Get the list of ObInformationFlow to the ReceivedInfo association.
getReceivedInfo(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Get the list of ObInformationFlow to the ReceivedInfo association.
getReceivedMessage() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IMessageEnd
Get the ReceivedMessage association.
getReceiveEvent() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IMessage
Get the ReceiveEvent association.
getReceiver() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessage
Get the list of ObBpmnReceiveTask to the Receiver association.
getReceiver(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessage
Get the list of ObBpmnReceiveTask to the Receiver association.
getReceiver() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnOperation
Get the list of ObBpmnReceiveTask to the Receiver association.
getReceiver(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnOperation
Get the list of ObBpmnReceiveTask to the Receiver association.
getReceiver() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Get the list of ObAcceptSignalAction to the Receiver association.
getReceiver(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Get the list of ObAcceptSignalAction to the Receiver association.
getReceivingMerge() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPackage
Get the list of ObPackageMerge to the ReceivingMerge association.
getReceivingMerge(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPackage
Get the list of ObPackageMerge to the ReceivingMerge association.
getReceivingPackage() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPackageMerge
Get the ReceivingPackage association.
getRedefines() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the Redefines association.
getRedefinition() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObOperation to the Redefinition association.
getRedefinition(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObOperation to the Redefinition association.
getRef() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramGraphic
Return the ObRef of this graphic.
getReferedUse() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteraction
Get the list of ObInteractionUse to the ReferedUse association.
getReferedUse(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteraction
Get the list of ObInteractionUse to the ReferedUse association.
getReferenced() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IMetaclassReference
Get the Referenced association.
getReferencedClassName() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IMetaclassReference
Getter for the ReferencedClassName meta class attribute.
getReferencedDiagram() - Method in interface com.modeliosoft.modelio.api.model.diagrams.IDiagramSet
Get the list of ObAbstractDiagram to the ReferencedDiagram association.
getReferencedDiagram(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.diagrams.IDiagramSet
Get the list of ObAbstractDiagram to the ReferencedDiagram association.
getReferencingSet() - Method in interface com.modeliosoft.modelio.api.model.diagrams.IAbstractDiagram
Get the list of ObDiagramSet to the ReferencingSet association.
getReferencingSet(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.diagrams.IAbstractDiagram
Get the list of ObDiagramSet to the ReferencingSet association.
getRefersTo() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionUse
Get the RefersTo association.
getRegionAsInput() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IExpansionNode
Get the RegionAsInput association.
getRegionAsOutput() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IExpansionNode
Get the RegionAsOutput association.
getRegisteredTool(String) - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramService
Get the palette tool from the given id.
getRelated() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
Get the Related association.
getRepresentation() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IBindableInstance
Get the list of ObBinding to the Representation association.
getRepresentation(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IBindableInstance
Get the list of ObBinding to the Representation association.
getRepresentation() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Get the list of ObInformationItem to the Representation association.
getRepresentation(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Get the list of ObInformationItem to the Representation association.
getRepresentation() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IConnector
Get the list of ObBinding to the Representation association.
getRepresentation(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IConnector
Get the list of ObBinding to the Representation association.
getRepresentation() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IConnectorEnd
Get the list of ObBinding to the Representation association.
getRepresentation(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IConnectorEnd
Get the list of ObBinding to the Representation association.
getRepresentationMode() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramNode
Get the current representation mode.
getRepresented() - Method in interface com.modeliosoft.modelio.api.model.analyst.IDictionary
Get the Represented association.
getRepresented() - Method in interface com.modeliosoft.modelio.api.model.analyst.IRequirementContainer
Get the Represented association.
getRepresented() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityPartition
Get the Represented association.
getRepresented() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IObjectNode
Get the Represented association.
getRepresented() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationNode
Get the Represented association.
getRepresented() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.ILifeline
Get the Represented association.
getRepresented() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IRegion
Get the Represented association.
getRepresented() - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationItem
Get the list of ObClassifier to the Represented association.
getRepresented(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationItem
Get the list of ObClassifier to the Represented association.
getRepresentedAssociationEnd() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemAwareElement
Get the RepresentedAssociationEnd association.
getRepresentedAttribute() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemAwareElement
Get the RepresentedAttribute association.
getRepresentedAttribute() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IObjectNode
Get the RepresentedAttribute association.
getRepresentedCommunicationNode() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Get the list of ObCommunicationNode to the RepresentedCommunicationNode association.
getRepresentedCommunicationNode(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Get the list of ObCommunicationNode to the RepresentedCommunicationNode association.
getRepresentedFeature() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IBindableInstance
Get the RepresentedFeature association.
getRepresentedFeature() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IBinding
Get the RepresentedFeature association.
getRepresentedFeature() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IConnector
Get the RepresentedFeature association.
getRepresentedFeature() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IConnectorEnd
Get the RepresentedFeature association.
getRepresentedForBusinessRule() - Method in interface com.modeliosoft.modelio.api.model.analyst.IRequirementContainer
Get the RepresentedForBusinessRule association.
getRepresentedForGoal() - Method in interface com.modeliosoft.modelio.api.model.analyst.IRequirementContainer
Get the RepresentedForGoal association.
getRepresentedInstance() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemAwareElement
Get the RepresentedInstance association.
getRepresentedLifeLine() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Get the list of ObLifeline to the RepresentedLifeLine association.
getRepresentedLifeLine(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Get the list of ObLifeline to the RepresentedLifeLine association.
getRepresentedParameter() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataInput
Get the RepresentedParameter association.
getRepresentedParameter() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataOutput
Get the RepresentedParameter association.
getRepresentedRealParameter() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IObjectNode
Get the RepresentedRealParameter association.
getRepresentedRole() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IObjectNode
Get the RepresentedRole association.
getRepresenting() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociation
Get the list of ObLink to the Representing association.
getRepresenting(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociation
Get the list of ObLink to the Representing association.
getRepresenting() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Get the list of ObInstance to the Representing association.
getRepresenting(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Get the list of ObInstance to the Representing association.
getRepresentingConnector() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Get the list of ObConnector to the RepresentingConnector association.
getRepresentingConnector(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Get the list of ObConnector to the RepresentingConnector association.
getRepresentingEnd() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Get the list of ObConnectorEnd to the RepresentingEnd association.
getRepresentingEnd(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Get the list of ObConnectorEnd to the RepresentingEnd association.
getRepresentingInstance() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Get the list of ObBindableInstance to the RepresentingInstance association.
getRepresentingInstance(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Get the list of ObBindableInstance to the RepresentingInstance association.
getRepresentingItem() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
Get the list of ObBpmnItemAwareElement to the RepresentingItem association.
getRepresentingItem(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
Get the list of ObBpmnItemAwareElement to the RepresentingItem association.
getRepresentingItem() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttribute
Get the list of ObBpmnItemAwareElement to the RepresentingItem association.
getRepresentingItem(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttribute
Get the list of ObBpmnItemAwareElement to the RepresentingItem association.
getRepresentingItem() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Get the list of ObBpmnItemAwareElement to the RepresentingItem association.
getRepresentingItem(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Get the list of ObBpmnItemAwareElement to the RepresentingItem association.
getRepresentingObjectNode() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehaviorParameter
Get the list of ObObjectNode to the RepresentingObjectNode association.
getRepresentingObjectNode(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehaviorParameter
Get the list of ObObjectNode to the RepresentingObjectNode association.
getRepresentingObjectNode() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
Get the list of ObObjectNode to the RepresentingObjectNode association.
getRepresentingObjectNode(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
Get the list of ObObjectNode to the RepresentingObjectNode association.
getRepresentingObjectNode() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttribute
Get the list of ObObjectNode to the RepresentingObjectNode association.
getRepresentingObjectNode(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttribute
Get the list of ObObjectNode to the RepresentingObjectNode association.
getRepresentingObjectNode() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Get the list of ObObjectNode to the RepresentingObjectNode association.
getRepresentingObjectNode(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Get the list of ObObjectNode to the RepresentingObjectNode association.
getRepresentingPartition() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Get the list of ObActivityPartition to the RepresentingPartition association.
getRepresentingPartition(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Get the list of ObActivityPartition to the RepresentingPartition association.
getRepresents() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Get the list of ObBinding to the Represents association.
getRepresents(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Get the list of ObBinding to the Represents association.
getRequired() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPort
Get the list of ObRequiredInterface to the Required association.
getRequired(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPort
Get the list of ObRequiredInterface to the Required association.
getRequiredElement() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IRequiredInterface
Get the list of ObInterface to the RequiredElement association.
getRequiredElement(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IRequiredInterface
Get the list of ObInterface to the RequiredElement association.
getRequiredModelioVersion() - Method in class com.modeliosoft.modelio.api.mdac.AbstractJavaMdac
Returns the minimum Modelio version that authorize the MDAC to be activated.
getRequiredModelioVersion() - Method in interface com.modeliosoft.modelio.api.mdac.IMdac
Returns the minimum Modelio version that authorize the MDAC to be activated.
getRequiredStateOf() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Get the list of ObObjectNode to the RequiredStateOf association.
getRequiredStateOf(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Get the list of ObObjectNode to the RequiredStateOf association.
getRequiredStateOfBpmnItem() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Get the list of ObBpmnItemAwareElement to the RequiredStateOfBpmnItem association.
getRequiredStateOfBpmnItem(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Get the list of ObBpmnItemAwareElement to the RequiredStateOfBpmnItem association.
getRequiredStateOfBpmnMessage() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Get the list of ObBpmnMessage to the RequiredStateOfBpmnMessage association.
getRequiredStateOfBpmnMessage(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Get the list of ObBpmnMessage to the RequiredStateOfBpmnMessage association.
getRequirementModel() - Method in interface com.modeliosoft.modelio.api.model.IModelingSession
Returns the Requirement Model of the project.
getRequirementRoot() - Method in interface com.modeliosoft.modelio.api.model.analyst.IAnalystProject
Get the RequirementRoot association.
getRequiring() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInterface
Get the list of ObRequiredInterface to the Requiring association.
getRequiring(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInterface
Get the list of ObRequiredInterface to the Requiring association.
getRequiring() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IRequiredInterface
Get the Requiring association.
getResident() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INode
Get the list of ObArtifact to the Resident association.
getResident(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INode
Get the list of ObArtifact to the Resident association.
getResource() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnFlowNode
Get the list of ObBpmnResourceRole to the Resource association.
getResource(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnFlowNode
Get the list of ObBpmnResourceRole to the Resource association.
getResource() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Get the list of ObBpmnResourceRole to the Resource association.
getResource(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Get the list of ObBpmnResourceRole to the Resource association.
getResource() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResourceParameter
Get the Resource association.
getResourceParameterBinding() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResourceRole
Get the list of ObBpmnResourceParameterBinding to the ResourceParameterBinding association.
getResourceParameterBinding(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResourceRole
Get the list of ObBpmnResourceParameterBinding to the ResourceParameterBinding association.
getResourceRef() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResourceRole
Get the ResourceRef association.
getResourceRole() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResourceParameterBinding
Get the ResourceRole association.
getResourceroleRefs() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResource
Get the list of ObBpmnResourceRole to the ResourceroleRefs association.
getResourceroleRefs(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResource
Get the list of ObBpmnResourceRole to the ResourceroleRefs association.
getResultModel() - Method in class com.modeliosoft.modelio.api.ui.diagramcreation.DiagramWizardDialog
 
getReturn() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the Return association.
getReturned() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Get the Returned association.
getRole() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IBinding
Get the Role association.
getRoleBinding() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ICollaborationUse
Get the list of ObBinding to the RoleBinding association.
getRoleBinding(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ICollaborationUse
Get the list of ObBinding to the RoleBinding association.
getRoot() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Get the root package of the current model.
getRootBusinessRuleContainer() - Method in interface com.modeliosoft.modelio.api.model.IAnalystModel
Get the main business rules container that owns the business rules elements.
getRootDictionary() - Method in interface com.modeliosoft.modelio.api.model.IAnalystModel
Get the main dictionary that owns the sub dictionaries and terms.
getRootElement() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnBehavior
Get the list of ObBpmnRootElement to the RootElement association.
getRootElement(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnBehavior
Get the list of ObBpmnRootElement to the RootElement association.
getRootGoalContainer() - Method in interface com.modeliosoft.modelio.api.model.IAnalystModel
Get the main goal container that owns the goal elements.
getRootRequirement() - Method in interface com.modeliosoft.modelio.api.model.extension.IProject
Get the RootRequirement association.
getRootRequirementContainer() - Method in interface com.modeliosoft.modelio.api.model.IAnalystModel
Get the main requirement container that owns the requirement elements.
getRouterKind() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramLink
Get the router referenced by the link.
getRowsNumber() - Method in interface com.modeliosoft.modelio.api.mdac.IMdacPropertyModel
 
getSComposed() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IInternalTransition
Get the SComposed association.
getScript() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnScriptTask
Getter for the Script meta class attribute.
getScriptEngineManager(ClassLoader) - Method in interface com.modeliosoft.modelio.api.mdac.script.IScriptService
 
getScriptLanguage() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnScriptTask
Getter for the ScriptLanguage meta class attribute.
getScriptService() - Method in class com.modeliosoft.modelio.api.modelio.Modelio
Get the service to get the image of an element in the explorer.
getSelectedContributor() - Method in class com.modeliosoft.modelio.api.ui.diagramcreation.DiagramWizardModel
 
getSelectedPage() - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog
 
getSelectionBehavior() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IObjectFlow
Getter for the SelectionBehavior meta class attribute.
getSelectionBehavior() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IObjectNode
Getter for the SelectionBehavior meta class attribute.
getSelector() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationNode
Getter for the Selector meta class attribute.
getSelector() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.ILifeline
Getter for the Selector meta class attribute.
getSender() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessage
Get the list of ObBpmnSendTask to the Sender association.
getSender(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessage
Get the list of ObBpmnSendTask to the Sender association.
getSender() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnOperation
Get the list of ObBpmnSendTask to the Sender association.
getSender(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnOperation
Get the list of ObBpmnSendTask to the Sender association.
getSender() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Get the list of ObSendSignalAction to the Sender association.
getSender(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Get the list of ObSendSignalAction to the Sender association.
getSendEvent() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IMessage
Get the SendEvent association.
getSends() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Get the list of ObTransition to the Sends association.
getSends(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Get the list of ObTransition to the Sends association.
getSent() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.ISendSignalAction
Get the Sent association.
getSent() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ILink
Get the list of ObCommunicationChannel to the Sent association.
getSent(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ILink
Get the list of ObCommunicationChannel to the Sent association.
getSent() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Get the list of ObDataFlow to the Sent association.
getSent(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Get the list of ObDataFlow to the Sent association.
getSentEvents() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.ITransition
Getter for the SentEvents meta class attribute.
getSentInfo() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Get the list of ObInformationFlow to the SentInfo association.
getSentInfo(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Get the list of ObInformationFlow to the SentInfo association.
getSentMessage() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationChannel
Get the list of ObCommunicationMessage to the SentMessage association.
getSentMessage(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationChannel
Get the list of ObCommunicationMessage to the SentMessage association.
getSentMessage() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IMessageEnd
Get the SentMessage association.
getSequence() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationMessage
Getter for the Sequence meta class attribute.
getSession() - Method in interface com.modeliosoft.modelio.api.mdac.IMdac
Returns the session that is connected to the module.
getSessionId() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IElement
 
getSetName() - Method in interface com.modeliosoft.modelio.api.model.extension.IConfigParam
Getter for the SetName meta class attribute.
getSetup() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.ILoopNode
Getter for the Setup meta class attribute.
getSHORT() - Method in interface com.modeliosoft.modelio.api.model.IUMLTypes
 
getSignalSignature() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationMessage
Get the SignalSignature association.
getSignalSignature() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IMessage
Get the SignalSignature association.
getSlot() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Get the list of ObAttributeLink to the Slot association.
getSlot(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Get the list of ObAttributeLink to the Slot association.
getSlotImage(int) - Method in class com.modeliosoft.modelio.api.mdac.commands.DefaultMdacAction
 
getSlotImage(int) - Method in interface com.modeliosoft.modelio.api.mdac.commands.IMdacAction
 
getSlots() - Method in class com.modeliosoft.modelio.api.mdac.commands.DefaultMdacAction
 
getSlots() - Method in interface com.modeliosoft.modelio.api.mdac.commands.IMdacAction
 
getSModel() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IDataFlow
Get the SModel association.
getSortOfMessage() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationMessage
Getter for the SortOfMessage meta class attribute.
getSortOfMessage() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IMessage
Getter for the SortOfMessage meta class attribute.
getSource() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnLinkEventDefinition
Get the list of ObBpmnLinkEventDefinition to the Source association.
getSource(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnLinkEventDefinition
Get the list of ObBpmnLinkEventDefinition to the Source association.
getSource() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityEdge
Get the Source association.
getSource() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.ITransition
Get the Source association.
getSourceOfDataAssociation() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemAwareElement
Get the list of ObBpmnDataAssociation to the SourceOfDataAssociation association.
getSourceOfDataAssociation(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemAwareElement
Get the list of ObBpmnDataAssociation to the SourceOfDataAssociation association.
getSourcePartition() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IMessageFlow
Get the SourcePartition association.
getSourceRef() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnAssociation
Get the SourceRef association.
getSourceRef() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataAssociation
Get the list of ObBpmnItemAwareElement to the SourceRef association.
getSourceRef(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataAssociation
Get the list of ObBpmnItemAwareElement to the SourceRef association.
getSourceRef() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessageFlow
Get the SourceRef association.
getSourceRef() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSequenceFlow
Get the SourceRef association.
getSpecialization() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Get the list of ObGeneralization to the Specialization association.
getSpecialization(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Get the list of ObGeneralization to the Specialization association.
getSRepresentation() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Get the list of ObSignal to the SRepresentation association.
getSRepresentation(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Get the list of ObSignal to the SRepresentation association.
getSRepresentation() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObSignal to the SRepresentation association.
getSRepresentation(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObSignal to the SRepresentation association.
getSRepresentation() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Get the list of ObSignal to the SRepresentation association.
getSRepresentation(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Get the list of ObSignal to the SRepresentation association.
getStart() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationChannel
Get the Start association.
getStart() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IExecutionSpecification
Get the Start association.
getStart() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteraction
 
getStart() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionOperand
 
getStarted() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationNode
Get the list of ObCommunicationChannel to the Started association.
getStarted(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationNode
Get the list of ObCommunicationChannel to the Started association.
getStarted() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IExecutionOccurenceSpecification
Get the Started association.
getStartingActivity() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataAssociation
Get the StartingActivity association.
getStartingEvent() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataAssociation
Get the StartingEvent association.
getStartQuantity() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Getter for the StartQuantity meta class attribute.
getState() - Method in class com.modeliosoft.modelio.api.mdac.AbstractJavaMdac
Returns current runtime state of this module.
getState() - Method in interface com.modeliosoft.modelio.api.mdac.IMdac
Returns current runtime state of this module.
getStereotype(Class<?>, String) - Method in interface com.modeliosoft.modelio.api.model.extension.IProject
 
getStereotype(Class<? extends IElement>, String) - Method in interface com.modeliosoft.modelio.api.model.IMetamodelExtensions
Used to access a specific stereotype.
getStereotype() - Method in class com.modeliosoft.modelio.api.utils.StereotypeFilter
 
getStereotypedImage(IElement, IPeerMdac, boolean) - Method in interface com.modeliosoft.modelio.api.model.IImageService
Get the stereotyped image of an element.
getStereotypes(Class<?>) - Method in interface com.modeliosoft.modelio.api.model.extension.IProject
 
getStereotypes(Class<? extends IElement>) - Method in interface com.modeliosoft.modelio.api.model.IMetamodelExtensions
Returns all the stereotypes brought by deployed modules.
getSTRING() - Method in interface com.modeliosoft.modelio.api.model.IUMLTypes
 
getStringValue() - Method in class com.modeliosoft.modelio.api.mdac.paramEdition.ParameterModel
 
getStructureRef() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemDefinition
Get the StructureRef association.
getStyle() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramGraphic
Get the graphical element style.
getStyle(String) - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramService
Get an installed diagram styles from its name.
getSub() - Method in interface com.modeliosoft.modelio.api.model.diagrams.IDiagramSet
Get the list of ObDiagramSet to the Sub association.
getSub(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.diagrams.IDiagramSet
Get the list of ObDiagramSet to the Sub association.
getSub() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IRegion
Get the list of ObStateVertex to the Sub association.
getSub(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IRegion
Get the list of ObStateVertex to the Sub association.
getSubject() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IExternDocument
 
getSubject() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.INote
Get the Subject association.
getSubMachine() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Get the SubMachine association.
getSubmachineState() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IStateMachine
Get the list of ObState to the SubmachineState association.
getSubmachineState(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IStateMachine
Get the list of ObState to the SubmachineState association.
getSubPartition() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityPartition
Get the list of ObActivityPartition to the SubPartition association.
getSubPartition(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityPartition
Get the list of ObActivityPartition to the SubPartition association.
getSubProcess() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnArtifact
Get the SubProcess association.
getSubProcess() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnFlowElement
Get the SubProcess association.
getSubProcess() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnLaneSet
Get the SubProcess association.
getSubstitued() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Get the list of ObSubstitution to the Substitued association.
getSubstitued(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Get the list of ObSubstitution to the Substitued association.
getSubstitutingClassifier() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ISubstitution
Get the SubstitutingClassifier association.
getSubstitutingSubstitution() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Get the list of ObSubstitution to the SubstitutingSubstitution association.
getSubstitutingSubstitution(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Get the list of ObSubstitution to the SubstitutingSubstitution association.
getSubType() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralization
Get the SubType association.
getSuper() - Method in interface com.modeliosoft.modelio.api.model.diagrams.IDiagramSet
Get the Super association.
getSuperPartition() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityPartition
Get the SuperPartition association.
getSuperType() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralization
Get the SuperType association.
getSupported() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Get the list of ObBpmnProcess to the Supported association.
getSupported(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Get the list of ObBpmnProcess to the Supported association.
getSupportedMimeTypes() - Method in interface com.modeliosoft.modelio.api.editor.IEditionService
Indicates which mime type are supported in the current instance of Modelio.
getSupports() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Get the list of ObBpmnProcess to the Supports association.
getSupports(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Get the list of ObBpmnProcess to the Supports association.
getTag(IModelElement, String) - Static method in class com.modeliosoft.modelio.api.model.ObUtils
Deprecated.
getTag() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Get the list of ObTaggedValue to the Tag association.
getTag(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Get the list of ObTaggedValue to the Tag association.
getTagOccurence() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITagType
Get the list of ObTaggedValue to the TagOccurence association.
getTagOccurence(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITagType
Get the list of ObTaggedValue to the TagOccurence association.
getTagType(Class<?>, String) - Method in interface com.modeliosoft.modelio.api.model.extension.IProject
 
getTagType(Class<? extends IElement>, String) - Method in interface com.modeliosoft.modelio.api.model.IMetamodelExtensions
Used to access a specific tag type.
getTagTypes() - Method in class com.modeliosoft.modelio.api.mc.DefaultModelComponentContent
Return the set of tagged value types that must be added to a model component.
getTagTypes() - Method in interface com.modeliosoft.modelio.api.mc.IModelComponentContent
Return the set of tagged value types that must be added to a model component.
getTagTypes(Class<?>) - Method in interface com.modeliosoft.modelio.api.model.extension.IProject
 
getTagTypes(Class<? extends IElement>) - Method in interface com.modeliosoft.modelio.api.model.IMetamodelExtensions
Returns all the tag types brought by deployed modules.
getTagValue(IModelElement, String) - Static method in class com.modeliosoft.modelio.api.model.ObUtils
Deprecated.
getTagValues(IModelElement, String) - Static method in class com.modeliosoft.modelio.api.model.ObUtils
Deprecated.
getTagValues(String) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
 
getTarget() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnLinkEventDefinition
Get the Target association.
getTarget() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityEdge
Get the Target association.
getTarget() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.ITransition
Get the Target association.
getTarget() - Method in interface com.modeliosoft.modelio.api.model.uml.usecase.IUseCaseDependency
Get the Target association.
getTargetOfDataAssociation() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemAwareElement
Get the list of ObBpmnDataAssociation to the TargetOfDataAssociation association.
getTargetOfDataAssociation(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemAwareElement
Get the list of ObBpmnDataAssociation to the TargetOfDataAssociation association.
getTargetPartition() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IMessageFlow
Get the TargetPartition association.
getTargetRef() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnAssociation
Get the TargetRef association.
getTargetRef() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataAssociation
Get the TargetRef association.
getTargetRef() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessageFlow
Get the TargetRef association.
getTargetRef() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSequenceFlow
Get the TargetRef association.
getTemplate() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Get the list of ObTemplateParameter to the Template association.
getTemplate(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Get the list of ObTemplateParameter to the Template association.
getTemplate() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObTemplateParameter to the Template association.
getTemplate(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObTemplateParameter to the Template association.
getTemplateInstanciation() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Get the list of ObTemplateBinding to the TemplateInstanciation association.
getTemplateInstanciation(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Get the list of ObTemplateBinding to the TemplateInstanciation association.
getTemplateInstanciation() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObTemplateBinding to the TemplateInstanciation association.
getTemplateInstanciation(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObTemplateBinding to the TemplateInstanciation association.
getTemplateSubstitution() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Get the list of ObTemplateParameterSubstitution to the TemplateSubstitution association.
getTemplateSubstitution(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Get the list of ObTemplateParameterSubstitution to the TemplateSubstitution association.
getTest() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IClause
Getter for the Test meta class attribute.
getTest() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.ILoopNode
Getter for the Test meta class attribute.
getText() - Method in interface com.modeliosoft.modelio.api.model.analyst.IDictionary
Getter for the Text meta class attribute.
getText() - Method in interface com.modeliosoft.modelio.api.model.analyst.IRequirementElement
Getter for the Text meta class attribute.
getTextColor() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramLink
Get the current text color.
getTextColor() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramNode
Get the current text color.
getTextField() - Method in class com.modeliosoft.modelio.api.ui.text.TextWrapperForIElement
 
getThrower() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IRaisedException
Get the Thrower association.
getThrowing() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Get the list of ObRaisedException to the Throwing association.
getThrowing(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Get the list of ObRaisedException to the Throwing association.
getThrown() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObRaisedException to the Thrown association.
getThrown(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObRaisedException to the Thrown association.
getThrownType() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IRaisedException
Get the ThrownType association.
getTimeCycle() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnTimerEventDefinition
Getter for the TimeCycle meta class attribute.
getTimeD() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnTimerEventDefinition
Getter for the TimeD meta class attribute.
gettimeExpresion() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IAcceptTimeEventAction
Getter for the timeExpresion meta class attribute.
getTo() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramLink
 
getToAfter() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IOccurrenceSpecification
Get the list of ObGeneralOrdering to the ToAfter association.
getToAfter(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IOccurrenceSpecification
Get the list of ObGeneralOrdering to the ToAfter association.
getToBefore() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IOccurrenceSpecification
Get the list of ObGeneralOrdering to the ToBefore association.
getToBefore(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IOccurrenceSpecification
Get the list of ObGeneralOrdering to the ToBefore association.
getToLinks() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramGraphic
Return the links that are ending (ie incoming links) at this node.
getTooltip() - Method in class com.modeliosoft.modelio.api.diagram.tools.DefaultAttachedBoxCommand
Gets the tooltip of this command.
getTooltip() - Method in class com.modeliosoft.modelio.api.diagram.tools.DefaultBoxCommand
Gets the tooltip of this command.
getTooltip() - Method in class com.modeliosoft.modelio.api.diagram.tools.DefaultLinkCommand
Gets the tooltip of this command.
getTooltip() - Method in class com.modeliosoft.modelio.api.diagram.tools.DefaultMultiLinkCommand
 
getTooltip() - Method in interface com.modeliosoft.modelio.api.diagram.tools.IDiagramCommand
Gets the tooltip of this command.
getTooltip() - Method in class com.modeliosoft.modelio.api.mdac.commands.DefaultMdacAction
 
getTooltip() - Method in interface com.modeliosoft.modelio.api.mdac.commands.IMdacAction
 
getTooltip() - Method in interface com.modeliosoft.modelio.api.mdac.commands.IWorkbenchAction
Deprecated.
 
getTop() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IStateMachine
Get the Top association.
getTransfomation() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataAssociation
Getter for the Transfomation meta class attribute.
getTransformationBehavior() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IObjectFlow
Getter for the TransformationBehavior meta class attribute.
getTrigger() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.ITransition
Get the Trigger association.
getTriggered() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IEvent
Get the list of ObTransition to the Triggered association.
getTriggered(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IEvent
Get the list of ObTransition to the Triggered association.
getType() - Method in interface com.modeliosoft.modelio.api.model.analyst.IDictionary
Get the Type association.
getType() - Method in interface com.modeliosoft.modelio.api.model.analyst.IProperty
Get the Type association.
getType() - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertyValueSet
Get the Type association.
getType() - Method in interface com.modeliosoft.modelio.api.model.analyst.IRequirementContainer
Get the Type association.
getType() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemAwareElement
Get the Type association.
getType() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessage
Get the Type association.
getType() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnParticipant
Get the Type association.
getType() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResourceParameter
Get the Type association.
getType() - Method in interface com.modeliosoft.modelio.api.model.extension.IConfigParam
Get the Type association.
getType() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IObjectNode
Get the Type association.
getType() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IExternDocument
 
getType() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttribute
Get the Type association.
getType() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ICollaborationUse
Get the Type association.
getType() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Get the Type association.
getType() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ITemplateParameter
Get the Type association.
getTypeAt(int, int) - Method in interface com.modeliosoft.modelio.api.mdac.IMdacPropertyModel
 
getTypeConstraint() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttribute
Getter for the TypeConstraint meta class attribute.
getTypeConstraint() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Getter for the TypeConstraint meta class attribute.
getTyped() - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertySet
Get the list of ObRequirementContainer to the Typed association.
getTyped(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertySet
Get the list of ObRequirementContainer to the Typed association.
getTyped() - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertyType
Get the list of ObProperty to the Typed association.
getTyped(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertyType
Get the list of ObProperty to the Typed association.
getTypedDictionary() - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertySet
Get the list of ObDictionary to the TypedDictionary association.
getTypedDictionary(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertySet
Get the list of ObDictionary to the TypedDictionary association.
getTypedDoc() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IExternDocumentType
Get the list of ObExternDocument to the TypedDoc association.
getTypedDoc(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IExternDocumentType
Get the list of ObExternDocument to the TypedDoc association.
getTypedItem() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemDefinition
Get the list of ObBpmnItemAwareElement to the TypedItem association.
getTypedItem(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemDefinition
Get the list of ObBpmnItemAwareElement to the TypedItem association.
getTypedMessage() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemDefinition
Get the list of ObBpmnMessage to the TypedMessage association.
getTypedMessage(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemDefinition
Get the list of ObBpmnMessage to the TypedMessage association.
getTypedResourceParameter() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemDefinition
Get the list of ObBpmnResourceParameter to the TypedResourceParameter association.
getTypedResourceParameter(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemDefinition
Get the list of ObBpmnResourceParameter to the TypedResourceParameter association.
getTypeIds() - Method in class com.modeliosoft.modelio.api.ui.dnd.ModelElementTransfer
 
getTypeNames() - Method in class com.modeliosoft.modelio.api.ui.dnd.ModelElementTransfer
 
getTypingParameter() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Get the list of ObTemplateParameter to the TypingParameter association.
getTypingParameter(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Get the list of ObTemplateParameter to the TypingParameter association.
getUmlImage(IElement, boolean) - Method in interface com.modeliosoft.modelio.api.model.IImageService
Get the UML standard image of an model object.
getUmlProject() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Get the root UML project element.
getUmlState() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataState
Get the UmlState association.
getUmlTypes() - Method in interface com.modeliosoft.modelio.api.model.IUmlModel
Get access to the UML types
getUNDEFINED() - Method in interface com.modeliosoft.modelio.api.model.IUMLTypes
 
getUpdateEvents() - Method in interface com.modeliosoft.modelio.api.model.change.IModelChangeEvent
Used to get the list of updated elements.
getUpperBound() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IObjectNode
Getter for the UpperBound meta class attribute.
getUsage() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Get the list of ObMessage to the Usage association.
getUsage(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Get the list of ObMessage to the Usage association.
getUsage() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObMessage to the Usage association.
getUsage(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Get the list of ObMessage to the Usage association.
getused() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INamespaceUse
Get the used association.
getUsed() - Method in interface com.modeliosoft.modelio.api.model.uml.usecase.IUseCase
Get the list of ObUseCaseDependency to the Used association.
getUsed(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.usecase.IUseCase
Get the list of ObUseCaseDependency to the Used association.
getusedNamespaceUse() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Get the list of ObNamespaceUse to the used association.
getusedNamespaceUse(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Get the list of ObNamespaceUse to the used association.
getuser() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INamespaceUse
Get the user association.
getUser() - Method in interface com.modeliosoft.modelio.api.model.uml.usecase.IUseCase
Get the list of ObUseCaseDependency to the User association.
getUser(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.usecase.IUseCase
Get the list of ObUseCaseDependency to the User association.
getuserNamespaceUse() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Get the list of ObNamespaceUse to the user association.
getuserNamespaceUse(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Get the list of ObNamespaceUse to the user association.
getUtilized() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IArtifact
Get the list of ObManifestation to the Utilized association.
getUtilized(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IArtifact
Get the list of ObManifestation to the Utilized association.
getUtilizedElement() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IManifestation
Get the UtilizedElement association.
getValidContributors(IElement) - Method in class com.modeliosoft.modelio.api.ui.diagramcreation.DiagramWizardDialog
 
getValuated() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IEnumerationLiteral
Get the Valuated association.
getValue(String) - Static method in enum com.modeliosoft.modelio.api.mdac.commands.ActionLocation
 
getValue(String) - Method in class com.modeliosoft.modelio.api.mdac.paramEdition.EnumParameterModel
 
getValue() - Method in interface com.modeliosoft.modelio.api.model.analyst.IProperty
Get the list of ObPropertyValue to the Value association.
getValue(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.analyst.IProperty
Get the list of ObPropertyValue to the Value association.
getValue() - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertyValue
Getter for the Value meta class attribute.
getValue() - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertyValueSet
Get the list of ObPropertyValue to the Value association.
getValue(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertyValueSet
Get the list of ObPropertyValue to the Value association.
getValue() - Method in interface com.modeliosoft.modelio.api.model.extension.IConfigParam
Getter for the Value meta class attribute.
getValue() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IValuePin
Getter for the Value meta class attribute.
getValue() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITagParameter
Getter for the Value meta class attribute.
getValue() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttribute
Getter for the Value meta class attribute.
getValue() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttributeLink
Getter for the Value meta class attribute.
getValue() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IEnumeration
Get the list of ObEnumerationLiteral to the Value association.
getValue(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IEnumeration
Get the list of ObEnumerationLiteral to the Value association.
getValue() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Getter for the Value meta class attribute.
getValue() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ITemplateParameterSubstitution
Getter for the Value meta class attribute.
getValueAt(int, int) - Method in interface com.modeliosoft.modelio.api.mdac.IMdacPropertyModel
 
getValueSet() - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertySet
Get the list of ObPropertyValueSet to the ValueSet association.
getValueSet(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertySet
Get the list of ObPropertyValueSet to the ValueSet association.
getVersion() - Method in interface com.modeliosoft.modelio.api.app.IModelioContext
Get the version of the current Modelio
getVersion() - Method in interface com.modeliosoft.modelio.api.mc.IModelComponentDescriptor
Get the version of the model component.
getVersion() - Method in class com.modeliosoft.modelio.api.mdac.AbstractJavaMdac
Used to return the module version.
getVersion() - Method in interface com.modeliosoft.modelio.api.mdac.IMdac
Used to return the module version.
getVersion() - Method in interface com.modeliosoft.modelio.api.mdac.IMdacDescriptor
 
getVersion() - Method in interface com.modeliosoft.modelio.api.model.extension.IModule
 
getVersion() - Method in interface com.modeliosoft.modelio.api.module.IPeerMdac
Used to return the mdac version.
getVersionExport() - Method in class com.modeliosoft.modelio.api.exchange.XmiExportConfiguration
 
getVisibility() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IElementImport
Getter for the Visibility meta class attribute.
getVisibility() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IFeature
Getter for the Visibility meta class attribute.
getVisibility() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Getter for the Visibility meta class attribute.
getVisibility() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPackageImport
Getter for the Visibility meta class attribute.
getVisibility() - Method in interface com.modeliosoft.modelio.api.model.uml.usecase.IExtensionPoint
Getter for the Visibility meta class attribute.
getVisualShortCut() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataAssociation
Get the list of ObBpmnSequenceFlowDataAssociation to the VisualShortCut association.
getVisualShortCut(Class<T>) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataAssociation
Get the list of ObBpmnSequenceFlowDataAssociation to the VisualShortCut association.
getWeight() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityEdge
Getter for the Weight meta class attribute.
getWeight() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IExceptionHandler
Getter for the Weight meta class attribute.
getWizard() - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog
Returns the wizard this dialog is currently displaying.
getWorkbenchActions(WorkbenchActionLocation) - Method in class com.modeliosoft.modelio.api.mdac.AbstractJavaMdac
Deprecated.
not used anymore, kept for compatibility reasons only.
getWorkbenchActions(WorkbenchActionLocation) - Method in interface com.modeliosoft.modelio.api.mdac.IMdac
Deprecated.
not used anymore, kept for compatibility reasons only.
getWorkspacePath() - Method in interface com.modeliosoft.modelio.api.app.IModelioContext
Get the current workspace path of Modelio.
getWorkspacePath() - Method in interface com.modeliosoft.modelio.api.module.IMdacConfiguration
Get the workspace path.
getXmiFile() - Method in class com.modeliosoft.modelio.api.exchange.XmiExportConfiguration
 
getXmiFile() - Method in class com.modeliosoft.modelio.api.exchange.XmiImportConfiguration
 
getXmiFile(File) - Method in class com.modeliosoft.modelio.api.exchange.XmiImportConfiguration
 
GOAL_CONTAINER_STEREOTYPE - Static variable in interface com.modeliosoft.modelio.api.model.IAnalystModel
The name of the stereotype defining a Goal Container.
GOAL_DIAGRAM_STEREOTYPE - Static variable in interface com.modeliosoft.modelio.api.model.IAnalystModel
The name of the stereotype defining a Goal Diagram.
GOAL_PROPERTYSET_STEREOTYPE - Static variable in interface com.modeliosoft.modelio.api.model.IAnalystModel
The name of the stereotype defining a Goal PropertySet.
GOAL_STEREOTYPE - Static variable in interface com.modeliosoft.modelio.api.model.IAnalystModel
The name of the stereotype defining a Goal.
groups - Variable in class com.modeliosoft.modelio.api.mdac.paramEdition.ParametersEditionModel
 

H

handleEvent(Event) - Method in class com.modeliosoft.modelio.api.ui.diagramcreation.DiagramWizardDialog
 
handleModelChange(IModelingSession, IModelChangeEvent) - Method in interface com.modeliosoft.modelio.api.model.change.IModelChangeHandler
Invoked when the model has changed.
handleStatusChange(IModelingSession, IStatusChangeEvent) - Method in interface com.modeliosoft.modelio.api.model.change.IStatusChangeHandler
Invoked when the model has changed.
hashCode() - Method in class com.modeliosoft.modelio.api.mdac.AbstractJavaMdac
 
hashCode() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IElement
 
hashCode() - Method in class com.modeliosoft.modelio.api.modelio.Version
 
hashCode() - Method in class com.modeliosoft.modelio.api.utils.ObRef
 
hasUserAdminRight() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IElementStatus
 
hasUserReadRight() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IElementStatus
 
hasUserWriteRight() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IElementStatus
 
helpPressed() - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog
The Help button has been pressed.
hideInvalidCheckBox - Variable in class com.modeliosoft.modelio.api.ui.diagramcreation.DiagramWizardDialog
 
hoverElement(IElement) - Method in interface com.modeliosoft.modelio.api.app.picking.IPickingService
Ask the picking client whether it accepts the given element.
HYPERLINK_FG - Static variable in interface com.modeliosoft.modelio.api.ui.UIColor
Hyperlink color.

I

IAbstractDiagram - Interface in com.modeliosoft.modelio.api.model.diagrams
 
IAbstraction - Interface in com.modeliosoft.modelio.api.model.uml.infrastructure
 
IAbstractPseudoState - Interface in com.modeliosoft.modelio.api.model.uml.behavior.state
 
IAcceptCallEventAction - Interface in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
IAcceptChangeEventAction - Interface in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
IAcceptSignalAction - Interface in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
IAcceptTimeEventAction - Interface in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
IActivity - Interface in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
IActivityAction - Interface in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
IActivityDiagram - Interface in com.modeliosoft.modelio.api.model.diagrams
 
IActivityEdge - Interface in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
IActivityFinalNode - Interface in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
IActivityGroup - Interface in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
IActivityNode - Interface in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
IActivityParameterNode - Interface in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
IActivityPartition - Interface in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
IActor - Interface in com.modeliosoft.modelio.api.model.uml.usecase
 
IAnalystModel - Interface in com.modeliosoft.modelio.api.model
This class represents the root model of requirement classes.
IAnalystProject - Interface in com.modeliosoft.modelio.api.model.analyst
 
IArtifact - Interface in com.modeliosoft.modelio.api.model.uml.statik
 
IAssociation - Interface in com.modeliosoft.modelio.api.model.uml.statik
 
IAssociationEnd - Interface in com.modeliosoft.modelio.api.model.uml.statik
 
IAttachedBoxCommand - Interface in com.modeliosoft.modelio.api.diagram.tools
Interface for creating graphic attached boxes in a diagram.
IAttribute - Interface in com.modeliosoft.modelio.api.model.uml.statik
 
IAttributeLink - Interface in com.modeliosoft.modelio.api.model.uml.statik
 
IAuditService - Interface in com.modeliosoft.modelio.api.audit
Audit services.
IAutoDiagramFactory - Interface in com.modeliosoft.modelio.api.diagram.autodiagram
The IAutoDiagramFactory provides the ability to create automatic diagram managers.
IBehavior - Interface in com.modeliosoft.modelio.api.model.uml.behavior.common
 
IBehaviorDiagram - Interface in com.modeliosoft.modelio.api.model.diagrams
 
IBehaviorParameter - Interface in com.modeliosoft.modelio.api.model.uml.behavior.common
 
IBindableInstance - Interface in com.modeliosoft.modelio.api.model.uml.statik
 
IBinding - Interface in com.modeliosoft.modelio.api.model.uml.statik
 
IBoxCommand - Interface in com.modeliosoft.modelio.api.diagram.tools
Interface for creating graphic boxes in a diagram.
IBpmnActivity - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnAdHocSubProcess - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnArtifact - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnAssociation - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnBaseElement - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnBehavior - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnBoundaryEvent - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnBusinessRuleTask - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnCallActivity - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnCancelEventDefinition - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnCatchEvent - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnCollaboration - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnCompensateEventDefinition - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnComplexBehaviorDefinition - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnComplexGateway - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnConditionalEventDefinition - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnDataAssociation - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnDataInput - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnDataObject - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnDataOutput - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnDataState - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnDataStore - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnEndEvent - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnEndPoint - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnErrorEventDefinition - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnEscalationEventDefinition - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnEvent - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnEventBasedGateway - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnEventDefinition - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnExclusiveGateway - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnFlowElement - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnFlowNode - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnGateway - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnGroup - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnImplicitThrowEvent - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnInclusiveGateway - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnInterface - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnIntermediateCatchEvent - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnIntermediateThrowEvent - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnItemAwareElement - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnItemDefinition - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnLane - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnLaneSet - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnLinkEventDefinition - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnLoopCharacteristics - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnManualTask - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnMessage - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnMessageEventDefinition - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnMessageFlow - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnMultiInstanceLoopCharacteristics - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnOperation - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnParallelGateway - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnParticipant - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnProcess - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnProcessCollaborationDiagram - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnReceiveTask - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnResource - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnResourceParameter - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnResourceParameterBinding - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnResourceRole - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnRootElement - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnScriptTask - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnSendTask - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnSequenceFlow - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnSequenceFlowDataAssociation - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnServiceTask - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnSignalEventDefinition - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnStandardLoopCharacteristics - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnStartEvent - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnSubProcess - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnSubProcessDiagram - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnTask - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnTerminateEventDefinition - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnThrowEvent - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnTimerEventDefinition - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnTransaction - Interface in com.modeliosoft.modelio.api.model.bpmn
 
IBpmnUserTask - Interface in com.modeliosoft.modelio.api.model.bpmn
 
ICallAction - Interface in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
ICallBehaviorAction - Interface in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
ICallOperationAction - Interface in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
ICentralBufferNode - Interface in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
IChoicePseudoState - Interface in com.modeliosoft.modelio.api.model.uml.behavior.state
 
IClass - Interface in com.modeliosoft.modelio.api.model.uml.statik
 
IClassAssociation - Interface in com.modeliosoft.modelio.api.model.uml.statik
 
IClassDiagram - Interface in com.modeliosoft.modelio.api.model.diagrams
 
IClassifier - Interface in com.modeliosoft.modelio.api.model.uml.statik
 
IClause - Interface in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
ICollaboration - Interface in com.modeliosoft.modelio.api.model.uml.statik
 
ICollaborationUse - Interface in com.modeliosoft.modelio.api.model.uml.statik
 
ICombinedFragment - Interface in com.modeliosoft.modelio.api.model.uml.behavior.interaction
 
ICommunicationChannel - Interface in com.modeliosoft.modelio.api.model.uml.behavior.communication
 
ICommunicationDiagram - Interface in com.modeliosoft.modelio.api.model.diagrams
 
ICommunicationInteraction - Interface in com.modeliosoft.modelio.api.model.uml.behavior.communication
 
ICommunicationMessage - Interface in com.modeliosoft.modelio.api.model.uml.behavior.communication
 
ICommunicationNode - Interface in com.modeliosoft.modelio.api.model.uml.behavior.communication
 
IComponent - Interface in com.modeliosoft.modelio.api.model.uml.statik
 
ICompositeStructureDiagram - Interface in com.modeliosoft.modelio.api.model.diagrams
 
IConditionalNode - Interface in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
IConfigParam - Interface in com.modeliosoft.modelio.api.model.extension
 
IConnectionPointReference - Interface in com.modeliosoft.modelio.api.model.uml.behavior.state
 
IConnector - Interface in com.modeliosoft.modelio.api.model.uml.statik
 
IConnectorEnd - Interface in com.modeliosoft.modelio.api.model.uml.statik
 
IConstraint - Interface in com.modeliosoft.modelio.api.model.uml.infrastructure
 
IControlFlow - Interface in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
IControlNode - Interface in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
IDataFlow - Interface in com.modeliosoft.modelio.api.model.uml.statik
 
IDataStoreNode - Interface in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
IDataType - Interface in com.modeliosoft.modelio.api.model.uml.statik
 
IDecisionMergeNode - Interface in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
IDeepHistoryPseudoState - Interface in com.modeliosoft.modelio.api.model.uml.behavior.state
 
IDefaultNameService - Interface in com.modeliosoft.modelio.api.model
Help class used when an element needs a "default" name.
IDependency - Interface in com.modeliosoft.modelio.api.model.uml.infrastructure
 
IDeploymentDiagram - Interface in com.modeliosoft.modelio.api.model.diagrams
 
IDiagramCommand - Interface in com.modeliosoft.modelio.api.diagram.tools
Basic definition of a command for the diagram palette.
IDiagramContainer - Interface in com.modeliosoft.modelio.api.model.diagrams
 
IDiagramCreator - Interface in com.modeliosoft.modelio.api.diagram.autodiagram
An IDiagramCreator provides the ability to create, update or get automatic diagrams from a model element.
IDiagramCustomizer - Interface in com.modeliosoft.modelio.api.diagram
This interface is used to define a diagram palette for a module.
IDiagramDG - Interface in com.modeliosoft.modelio.api.diagram.dg
This class represents a diagram graphic for the diagram itself.
IDiagramGraphic - Interface in com.modeliosoft.modelio.api.diagram
Base interface of all graphical elements that are related to an IElement model.
IDiagramHandle - Interface in com.modeliosoft.modelio.api.diagram
This class is used to manipulate a diagram's content.
IDiagramLink - Interface in com.modeliosoft.modelio.api.diagram
This class represents a DiagramGraphic of the 'link' kind.
IDiagramLink.LinkRouterKind - Enum in com.modeliosoft.modelio.api.diagram
Available connection routers.
IDiagramNode - Interface in com.modeliosoft.modelio.api.diagram
This class represents a DiagramGraphic of the 'node' kind.
IDiagramService - Interface in com.modeliosoft.modelio.api.diagram
This interface gives an entry point to manipulate the Modelio diagrams.
IDiagramSet - Interface in com.modeliosoft.modelio.api.model.diagrams
 
IDiagramWizardContributor - Interface in com.modeliosoft.modelio.api.ui.diagramcreation
 
IDictionary - Interface in com.modeliosoft.modelio.api.model.analyst
 
IDictionaryElement - Interface in com.modeliosoft.modelio.api.model.analyst
 
IDurationConstraint - Interface in com.modeliosoft.modelio.api.model.uml.behavior.interaction
 
IEditionService - Interface in com.modeliosoft.modelio.api.editor
This interface defines services to open, close and select Modelio editors.
IEditorDropClient - Interface in com.modeliosoft.modelio.api.ui.dnd
Interface defining a model element drop client.
IElement - Interface in com.modeliosoft.modelio.api.model.uml.infrastructure
 
IElementChangeListener - Interface in com.modeliosoft.modelio.api.ui.text
Interface for listeners on TextWrapperForIElement.
IElementDeletedEvent - Interface in com.modeliosoft.modelio.api.model.change
This interface provide the API of a Delete Event
IElementFilter - Interface in com.modeliosoft.modelio.api.ui.text
Interface allowing to filter IElements through its method.
IElementImport - Interface in com.modeliosoft.modelio.api.model.uml.statik
 
IElementMovedEvent - Interface in com.modeliosoft.modelio.api.model.change
This interface provide the API of a Model Move Event
IElementRealization - Interface in com.modeliosoft.modelio.api.model.uml.infrastructure
 
IElementStatus - Interface in com.modeliosoft.modelio.api.model.uml.infrastructure
 
IEntryPointPseudoState - Interface in com.modeliosoft.modelio.api.model.uml.behavior.state
 
IEnumeratedPropertyType - Interface in com.modeliosoft.modelio.api.model.analyst
 
IEnumeration - Interface in com.modeliosoft.modelio.api.model.uml.statik
 
IEnumerationLiteral - Interface in com.modeliosoft.modelio.api.model.uml.statik
 
IEvent - Interface in com.modeliosoft.modelio.api.model.uml.behavior.state
 
IExceptionHandler - Interface in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
IExchangeService - Interface in com.modeliosoft.modelio.api.exchange
Gathers services to import/export model elements.
IExecutionOccurenceSpecification - Interface in com.modeliosoft.modelio.api.model.uml.behavior.interaction
 
IExecutionSpecification - Interface in com.modeliosoft.modelio.api.model.uml.behavior.interaction
 
IExitPointPseudoState - Interface in com.modeliosoft.modelio.api.model.uml.behavior.state
 
IExpansionNode - Interface in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
IExpansionRegion - Interface in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
IExtensionPoint - Interface in com.modeliosoft.modelio.api.model.uml.usecase
 
IExternDocument - Interface in com.modeliosoft.modelio.api.model.uml.infrastructure
 
IExternDocumentType - Interface in com.modeliosoft.modelio.api.model.uml.infrastructure
 
IFeature - Interface in com.modeliosoft.modelio.api.model.uml.statik
 
IFinalNode - Interface in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
IFinalState - Interface in com.modeliosoft.modelio.api.model.uml.behavior.state
 
IFlowFinalNode - Interface in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
IForkJoinNode - Interface in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
IForkPseudoState - Interface in com.modeliosoft.modelio.api.model.uml.behavior.state
 
IGate - Interface in com.modeliosoft.modelio.api.model.uml.behavior.interaction
 
IGeneralClass - Interface in com.modeliosoft.modelio.api.model.uml.statik
 
IGeneralization - Interface in com.modeliosoft.modelio.api.model.uml.statik
 
IGeneralOrdering - Interface in com.modeliosoft.modelio.api.model.uml.behavior.interaction
 
IImageService - Interface in com.modeliosoft.modelio.api.model
This class provide the API to get the image of a model element.
IInformationFlow - Interface in com.modeliosoft.modelio.api.model.uml.information
 
IInformationItem - Interface in com.modeliosoft.modelio.api.model.uml.information
 
IInitialNode - Interface in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
IInitialPseudoState - Interface in com.modeliosoft.modelio.api.model.uml.behavior.state
 
IInputPin - Interface in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
IInstance - Interface in com.modeliosoft.modelio.api.model.uml.statik
 
IInstanceNode - Interface in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
IInteraction - Interface in com.modeliosoft.modelio.api.model.uml.behavior.interaction
 
IInteractionFragment - Interface in com.modeliosoft.modelio.api.model.uml.behavior.interaction
 
IInteractionOperand - Interface in com.modeliosoft.modelio.api.model.uml.behavior.interaction
 
IInteractionUse - Interface in com.modeliosoft.modelio.api.model.uml.behavior.interaction
 
IInterface - Interface in com.modeliosoft.modelio.api.model.uml.statik
 
IInterfaceRealization - Interface in com.modeliosoft.modelio.api.model.uml.statik
 
IInternalTransition - Interface in com.modeliosoft.modelio.api.model.uml.behavior.state
 
IInterruptibleActivityRegion - Interface in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
IJoinPseudoState - Interface in com.modeliosoft.modelio.api.model.uml.behavior.state
 
IJunctionPseudoState - Interface in com.modeliosoft.modelio.api.model.uml.behavior.state
 
ILifeline - Interface in com.modeliosoft.modelio.api.model.uml.behavior.interaction
 
ILink - Interface in com.modeliosoft.modelio.api.model.uml.statik
 
ILinkCommand - Interface in com.modeliosoft.modelio.api.diagram.tools
Interface for creating graphic links in a diagram.
ILinkEnd - Interface in com.modeliosoft.modelio.api.model.uml.statik
 
ILinkPath - Interface in com.modeliosoft.modelio.api.diagram
Interface for a connection path.
IList<E extends IElement> - Interface in com.modeliosoft.modelio.api.utils
 
ILocalNote - Interface in com.modeliosoft.modelio.api.model.uml.infrastructure
 
ILocalTaggedValue - Interface in com.modeliosoft.modelio.api.model.uml.infrastructure
 
ILogService - Interface in com.modeliosoft.modelio.api.log
The class implementing this interface provides a basic log service for modules.
ILoopNode - Interface in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
IManifestation - Interface in com.modeliosoft.modelio.api.model.uml.statik
 
IMdac - Interface in com.modeliosoft.modelio.api.mdac
All Modelio module classes must implement this interface.
IMdac.ImageType - Enum in com.modeliosoft.modelio.api.mdac
 
IMdac.MdacState - Enum in com.modeliosoft.modelio.api.mdac
Enumeration of the states a module can have at runtime.
IMdacAction - Interface in com.modeliosoft.modelio.api.mdac.commands
 
IMdacConfiguration - Interface in com.modeliosoft.modelio.api.module
This interface describe the API of module configuration.
IMdacContextualCommand - Interface in com.modeliosoft.modelio.api.mdac.commands
Base interface of all the MDAC contextual commands.
IMdacDescriptor - Interface in com.modeliosoft.modelio.api.mdac
This interface describes a Mdac: ie a name, a version and an optional URL for its archive The returned archive may be null.
IMdacPropertyModel - Interface in com.modeliosoft.modelio.api.mdac
 
IMdacPropertyPage - Interface in com.modeliosoft.modelio.api.mdac.propertiesPage
Interface defining a module's property view.
IMdacPropertyTable - Interface in com.modeliosoft.modelio.api.mdac.propertiesPage
This class is a data model for all module's property pages.
IMdacPropertyView - Interface in com.modeliosoft.modelio.api.mdac
 
IMdacSession - Interface in com.modeliosoft.modelio.api.mdac
This interface is used to represent any mdac life-cycle.
IMDAEditorListener - Interface in com.modeliosoft.modelio.api.editor
After opening a IMDATextEditor, a listener can be added to it using the setListener(IMDAEditorListener listener) method.
IMDATextEditor - Interface in com.modeliosoft.modelio.api.editor
Interface defining a text editor in Modelio.
IMessage - Interface in com.modeliosoft.modelio.api.model.uml.behavior.interaction
 
IMessageEnd - Interface in com.modeliosoft.modelio.api.model.uml.behavior.interaction
 
IMessageFlow - Interface in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
IMetaclassReference - Interface in com.modeliosoft.modelio.api.model.uml.infrastructure
 
IMetamodelExtensions - Interface in com.modeliosoft.modelio.api.model
This interface is used to get the module extensions.
IMetamodelService - Interface in com.modeliosoft.modelio.api.meta
Expert for all Metamodel concerns.
IMetamodelVisitor - Interface in com.modeliosoft.modelio.api.utils
 
IModelChangeEvent - Interface in com.modeliosoft.modelio.api.model.change
This interface provide the API of a Model Change Event
IModelChangeHandler - Interface in com.modeliosoft.modelio.api.model.change
Handler of model changes.
IModelChangeListener - Interface in com.modeliosoft.modelio.api.model.change
Listener of model changes.
IModelComponentContent - Interface in com.modeliosoft.modelio.api.mc
This interface provide the API that allow modules to contribute to model component content.
IModelComponentContributor - Interface in com.modeliosoft.modelio.api.mc
This interface provide the API for modules model component contribution.
IModelComponentDescriptor - Interface in com.modeliosoft.modelio.api.mc
This interface describes a ModelComponent: ie a name, a version and an optional URL for its archive.
IModelComponentService - Interface in com.modeliosoft.modelio.api.mc
This interface allows the management of Model Components in the model.
IModelElement - Interface in com.modeliosoft.modelio.api.model.uml.infrastructure
 
IModelingSession - Interface in com.modeliosoft.modelio.api.model
This interface represents a project session.
IModelioContext - Interface in com.modeliosoft.modelio.api.app
This interface gives access to various information about Modelio installation.
IModelioDialog - Interface in com.modeliosoft.modelio.api.ui
 
IModelManipulationService - Interface in com.modeliosoft.modelio.api.model
Model manipulation services.
IModelTree - Interface in com.modeliosoft.modelio.api.model.uml.statik
 
IModule - Interface in com.modeliosoft.modelio.api.model.extension
 
IModuleService - Interface in com.modeliosoft.modelio.api.module
This interface defines how to get the public interface from modules.
importXmiFile(XmiImportConfiguration, IProgressMonitor) - Method in interface com.modeliosoft.modelio.api.exchange.IExchangeService
This service imports a model from an XMI file into Modelio.
IMultiLinkCommand - Interface in com.modeliosoft.modelio.api.diagram.tools
Interface for complex graphic creation interaction in a diagram.
INameSpace - Interface in com.modeliosoft.modelio.api.model.uml.statik
 
INamespaceUse - Interface in com.modeliosoft.modelio.api.model.uml.statik
 
INavigationListener - Interface in com.modeliosoft.modelio.api.app.navigation
Listener for the navigation service.
INavigationService - Interface in com.modeliosoft.modelio.api.app.navigation
Service that can "navigate" a model element.
indicatorImage - Static variable in class com.modeliosoft.modelio.api.ui.text.TextWrapperForIElement
 
info(IMdac, String) - Method in interface com.modeliosoft.modelio.api.log.ILogService
Output an information message in the Modelio console.
info(IMdac, Throwable) - Method in interface com.modeliosoft.modelio.api.log.ILogService
Log the given exception with its stack trace as an information.
init() - Method in class com.modeliosoft.modelio.api.mdac.AbstractJavaMdac
Method automatically called just after the creation of the mdac.
init() - Method in interface com.modeliosoft.modelio.api.mdac.IMdac
Method automatically called just after the creation of the mdac.
init() - Method in class com.modeliosoft.modelio.api.ui.diagramcreation.BrowserDialog
Init is called when the dialog box is opened.
init() - Method in class com.modeliosoft.modelio.api.ui.diagramcreation.DiagramWizardDialog
 
init() - Method in interface com.modeliosoft.modelio.api.ui.IModelioDialog
 
init() - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog
 
initJython(ScriptEngine) - Method in interface com.modeliosoft.modelio.api.mdac.script.IScriptService
 
INode - Interface in com.modeliosoft.modelio.api.model.uml.statik
 
INote - Interface in com.modeliosoft.modelio.api.model.uml.infrastructure
 
INoteType - Interface in com.modeliosoft.modelio.api.model.uml.infrastructure
 
insert(IInteractionOperand, IInteractionOperand, ObRelativeTimeEnum) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.ICombinedFragment
 
insert(IExecutionSpecification, ILifeline, IInteractionFragment, ObRelativeTimeEnum) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteraction
 
insert(IMessage, IMessageEnd...) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteraction
 
insert(IMessageEnd, ILifeline, IInteractionFragment, ObRelativeTimeEnum) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteraction
 
insert(IStateInvariant, ILifeline, IInteractionFragment, ObRelativeTimeEnum) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteraction
 
insert(IGate, IInteractionFragment, ObRelativeTimeEnum) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteraction
 
insert(IInteractionUse, Collection<ILifeline>, IInteractionFragment, ObRelativeTimeEnum) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteraction
 
insert(IMessage, ILifeline, ILifeline, IInteractionFragment, ObRelativeTimeEnum) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteraction
 
insert(ICombinedFragment, Collection<ILifeline>, IInteractionFragment, ObRelativeTimeEnum) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteraction
 
insert(IMessage, IMessageEnd...) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionOperand
 
insert(IMessageEnd, ILifeline, IInteractionFragment, ObRelativeTimeEnum) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionOperand
 
insert(IStateInvariant, ILifeline, IInteractionFragment, ObRelativeTimeEnum) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionOperand
 
insert(IInteractionUse, Collection<ILifeline>, IInteractionFragment, ObRelativeTimeEnum) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionOperand
 
insert(IMessage, ILifeline, ILifeline, IInteractionFragment, ObRelativeTimeEnum) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionOperand
 
insert(ICombinedFragment, Collection<ILifeline>, IInteractionFragment, ObRelativeTimeEnum) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionOperand
 
insert(IExecutionSpecification, ILifeline, IInteractionFragment, ObRelativeTimeEnum) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionOperand
 
insert(IGate, IInteractionFragment, ObRelativeTimeEnum) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionUse
 
insert(IGate, IInteractionFragment, ObRelativeTimeEnum) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IPartDecomposition
 
install(String, String) - Static method in class com.modeliosoft.modelio.api.mdac.DefaultMdacSession
Accepts the installation by default.
instance - Static variable in class com.modeliosoft.modelio.api.modelio.Modelio
 
IntParameterModel - Class in com.modeliosoft.modelio.api.mdac.paramEdition
 
IntParameterModel(IMdacConfiguration, String, String, String, String) - Constructor for class com.modeliosoft.modelio.api.mdac.paramEdition.IntParameterModel
 
InvalidDestinationPointException - Exception in com.modeliosoft.modelio.api.diagram
Thrown when the destination point of a ILinkPath is invalid.
InvalidDestinationPointException(String) - Constructor for exception com.modeliosoft.modelio.api.diagram.InvalidDestinationPointException
Constructs a new exception with the specified detail message.
InvalidInteractionManipulationException - Exception in com.modeliosoft.modelio.api.utils.exceptions
 
InvalidInteractionManipulationException() - Constructor for exception com.modeliosoft.modelio.api.utils.exceptions.InvalidInteractionManipulationException
 
InvalidInteractionManipulationException(String) - Constructor for exception com.modeliosoft.modelio.api.utils.exceptions.InvalidInteractionManipulationException
 
InvalidInteractionManipulationException(String, Throwable) - Constructor for exception com.modeliosoft.modelio.api.utils.exceptions.InvalidInteractionManipulationException
 
InvalidInteractionManipulationException(Throwable) - Constructor for exception com.modeliosoft.modelio.api.utils.exceptions.InvalidInteractionManipulationException
 
InvalidModelManipulationException - Exception in com.modeliosoft.modelio.api.utils.exceptions
 
InvalidModelManipulationException() - Constructor for exception com.modeliosoft.modelio.api.utils.exceptions.InvalidModelManipulationException
 
InvalidModelManipulationException(String) - Constructor for exception com.modeliosoft.modelio.api.utils.exceptions.InvalidModelManipulationException
 
InvalidModelManipulationException(String, Throwable) - Constructor for exception com.modeliosoft.modelio.api.utils.exceptions.InvalidModelManipulationException
 
InvalidModelManipulationException(Throwable) - Constructor for exception com.modeliosoft.modelio.api.utils.exceptions.InvalidModelManipulationException
 
InvalidPathException - Exception in com.modeliosoft.modelio.api.model
Thrown when an invalid UMLPath is used.
InvalidPathException() - Constructor for exception com.modeliosoft.modelio.api.model.InvalidPathException
Constructs an InvalidPathException with no detail message
InvalidPathException(String) - Constructor for exception com.modeliosoft.modelio.api.model.InvalidPathException
Constructs an InvalidPathException with the specified detail message.
InvalidPointsPathException - Exception in com.modeliosoft.modelio.api.diagram
Thrown when a point of a ILinkPath is invalid.
InvalidPointsPathException(String) - Constructor for exception com.modeliosoft.modelio.api.diagram.InvalidPointsPathException
Constructs a new exception with the specified detail message.
InvalidSourcePointException - Exception in com.modeliosoft.modelio.api.diagram
Thrown when the source point of a ILinkPath is invalid.
InvalidSourcePointException(String) - Constructor for exception com.modeliosoft.modelio.api.diagram.InvalidSourcePointException
Constructs a new exception with the specified detail message.
InvalidTransactionException - Exception in com.modeliosoft.modelio.api.model
Thrown when a transaction should be commited but could not because of the audit system.
InvalidTransactionException() - Constructor for exception com.modeliosoft.modelio.api.model.InvalidTransactionException
Constructs a new runtime exception with null as its detail message.
InvalidTransactionException(String) - Constructor for exception com.modeliosoft.modelio.api.model.InvalidTransactionException
Constructs a new runtime exception with the specified detail message.
InvalidTransactionException(String, Throwable) - Constructor for exception com.modeliosoft.modelio.api.model.InvalidTransactionException
Constructs a new runtime exception with the specified detail message and cause.
InvalidTransactionException(Throwable) - Constructor for exception com.modeliosoft.modelio.api.model.InvalidTransactionException
Constructs a new runtime exception with the specified cause.
InvalidUuidException - Exception in com.modeliosoft.modelio.api.model
Thrown when an invalid uuid is used.
InvalidUuidException() - Constructor for exception com.modeliosoft.modelio.api.model.InvalidUuidException
Constructs an InvalidPathException with no detail message
InvalidUuidException(String) - Constructor for exception com.modeliosoft.modelio.api.model.InvalidUuidException
Constructs an InvalidPathException with the specified detail message.
IObjectDiagram - Interface in com.modeliosoft.modelio.api.model.diagrams
 
IObjectFlow - Interface in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
IObjectNode - Interface in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
IObListFilter - Interface in com.modeliosoft.modelio.api.utils
 
IOccurrenceSpecification - Interface in com.modeliosoft.modelio.api.model.uml.behavior.interaction
 
IOpaqueAction - Interface in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
IOpaqueBehavior - Interface in com.modeliosoft.modelio.api.model.uml.behavior.common
 
IOperation - Interface in com.modeliosoft.modelio.api.model.uml.statik
 
IOutputPin - Interface in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
IPackage - Interface in com.modeliosoft.modelio.api.model.uml.statik
 
IPackageImport - Interface in com.modeliosoft.modelio.api.model.uml.statik
 
IPackageMerge - Interface in com.modeliosoft.modelio.api.model.uml.statik
 
IParameter - Interface in com.modeliosoft.modelio.api.model.uml.statik
 
IParameterEditionModel - Interface in com.modeliosoft.modelio.api.mdac
 
IParameterGroupModel - Interface in com.modeliosoft.modelio.api.mdac
 
IParameterModel - Interface in com.modeliosoft.modelio.api.mdac
 
IPartDecomposition - Interface in com.modeliosoft.modelio.api.model.uml.behavior.interaction
 
IPeerMdac - Interface in com.modeliosoft.modelio.api.module
Public interface of the mdac services.
IPickingClient - Interface in com.modeliosoft.modelio.api.app.picking
Interface that represent a picking client.
IPickingProvider - Interface in com.modeliosoft.modelio.api.app.picking
A picking provider is a GUI part that allows the user to select an element by a single click .
IPickingService - Interface in com.modeliosoft.modelio.api.app.picking
Element picking services for picking providers.
IPin - Interface in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
IPort - Interface in com.modeliosoft.modelio.api.model.uml.statik
 
IProfile - Interface in com.modeliosoft.modelio.api.model.uml.infrastructure
 
IProject - Interface in com.modeliosoft.modelio.api.model.extension
 
IProperty - Interface in com.modeliosoft.modelio.api.model.analyst
 
IPropertyContainer - Interface in com.modeliosoft.modelio.api.model.analyst
 
IPropertyEnumerationLitteral - Interface in com.modeliosoft.modelio.api.model.analyst
 
IPropertySet - Interface in com.modeliosoft.modelio.api.model.analyst
 
IPropertyType - Interface in com.modeliosoft.modelio.api.model.analyst
 
IPropertyValue - Interface in com.modeliosoft.modelio.api.model.analyst
 
IPropertyValueSet - Interface in com.modeliosoft.modelio.api.model.analyst
 
IProvidedInterface - Interface in com.modeliosoft.modelio.api.model.uml.statik
 
IRaisedException - Interface in com.modeliosoft.modelio.api.model.uml.statik
 
IRegion - Interface in com.modeliosoft.modelio.api.model.uml.behavior.state
 
IRequiredInterface - Interface in com.modeliosoft.modelio.api.model.uml.statik
 
IRequirement - Interface in com.modeliosoft.modelio.api.model.analyst
 
IRequirementContainer - Interface in com.modeliosoft.modelio.api.model.analyst
 
IRequirementElement - Interface in com.modeliosoft.modelio.api.model.analyst
 
isAbstract() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IFeature
Getter for the IsAbstract meta class attribute.
isAbstract() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Getter for the IsAbstract meta class attribute.
isAcceptNullValue() - Method in interface com.modeliosoft.modelio.api.ui.diagramcreation.IDiagramWizardContributor
 
isAcceptNullValue() - Method in class com.modeliosoft.modelio.api.ui.text.TextWrapperForIElement
 
isActive() - Method in interface com.modeliosoft.modelio.api.mdac.commands.IWorkbenchAction
Deprecated.
 
isActive() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClass
Getter for the IsActive meta class attribute.
isActiveFor(IElement[], boolean) - Method in class com.modeliosoft.modelio.api.mdac.commands.DefaultMdacAction
 
isActiveFor(ObList<IElement>, IMdac) - Method in class com.modeliosoft.modelio.api.mdac.commands.DefaultMdacContextualCommand
The command is active by default.
isActiveFor(IElement[], boolean) - Method in interface com.modeliosoft.modelio.api.mdac.commands.IMdacAction
 
isActiveFor(ObList<IElement>, IMdac) - Method in interface com.modeliosoft.modelio.api.mdac.commands.IMdacContextualCommand
This method precizes if a command has to be desactivated.
isAssured() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IConditionalNode
Getter for the IsAssured meta class attribute.
isBehavior() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPort
Getter for the IsBehavior meta class attribute.
isBelongToPrototype() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITagType
Getter for the BelongToPrototype meta class attribute.
isCancelActivity() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnBoundaryEvent
Getter for the CancelActivity meta class attribute.
isCancelRemainingInstances() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnAdHocSubProcess
Getter for the CancelRemainingInstances meta class attribute.
isChangeable() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
Getter for the IsChangeable meta class attribute.
isClass() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IFeature
Getter for the IsClass meta class attribute.
isClosed() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnCollaboration
Getter for the IsClosed meta class attribute.
isClosed() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Getter for the IsClosed meta class attribute.
isCmsAdded() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IElementStatus
 
isCmsLocked() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IElementStatus
 
isCmsManaged() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IElementStatus
 
isCmsModified() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IElementStatus
 
isCmsNode() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IElementStatus
 
isCmsSynchronized() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IElementStatus
 
isCollection() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemDefinition
Getter for the IsCollection meta class attribute.
isCombineDuplicate() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IForkJoinNode
Getter for the IsCombineDuplicate meta class attribute.
isCompensation() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityAction
Getter for the IsCompensation meta class attribute.
isConcurrency() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Getter for the Concurrency meta class attribute.
isConcurrent() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ICollaboration
Getter for the IsConcurrent meta class attribute.
isConjugated() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPort
Getter for the IsConjugated meta class attribute.
isConstant() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Getter for the IsConstant meta class attribute.
isControl() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IPin
Getter for the IsControl meta class attribute.
isControlType() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IObjectNode
Getter for the IsControlType meta class attribute.
IScriptService - Interface in com.modeliosoft.modelio.api.mdac.script
 
isDerived() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
Getter for the IsDerived meta class attribute.
isDerived() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttribute
Getter for the IsDerived meta class attribute.
isDeterminate() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IConditionalNode
Getter for the IsDeterminate meta class attribute.
isDimension() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityPartition
Getter for the IsDimension meta class attribute.
isDirty() - Method in interface com.modeliosoft.modelio.api.editor.IMDATextEditor
Indicates whether of not the editor's content has been modified.
isDrawLineBridges() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramLink
Check whereas bridge are drawn on vertical line segments that cross an horizontal one.
isEditable(int, int) - Method in interface com.modeliosoft.modelio.api.mdac.IMdacPropertyModel
 
isEditable() - Method in interface com.modeliosoft.modelio.api.model.analyst.IProperty
Getter for the IsEditable meta class attribute.
isElementary() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Getter for the IsElementary meta class attribute.
isEnabled() - Method in class com.modeliosoft.modelio.api.mdac.contrib.MdacActionDelegatingHandler
 
ISendSignalAction - Interface in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
ISequenceDiagram - Interface in com.modeliosoft.modelio.api.model.diagrams
 
isEvent() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Getter for the IsEvent meta class attribute.
isException() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Getter for the IsException meta class attribute.
isException() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Getter for the IsException meta class attribute.
isExpansion() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IPin
Getter for the IsExpansion meta class attribute.
isExportAnnotations() - Method in class com.modeliosoft.modelio.api.exchange.XmiExportConfiguration
 
isExternal() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityPartition
Getter for the IsExternal meta class attribute.
isFinal() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Getter for the Final meta class attribute.
isForCompensation() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Getter for the IsForCompensation meta class attribute.
isGlobal() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnTask
Getter for the IsGlobal meta class attribute.
IShallowHistoryPseudoState - Interface in com.modeliosoft.modelio.api.model.uml.behavior.state
 
isHandled() - Method in class com.modeliosoft.modelio.api.mdac.contrib.MdacActionDelegatingHandler
 
isHidden() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IExternDocumentType
Getter for the IsHidden meta class attribute.
isHidden() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.INoteType
Getter for the IsHidden meta class attribute.
isHidden() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Getter for the IsHidden meta class attribute.
isHidden() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITagType
Getter for the IsHidden meta class attribute.
ISignal - Interface in com.modeliosoft.modelio.api.model.uml.behavior.common
 
isImmediate() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSequenceFlow
Getter for the IsImmediate meta class attribute.
isInstanciate() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnEventBasedGateway
Getter for the Instanciate meta class attribute.
isInstanciate() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnReceiveTask
Getter for the Instanciate meta class attribute.
isInstantiable() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPackage
Getter for the IsInstantiable meta class attribute.
isInterrupting() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnStartEvent
Getter for the IsInterrupting meta class attribute.
isLeaf() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Getter for the IsLeaf meta class attribute.
isMain() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClass
Getter for the IsMain meta class attribute.
isModifiable() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IElementStatus
 
isMultiCast() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IObjectFlow
Getter for the IsMultiCast meta class attribute.
isMultipleInstance() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityAction
Getter for the IsMultipleInstance meta class attribute.
isMultiReceive() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IObjectFlow
Getter for the IsMultiReceive meta class attribute.
ismustIsolate() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IStructuredActivityNode
Getter for the mustIsolate meta class attribute.
isNavigable() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
Getter for the IsNavigable meta class attribute.
isNavigable() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ILinkEnd
Getter for the IsNavigable meta class attribute.
isNewerThan(Version) - Method in class com.modeliosoft.modelio.api.modelio.Version
Check if this Version is newer than the given Version.
isOlderThan(Version) - Method in class com.modeliosoft.modelio.api.modelio.Version
Check if this Version is older than the given Version
isOrdered() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
Getter for the IsOrdered meta class attribute.
isOrdered() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttribute
Getter for the IsOrdered meta class attribute.
isOrdered() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ILinkEnd
Getter for the IsOrdered meta class attribute.
isOrdered() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Getter for the IsOrdered meta class attribute.
isParallelMultiple() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnCatchEvent
Getter for the ParallelMultiple meta class attribute.
isPrimarySelected() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramGraphic
Returns the selected state of this graphical element.
isPrimarySelected() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramLink
 
isPrimarySelected() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramNode
 
isQualified() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITagType
Getter for the IsQualified meta class attribute.
isRamcObject() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IElementStatus
 
isReadOnly() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivity
Getter for the IsReadOnly meta class attribute.
isReentrant() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehavior
Getter for the IsReentrant meta class attribute.
isRequired() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResourceParameter
Getter for the IsRequired meta class attribute.
isRoot() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Getter for the IsRoot meta class attribute.
isSelected() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramGraphic
Returns the selected state of this graphical element.
isSelected() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramLink
 
isSelected() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramNode
 
isSelf() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IInputPin
Getter for the IsSelf meta class attribute.
isSequencial() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMultiInstanceLoopCharacteristics
Getter for the IsSequencial meta class attribute.
isService() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPort
Getter for the IsService meta class attribute.
isShowInvalidDiagram() - Method in class com.modeliosoft.modelio.api.ui.diagramcreation.DiagramWizardModel
 
isSingleExecution() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivity
Getter for the IsSingleExecution meta class attribute.
isStereotyped(String) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
 
isStream() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Getter for the IsStream meta class attribute.
isSynchronous() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.ICallAction
Getter for the IsSynchronous meta class attribute.
isTagged(IModelElement, String) - Static method in class com.modeliosoft.modelio.api.model.ObUtils
Deprecated.
isTagged(String) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
 
isTargetIsClass() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttribute
Getter for the TargetIsClass meta class attribute.
IState - Interface in com.modeliosoft.modelio.api.model.uml.behavior.state
 
IStateInvariant - Interface in com.modeliosoft.modelio.api.model.uml.behavior.state
 
IStateMachine - Interface in com.modeliosoft.modelio.api.model.uml.behavior.state
 
IStateMachineDiagram - Interface in com.modeliosoft.modelio.api.model.diagrams
 
IStateVertex - Interface in com.modeliosoft.modelio.api.model.uml.behavior.state
 
IStaticDiagram - Interface in com.modeliosoft.modelio.api.model.diagrams
 
IStatusChangeEvent - Interface in com.modeliosoft.modelio.api.model.change
This interface provide the API of a Status Change Event
IStatusChangeHandler - Interface in com.modeliosoft.modelio.api.model.change
Handler of status changes.
IStatusChangeListener - Interface in com.modeliosoft.modelio.api.model.change
Listener of status changes.
IStereotype - Interface in com.modeliosoft.modelio.api.model.uml.infrastructure
 
isTestBefore() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnStandardLoopCharacteristics
Getter for the TestBefore meta class attribute.
isTestedFirst() - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.ILoopNode
Getter for the IsTestedFirst meta class attribute.
isTriggeredByEvent() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSubProcess
Getter for the TriggeredByEvent meta class attribute.
IStructuredActivityNode - Interface in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
IStyleHandle - Interface in com.modeliosoft.modelio.api.diagram.style
A style handle is a named proxy towards a style definition.
ISubstitution - Interface in com.modeliosoft.modelio.api.model.uml.infrastructure
 
isUnique() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
Getter for the IsUnique meta class attribute.
isUnique() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttribute
Getter for the IsUnique meta class attribute.
isUnique() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ILinkEnd
Getter for the IsUnique meta class attribute.
isUnique() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Getter for the IsUnique meta class attribute.
isUnlimited() - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataStore
Getter for the IsUnlimited meta class attribute.
isValid() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IElement
 
isValid() - Method in class com.modeliosoft.modelio.api.model.UMLPath
Used to check that the UMLPath is valid or not.
isValueParameter() - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ITemplateParameter
Getter for the IsValueParameter meta class attribute.
isVertical() - Method in interface com.modeliosoft.modelio.api.model.diagrams.IActivityDiagram
Getter for the IsVertical meta class attribute.
isVisible() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ILocalNote
Getter for the IsVisible meta class attribute.
isVisible() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ILocalTaggedValue
Getter for the IsVisible meta class attribute.
ITaggedValue - Interface in com.modeliosoft.modelio.api.model.uml.infrastructure
 
ITagParameter - Interface in com.modeliosoft.modelio.api.model.uml.infrastructure
 
ITagType - Interface in com.modeliosoft.modelio.api.model.uml.infrastructure
 
ITemplateBinding - Interface in com.modeliosoft.modelio.api.model.uml.statik
 
ITemplateParameter - Interface in com.modeliosoft.modelio.api.model.uml.statik
 
ITemplateParameterSubstitution - Interface in com.modeliosoft.modelio.api.model.uml.statik
 
items - Variable in class com.modeliosoft.modelio.api.mdac.paramEdition.EnumParameterModel
 
ITerm - Interface in com.modeliosoft.modelio.api.model.analyst
 
ITerminatePseudoState - Interface in com.modeliosoft.modelio.api.model.uml.behavior.state
 
ITerminateSpecification - Interface in com.modeliosoft.modelio.api.model.uml.behavior.interaction
 
ITransaction - Interface in com.modeliosoft.modelio.api.model
This interface defines the Modelio transactions.
ITransition - Interface in com.modeliosoft.modelio.api.model.uml.behavior.state
 
IUmlModel - Interface in com.modeliosoft.modelio.api.model
The IUmlModel provide navigation and modification in the UML model represented in Modelio.
IUMLTypes - Interface in com.modeliosoft.modelio.api.model
This interface give access to UML types managed by Modelio.
IUsage - Interface in com.modeliosoft.modelio.api.model.uml.infrastructure
 
IUseCase - Interface in com.modeliosoft.modelio.api.model.uml.usecase
 
IUseCaseDependency - Interface in com.modeliosoft.modelio.api.model.uml.usecase
 
IUseCaseDiagram - Interface in com.modeliosoft.modelio.api.model.diagrams
 
IValuePin - Interface in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
IWorkbenchAction - Interface in com.modeliosoft.modelio.api.mdac.commands
Deprecated.

J

JAVA - Static variable in class com.modeliosoft.modelio.api.astyle.AStyle
Constant for default Java indentation.
javaToNative(Object, TransferData) - Method in class com.modeliosoft.modelio.api.ui.dnd.ModelElementTransfer
 

K

keepBasePalette() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramCustomizer
Indicates whether the 'standard' content of the diagram palette must be kept or flushed when opening this stereotyped diagram.

L

LABEL_TIP_FG - Static variable in interface com.modeliosoft.modelio.api.ui.UIColor
Label
LARGE - Static variable in interface com.modeliosoft.modelio.api.ui.UIFont
 
LARGE_G - Static variable in interface com.modeliosoft.modelio.api.ui.UIFont
 
LARGE_GI - Static variable in interface com.modeliosoft.modelio.api.ui.UIFont
 
LARGE_I - Static variable in interface com.modeliosoft.modelio.api.ui.UIFont
 
LARGE_SIZE - Static variable in interface com.modeliosoft.modelio.api.ui.UIFont
 
layout(Composite, boolean) - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog.PageContainerFillLayout
 
layoutPage(Control) - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog.PageContainerFillLayout
Lays outs the page according to this layout.
leavePickingMode() - Method in interface com.modeliosoft.modelio.api.app.picking.IPickingProvider
Ends the picking session.
LinuxDropTarget - Class in com.modeliosoft.modelio.api.ui.dnd
Linux implementation of DropTarget that delegates the drag to a given child widget.
LinuxDropTarget(Control, int) - Constructor for class com.modeliosoft.modelio.api.ui.dnd.LinuxDropTarget
Creates a drop target.
list - Variable in class com.modeliosoft.modelio.api.ui.text.ResultsProposalPopup
 
listRectangle - Variable in class com.modeliosoft.modelio.api.ui.text.ResultsProposalPopup
 
listStyles() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramService
List all diagram styles that are currently installed.
loop - Variable in class com.modeliosoft.modelio.api.ui.text.ResultsProposalPopup
 

M

map(IMetamodelVisitor) - Method in interface com.modeliosoft.modelio.api.utils.IList
 
map(IMetamodelVisitor) - Method in class com.modeliosoft.modelio.api.utils.ObList
 
marginHeight - Variable in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog.PageContainerFillLayout
The margin height; 5 pixels by default.
marginWidth - Variable in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog.PageContainerFillLayout
The margin width; 5 pixels by default.
mask() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramGraphic
Mask the current representation.
mask(IDiagramGraphic) - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramHandle
Mask a graphical element in the diagram.
mask() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramLink
 
mask() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramNode
 
mc - Variable in class com.modeliosoft.modelio.api.utils.ObRef
 
mdac - Variable in class com.modeliosoft.modelio.api.mdac.DefaultMdacSession
Module of the session.
mdac - Variable in class com.modeliosoft.modelio.api.mdac.paramEdition.ParametersEditionModel
 
mdac - Variable in class com.modeliosoft.modelio.api.mdac.propertiesPage.AbstractMdacPropertyPage
Module that is associated to the property page.
MdacActionDelegatingHandler - Class in com.modeliosoft.modelio.api.mdac.contrib
 
MdacException - Exception in com.modeliosoft.modelio.api.mdac
 
MdacException(String) - Constructor for exception com.modeliosoft.modelio.api.mdac.MdacException
 
MdacException(String, Throwable) - Constructor for exception com.modeliosoft.modelio.api.mdac.MdacException
 
MdacParameterType - Enum in com.modeliosoft.modelio.api.mdac.paramEdition
 
Messages - Class in com.modeliosoft.modelio.api
Message class for api plugin.
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.analyst.IAnalystProject
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.analyst.IDictionary
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.analyst.IDictionaryElement
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.analyst.IEnumeratedPropertyType
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.analyst.IProperty
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.analyst.IPropertyContainer
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.analyst.IPropertyEnumerationLitteral
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.analyst.IPropertySet
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.analyst.IPropertyType
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.analyst.IPropertyValue
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.analyst.IPropertyValueSet
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.analyst.IRequirement
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.analyst.IRequirementContainer
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.analyst.IRequirementElement
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.analyst.ITerm
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnAdHocSubProcess
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnArtifact
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnAssociation
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnBaseElement
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnBehavior
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnBoundaryEvent
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnBusinessRuleTask
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnCallActivity
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnCancelEventDefinition
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnCatchEvent
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnCollaboration
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnCompensateEventDefinition
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnComplexBehaviorDefinition
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnComplexGateway
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnConditionalEventDefinition
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataAssociation
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataInput
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataObject
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataOutput
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataState
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataStore
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnEndEvent
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnEndPoint
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnErrorEventDefinition
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnEscalationEventDefinition
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnEvent
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnEventBasedGateway
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnEventDefinition
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnExclusiveGateway
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnFlowElement
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnFlowNode
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnGateway
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnGroup
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnImplicitThrowEvent
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnInclusiveGateway
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnInterface
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnIntermediateCatchEvent
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnIntermediateThrowEvent
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemAwareElement
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemDefinition
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnLane
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnLaneSet
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnLinkEventDefinition
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnLoopCharacteristics
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnManualTask
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessage
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessageEventDefinition
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessageFlow
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMultiInstanceLoopCharacteristics
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnOperation
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnParallelGateway
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnParticipant
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcessCollaborationDiagram
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnReceiveTask
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResource
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResourceParameter
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResourceParameterBinding
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResourceRole
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnRootElement
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnScriptTask
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSendTask
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSequenceFlow
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSequenceFlowDataAssociation
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnServiceTask
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSignalEventDefinition
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnStandardLoopCharacteristics
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnStartEvent
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSubProcess
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSubProcessDiagram
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnTask
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnTerminateEventDefinition
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnThrowEvent
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnTimerEventDefinition
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnTransaction
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnUserTask
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.diagrams.IAbstractDiagram
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.diagrams.IActivityDiagram
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.diagrams.IBehaviorDiagram
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.diagrams.IClassDiagram
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.diagrams.ICommunicationDiagram
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.diagrams.ICompositeStructureDiagram
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.diagrams.IDeploymentDiagram
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.diagrams.IDiagramContainer
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.diagrams.IDiagramSet
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.diagrams.IObjectDiagram
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.diagrams.ISequenceDiagram
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.diagrams.IStateMachineDiagram
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.diagrams.IStaticDiagram
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.diagrams.IUseCaseDiagram
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.extension.IConfigParam
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.extension.IModule
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.extension.IProject
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IAcceptCallEventAction
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IAcceptChangeEventAction
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IAcceptSignalAction
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IAcceptTimeEventAction
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivity
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityAction
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityEdge
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityFinalNode
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityGroup
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityNode
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityParameterNode
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityPartition
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.ICallAction
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.ICallBehaviorAction
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.ICallOperationAction
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.ICentralBufferNode
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IClause
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IConditionalNode
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IControlFlow
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IControlNode
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IDataStoreNode
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IDecisionMergeNode
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IExceptionHandler
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IExpansionNode
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IExpansionRegion
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IFinalNode
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IFlowFinalNode
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IForkJoinNode
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IInitialNode
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IInputPin
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IInstanceNode
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IInterruptibleActivityRegion
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.ILoopNode
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IMessageFlow
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IObjectFlow
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IObjectNode
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IOpaqueAction
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IOutputPin
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IPin
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.ISendSignalAction
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IStructuredActivityNode
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IValuePin
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehavior
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehaviorParameter
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IOpaqueBehavior
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationChannel
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationInteraction
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationMessage
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationNode
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.ICombinedFragment
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IDurationConstraint
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IExecutionOccurenceSpecification
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IExecutionSpecification
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IGate
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IGeneralOrdering
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteraction
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionFragment
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionOperand
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionUse
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.ILifeline
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IMessage
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IMessageEnd
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IOccurrenceSpecification
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IPartDecomposition
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.ITerminateSpecification
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IAbstractPseudoState
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IChoicePseudoState
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IConnectionPointReference
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IDeepHistoryPseudoState
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IEntryPointPseudoState
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IEvent
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IExitPointPseudoState
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IFinalState
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IForkPseudoState
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IInitialPseudoState
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IInternalTransition
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IJoinPseudoState
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IJunctionPseudoState
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IRegion
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IShallowHistoryPseudoState
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IStateInvariant
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IStateMachine
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IStateVertex
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.state.ITerminatePseudoState
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.behavior.state.ITransition
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.information.IInformationItem
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IAbstraction
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IConstraint
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IDependency
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IElement
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IElementRealization
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IExternDocument
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IExternDocumentType
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ILocalNote
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ILocalTaggedValue
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IMetaclassReference
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.infrastructure.INote
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.infrastructure.INoteType
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IProfile
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ISubstitution
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITaggedValue
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITagParameter
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITagType
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IUsage
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.statik.IArtifact
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociation
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.statik.IAttribute
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.statik.IAttributeLink
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.statik.IBindableInstance
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.statik.IBinding
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.statik.IClass
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.statik.IClassAssociation
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.statik.ICollaboration
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.statik.ICollaborationUse
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.statik.IComponent
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.statik.IConnector
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.statik.IConnectorEnd
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.statik.IDataFlow
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.statik.IDataType
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.statik.IElementImport
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.statik.IEnumeration
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.statik.IEnumerationLiteral
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.statik.IFeature
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralization
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.statik.IInterface
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.statik.IInterfaceRealization
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.statik.ILink
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.statik.ILinkEnd
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.statik.IManifestation
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.statik.IModelTree
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.statik.INamespaceUse
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.statik.INode
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.statik.IPackage
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.statik.IPackageImport
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.statik.IPackageMerge
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.statik.IPort
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.statik.IProvidedInterface
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.statik.IRaisedException
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.statik.IRequiredInterface
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.statik.ITemplateBinding
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.statik.ITemplateParameter
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.statik.ITemplateParameterSubstitution
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.usecase.IActor
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.usecase.IExtensionPoint
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.usecase.IUseCase
 
MetaclassName - Static variable in interface com.modeliosoft.modelio.api.model.uml.usecase.IUseCaseDependency
 
minimumHeight - Variable in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog.PageContainerFillLayout
The minimum height; 0 pixels by default.
minimumWidth - Variable in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog.PageContainerFillLayout
The minimum width; 0 pixels by default.
modelChanged(IModelingSession, IModelChangeEvent) - Method in interface com.modeliosoft.modelio.api.model.change.IModelChangeListener
Invoked when the model has changed.
modelCharset - Static variable in class com.modeliosoft.modelio.api.utils.CharsetUtils
 
ModelElementTransfer - Class in com.modeliosoft.modelio.api.ui.dnd
Specific implementation of ByteArrayTransfer for ObRef manipulation.
Modelio - Class in com.modeliosoft.modelio.api.modelio
This class a the class that represents the modelio application.
Modelio() - Constructor for class com.modeliosoft.modelio.api.modelio.Modelio
 
ModelioDialog - Class in com.modeliosoft.modelio.api.ui
Dialog template that has : a header with : a left image, modifiable with ModelioDialog.setTitleLeftImage(Image) a bold title, set with ModelioDialog.setTitle(String) a logo image displayed on the right side, set with ModelioDialog.setLogoImage(Image) a message, set with ModelioDialog.setMessage(String).
ModelioDialog(Shell) - Constructor for class com.modeliosoft.modelio.api.ui.ModelioDialog
 
ModelioWizardDialog - Class in com.modeliosoft.modelio.api.ui
Version of eclipse's WizardDialog using ModelioDialog instead of TitleAreaDialog.
ModelioWizardDialog(Shell, IWizard) - Constructor for class com.modeliosoft.modelio.api.ui.ModelioWizardDialog
Creates a new wizard dialog for the given wizard.
ModelioWizardDialog.PageContainerFillLayout - Class in com.modeliosoft.modelio.api.ui
A layout for a container which includes several pages, like a notebook, wizard, or preference dialog.
ModelioWizardDialog.PageContainerFillLayout(int, int, int, int) - Constructor for class com.modeliosoft.modelio.api.ui.ModelioWizardDialog.PageContainerFillLayout
Creates new layout object.
ModuleState - Enum in com.modeliosoft.modelio.api.mdac
This enumeration lists all possible states of a Module.
movePoint(int, Point) - Method in interface com.modeliosoft.modelio.api.diagram.ILinkPath
Change the coordinates of a specific bend points of the connection.
moveTo(Collection<? extends IElement>, IElement) - Method in interface com.modeliosoft.modelio.api.model.IModelManipulationService
Move the given elements under another one.

N

NameFilter - Class in com.modeliosoft.modelio.api.utils
 
NameFilter(String) - Constructor for class com.modeliosoft.modelio.api.utils.NameFilter
 
nameText - Variable in class com.modeliosoft.modelio.api.ui.diagramcreation.DiagramWizardDialog
 
nativeToJava(TransferData) - Method in class com.modeliosoft.modelio.api.ui.dnd.ModelElementTransfer
 
navigateTo(IElement) - Method in interface com.modeliosoft.modelio.api.app.navigation.INavigationListener
Implementation should display and select the element in its view.
needReadWriteObject() - Method in class com.modeliosoft.modelio.api.mdac.commands.DefaultMdacAction
 
needReadWriteObject() - Method in interface com.modeliosoft.modelio.api.mdac.commands.IMdacAction
 
nextPressed() - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog
The Next button has been pressed.
NORMAL - Static variable in interface com.modeliosoft.modelio.api.ui.UIFont
 
NORMAL_G - Static variable in interface com.modeliosoft.modelio.api.ui.UIFont
 
NORMAL_GI - Static variable in interface com.modeliosoft.modelio.api.ui.UIFont
 
NORMAL_I - Static variable in interface com.modeliosoft.modelio.api.ui.UIFont
 
normalizeLocalProperties() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramGraphic
Normalizing an element's style consists in removing from its local definitions the values that are currently the same as the value in cascaded style.
NoteTypeNotFoundException - Exception in com.modeliosoft.modelio.api.utils
 
NoteTypeNotFoundException() - Constructor for exception com.modeliosoft.modelio.api.utils.NoteTypeNotFoundException
 
NoteTypeNotFoundException(String) - Constructor for exception com.modeliosoft.modelio.api.utils.NoteTypeNotFoundException
 
NoteTypeNotFoundException(String, Throwable) - Constructor for exception com.modeliosoft.modelio.api.utils.NoteTypeNotFoundException
 
NoteTypeNotFoundException(Throwable) - Constructor for exception com.modeliosoft.modelio.api.utils.NoteTypeNotFoundException
 
noteTypes - Variable in class com.modeliosoft.modelio.api.mc.DefaultModelComponentContent
 

O

ObAdHocOrderingEnum - Enum in com.modeliosoft.modelio.api.model.bpmn
 
ObAggregationKindEnum - Enum in com.modeliosoft.modelio.api.model.uml.statik
 
ObBpmnAssociationDirectionEnum - Enum in com.modeliosoft.modelio.api.model.bpmn
 
ObBpmnEventBasedGatewayTypeEnum - Enum in com.modeliosoft.modelio.api.model.bpmn
 
ObBpmnGatewayDirectionEnum - Enum in com.modeliosoft.modelio.api.model.bpmn
 
ObBpmnItemKindEnum - Enum in com.modeliosoft.modelio.api.model.bpmn
 
ObBpmnProcessTypeEnum - Enum in com.modeliosoft.modelio.api.model.bpmn
 
ObConfigParamTypeEnum - Enum in com.modeliosoft.modelio.api.model.extension
 
ObDecisionNodeKindEnum - Enum in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
ObElementDeletedException - Exception in com.modeliosoft.modelio.api.utils.exceptions
 
ObElementDeletedException() - Constructor for exception com.modeliosoft.modelio.api.utils.exceptions.ObElementDeletedException
 
ObElementDeletedException(String) - Constructor for exception com.modeliosoft.modelio.api.utils.exceptions.ObElementDeletedException
 
ObElementDeletedException(String, Throwable) - Constructor for exception com.modeliosoft.modelio.api.utils.exceptions.ObElementDeletedException
 
ObElementDeletedException(Throwable) - Constructor for exception com.modeliosoft.modelio.api.utils.exceptions.ObElementDeletedException
 
ObElementNotFoundException - Exception in com.modeliosoft.modelio.api.utils.exceptions
 
ObElementNotFoundException() - Constructor for exception com.modeliosoft.modelio.api.utils.exceptions.ObElementNotFoundException
 
ObElementNotFoundException(String) - Constructor for exception com.modeliosoft.modelio.api.utils.exceptions.ObElementNotFoundException
 
ObElementNotFoundException(String, Throwable) - Constructor for exception com.modeliosoft.modelio.api.utils.exceptions.ObElementNotFoundException
 
ObElementNotFoundException(Throwable) - Constructor for exception com.modeliosoft.modelio.api.utils.exceptions.ObElementNotFoundException
 
ObEventTypeEnum - Enum in com.modeliosoft.modelio.api.model.uml.behavior.common
 
ObExpansionKindEnum - Enum in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
ObInteractionOperatorEnum - Enum in com.modeliosoft.modelio.api.model.uml.behavior.interaction
 
ObKindOfAccessEnum - Enum in com.modeliosoft.modelio.api.model.uml.statik
 
ObKindOfControlEnum - Enum in com.modeliosoft.modelio.api.model.uml.behavior.state
 
ObKindOfStateMachineEnum - Enum in com.modeliosoft.modelio.api.model.uml.behavior.state
 
ObList<E extends IElement> - Class in com.modeliosoft.modelio.api.utils
 
ObList() - Constructor for class com.modeliosoft.modelio.api.utils.ObList
 
ObList(int) - Constructor for class com.modeliosoft.modelio.api.utils.ObList
 
ObList(Collection<E>) - Constructor for class com.modeliosoft.modelio.api.utils.ObList
 
ObList(E[]) - Constructor for class com.modeliosoft.modelio.api.utils.ObList
 
ObMessageKindEnum - Enum in com.modeliosoft.modelio.api.model.uml.behavior.interaction
 
ObMessageSortEnum - Enum in com.modeliosoft.modelio.api.model.uml.behavior.interaction
 
ObMethodPassingModeEnum - Enum in com.modeliosoft.modelio.api.model.uml.statik
 
ObMultiInstanceBehaviorEnum - Enum in com.modeliosoft.modelio.api.model.bpmn
 
ObObjectFlowEffectKindEnum - Enum in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
ObObjectNodeOrderingKindEnum - Enum in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
ObOptionalBooleanEnum - Enum in com.modeliosoft.modelio.api.model.bpmn
 
ObParameterEffectKindEnum - Enum in com.modeliosoft.modelio.api.model.uml.behavior.common
 
ObPassingModeEnum - Enum in com.modeliosoft.modelio.api.model.uml.statik
 
ObPinPassingModeEnum - Enum in com.modeliosoft.modelio.api.model.uml.behavior.activity
 
ObPredefinedEventTypeEnum - Enum in com.modeliosoft.modelio.api.model.uml.behavior.state
 
ObRef - Class in com.modeliosoft.modelio.api.utils
 
ObRef(IElement) - Constructor for class com.modeliosoft.modelio.api.utils.ObRef
 
ObRef(String, String) - Constructor for class com.modeliosoft.modelio.api.utils.ObRef
 
ObRelativeTimeEnum - Enum in com.modeliosoft.modelio.api.model.uml.behavior.interaction
 
ObStateKindEnum - Enum in com.modeliosoft.modelio.api.model.uml.behavior.state
 
ObTransactionMethodEnum - Enum in com.modeliosoft.modelio.api.model.bpmn
 
ObUtils - Class in com.modeliosoft.modelio.api.model
Deprecated.
most of the services defined in ObUtils are now available on IModelElement.
ObVisibilityModeEnum - Enum in com.modeliosoft.modelio.api.model.uml.statik
 
okButton - Variable in class com.modeliosoft.modelio.api.ui.diagramcreation.DiagramWizardDialog
 
okPressed() - Method in class com.modeliosoft.modelio.api.ui.diagramcreation.DiagramWizardDialog
 
onKeyPressed(KeyEvent) - Method in class com.modeliosoft.modelio.api.ui.text.TextWrapperForIElement
 
openBrowser() - Method in class com.modeliosoft.modelio.api.ui.diagramcreation.DiagramWizardDialog
 
openEditor(IModelElement, File, String, boolean) - Method in interface com.modeliosoft.modelio.api.editor.IEditionService
Open a new text editor, making the correspondence between a model element and a file.
openEditor(IAbstractDiagram) - Method in interface com.modeliosoft.modelio.api.editor.IEditionService
Open a diagram editor from an absract diagram.
openEditor(IArtifact) - Method in interface com.modeliosoft.modelio.api.editor.IEditionService
Open an editor from an artifact.
openEditor(IExternDocument) - Method in interface com.modeliosoft.modelio.api.editor.IEditionService
Open an editor from an extern document.
out - Static variable in class com.modeliosoft.modelio.api.modelio.Modelio
Deprecated.

P

packageModelComponent(IArtifact, Set<IPeerMdac>, File, IProgressMonitor) - Method in interface com.modeliosoft.modelio.api.mc.IModelComponentService
Package a model component from the model into a file.
parameterEditionModel - Variable in class com.modeliosoft.modelio.api.mdac.AbstractJavaMdac
 
ParameterGroupModel - Class in com.modeliosoft.modelio.api.mdac.paramEdition
 
ParameterGroupModel(String, String) - Constructor for class com.modeliosoft.modelio.api.mdac.paramEdition.ParameterGroupModel
 
ParameterModel - Class in com.modeliosoft.modelio.api.mdac.paramEdition
 
ParameterModel(IMdacConfiguration, String, String, String, String) - Constructor for class com.modeliosoft.modelio.api.mdac.paramEdition.ParameterModel
 
ParametersEditionModel - Class in com.modeliosoft.modelio.api.mdac.paramEdition
 
ParametersEditionModel(IMdac) - Constructor for class com.modeliosoft.modelio.api.mdac.paramEdition.ParametersEditionModel
 
parent - Variable in class com.modeliosoft.modelio.api.ui.text.ResultsProposalPopup
 
PasswordParameterModel - Class in com.modeliosoft.modelio.api.mdac.paramEdition
 
PasswordParameterModel(IMdacConfiguration, String, String, String, String) - Constructor for class com.modeliosoft.modelio.api.mdac.paramEdition.PasswordParameterModel
 
pickingAborted() - Method in interface com.modeliosoft.modelio.api.app.picking.IPickingClient
Called when another picking client calls beginPicking() on the picking service.
pickingAborted() - Method in class com.modeliosoft.modelio.api.ui.text.TextWrapperForIElement
 
propertyPages - Variable in class com.modeliosoft.modelio.api.mdac.AbstractJavaMdac
 
putNoteContent(IModelingSession, IModelElement, String, String) - Static method in class com.modeliosoft.modelio.api.model.ObUtils
Deprecated.
putNoteContent(String, String) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
 
putTagValue(String, String) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
 
putTagValues(IModelingSession, IModelElement, String, List<String>) - Static method in class com.modeliosoft.modelio.api.model.ObUtils
Deprecated.
putTagValues(String, List<String>) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
 

R

ReadOnlyElementException - Exception in com.modeliosoft.modelio.api.utils.exceptions
 
ReadOnlyElementException(IElement) - Constructor for exception com.modeliosoft.modelio.api.utils.exceptions.ReadOnlyElementException
 
ReadOnlyElementException(IElement, String) - Constructor for exception com.modeliosoft.modelio.api.utils.exceptions.ReadOnlyElementException
 
ReadOnlyElementException(IElement, String, Throwable) - Constructor for exception com.modeliosoft.modelio.api.utils.exceptions.ReadOnlyElementException
 
ReadOnlyElementException(IElement, Throwable) - Constructor for exception com.modeliosoft.modelio.api.utils.exceptions.ReadOnlyElementException
 
registerAction(ActionLocation, IMdacAction) - Method in class com.modeliosoft.modelio.api.mdac.AbstractJavaMdac
Register a module action for the contextual popupmenu(s) of the application.
registerAction(ActionLocation, IMdacAction) - Method in interface com.modeliosoft.modelio.api.mdac.IMdac
Register a module action for the contextual popupmenu(s) of the application.
registerCustomizedTool(String, Class<? extends IElement>, IStereotype, String, IBoxCommand) - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramService
Register a new palette 'box' Tool.
registerCustomizedTool(String, Class<? extends IElement>, IStereotype, String, IAttachedBoxCommand) - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramService
Register a new palette 'attached box' Tool.
registerCustomizedTool(String, Class<? extends IElement>, IStereotype, String, ILinkCommand) - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramService
Register a new palette 'link' Tool.
registerCustomizedTool(String, Class<? extends IElement>, IStereotype, String, IMultiLinkCommand) - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramService
Register a new palette 'multi link' Tool.
registerDiagramCustomization(IStereotype, Class<? extends IAbstractDiagram>, IDiagramCustomizer) - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramService
Register a customizer for a stereotyped diagram.
registerPickingProvider(IPickingProvider) - Method in interface com.modeliosoft.modelio.api.app.picking.IPickingService
Registers an element picking provider .
registerStyle(String, String, File) - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramService
Register a new named style along with its 'data' file.
reload() - Method in interface com.modeliosoft.modelio.api.editor.IMDATextEditor
Reload the content of the editor from the corresponding file.
remove(int) - Method in class com.modeliosoft.modelio.api.utils.ObList
 
remove(Object) - Method in class com.modeliosoft.modelio.api.utils.ObList
 
removeAccepted(ISignal) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IAcceptSignalAction
Remove an ObSignal from the 'Accepted' association.
removeActual(IGate) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IGate
Remove an ObGate from the 'Actual' association.
removeActual(ITagParameter) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITaggedValue
Remove an ObTagParameter from the 'Actual' association.
removeActualGate(IGate) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionUse
Remove an ObGate from the 'ActualGate' association.
removeAll(Collection<?>) - Method in class com.modeliosoft.modelio.api.utils.ObList
 
removeAllowedMetaclass(Class<? extends IElement>) - Method in class com.modeliosoft.modelio.api.ui.text.TextWrapperForIElement
 
removeAllowedMetaclasses(List<Class<? extends IElement>>) - Method in class com.modeliosoft.modelio.api.ui.text.TextWrapperForIElement
 
removeArtifact(IBpmnArtifact) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnCollaboration
Remove an ObBpmnArtifact from the 'Artifact' association.
removeArtifact(IBpmnArtifact) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Remove an ObBpmnArtifact from the 'Artifact' association.
removeArtifact(IBpmnArtifact) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSubProcess
Remove an ObBpmnArtifact from the 'Artifact' association.
removeBehaviorParam(IBehaviorParameter) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Remove an ObBehaviorParameter from the 'BehaviorParam' association.
removeBody(IActivityNode) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IClause
Remove an ObActivityNode from the 'Body' association.
removeBody(IActivityNode) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IStructuredActivityNode
Remove an ObActivityNode from the 'Body' association.
removeBoundaryEventRef(IBpmnBoundaryEvent) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Remove an ObBpmnBoundaryEvent from the 'BoundaryEventRef' association.
removeBpmnCaller(IBpmnCallActivity) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehavior
Remove an ObBpmnCallActivity from the 'BpmnCaller' association.
removeBpmnDataStateRefs(IBpmnDataState) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Remove an ObBpmnDataState from the 'BpmnDataStateRefs' association.
removeBpmnInterfaceRefs(IBpmnInterface) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Remove an ObBpmnInterface from the 'BpmnInterfaceRefs' association.
removeBpmnItemAwareRefs(IBpmnItemAwareElement) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Remove an ObBpmnItemAwareElement from the 'BpmnItemAwareRefs' association.
removeBpmnItemDefinitionRefs(IBpmnItemDefinition) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Remove an ObBpmnItemDefinition from the 'BpmnItemDefinitionRefs' association.
removeBpmnLaneRefs(IBpmnLane) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Remove an ObBpmnLane from the 'BpmnLaneRefs' association.
removeBpmnMessageRefs(IBpmnMessage) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Remove an ObBpmnMessage from the 'BpmnMessageRefs' association.
removeBpmnOperationRef(IBpmnOperation) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Remove an ObBpmnOperation from the 'BpmnOperationRef' association.
removeBpmnRepresentingDataInput(IBpmnDataInput) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Remove an ObBpmnDataInput from the 'BpmnRepresentingDataInput' association.
removeBpmnRepresentingDataOutput(IBpmnDataOutput) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Remove an ObBpmnDataOutput from the 'BpmnRepresentingDataOutput' association.
removeBpmnRepresents(IBpmnParticipant) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Remove an ObBpmnParticipant from the 'BpmnRepresents' association.
removeBpmnRepresents(IBpmnParticipant) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPackage
Remove an ObBpmnParticipant from the 'BpmnRepresents' association.
removeCaller(IBpmnServiceTask) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnOperation
Remove an ObBpmnServiceTask from the 'Caller' association.
removeCaller(IBpmnCallActivity) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Remove an ObBpmnCallActivity from the 'Caller' association.
removeCaller(IBpmnCallActivity) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnTask
Remove an ObBpmnCallActivity from the 'Caller' association.
removeCaller(ICallBehaviorAction) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehavior
Remove an ObCallBehaviorAction from the 'Caller' association.
removeCaller(IBpmnCallActivity) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Remove an ObBpmnCallActivity from the 'Caller' association.
removeCallerReceiveTask(IBpmnReceiveTask) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Remove an ObBpmnReceiveTask from the 'CallerReceiveTask' association.
removeCallerSendTask(IBpmnSendTask) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Remove an ObBpmnSendTask from the 'CallerSendTask' association.
removeCallerServiceTask(IBpmnServiceTask) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Remove an ObBpmnServiceTask from the 'CallerServiceTask' association.
removeCallingAction(ICallOperationAction) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Remove an ObCallOperationAction from the 'CallingAction' association.
removeCategorized(IBpmnFlowElement) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnGroup
Remove an ObBpmnFlowElement from the 'Categorized' association.
removecause(IElement) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INamespaceUse
Remove an ObElement from the 'cause' association.
removecausing(INamespaceUse) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IElement
Remove an ObNamespaceUse from the 'causing' association.
removeChild(IStereotype) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Remove an ObStereotype from the 'Child' association.
removeCommunicationUsage(ICommunicationMessage) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Remove an ObCommunicationMessage from the 'CommunicationUsage' association.
removeCommunicationUsage(ICommunicationMessage) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Remove an ObCommunicationMessage from the 'CommunicationUsage' association.
removeCompensateEventDefinitions(IBpmnCompensateEventDefinition) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Remove an ObBpmnCompensateEventDefinition from the 'CompensateEventDefinitions' association.
removeComplexBehaviorDefinition(IBpmnComplexBehaviorDefinition) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMultiInstanceLoopCharacteristics
Remove an ObBpmnComplexBehaviorDefinition from the 'ComplexBehaviorDefinition' association.
removeConnection(IConnectionPointReference) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IEntryPointPseudoState
Remove an ObConnectionPointReference from the 'Connection' association.
removeConnection(IConnectionPointReference) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IExitPointPseudoState
Remove an ObConnectionPointReference from the 'Connection' association.
removeConnection(IConnectionPointReference) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Remove an ObConnectionPointReference from the 'Connection' association.
removeConnection(IAssociationEnd) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociation
Remove an ObAssociationEnd from the 'Connection' association.
removeConnection(ILinkEnd) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Remove an ObLinkEnd from the 'Connection' association.
removeConnection(ILinkEnd) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ILink
Remove an ObLinkEnd from the 'Connection' association.
removeConnector(IBpmnSequenceFlowDataAssociation) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSequenceFlow
Remove an ObBpmnSequenceFlowDataAssociation from the 'Connector' association.
removeConstrainedElement(IModelElement) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IConstraint
Remove an ObModelElement from the 'ConstrainedElement' association.
removeConstraintDefinition(IConstraint) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Remove an ObConstraint from the 'ConstraintDefinition' association.
removeConsumer(ILinkEnd) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IProvidedInterface
Remove an ObLinkEnd from the 'Consumer' association.
removeContainedNode(IActivityNode) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityPartition
Remove an ObActivityNode from the 'ContainedNode' association.
removeConveyed(IClassifier) - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Remove an ObClassifier from the 'Conveyed' association.
removeConveyer(IInformationFlow) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Remove an ObInformationFlow from the 'Conveyer' association.
removeCovered(ILifeline) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionFragment
Remove an ObLifeline from the 'Covered' association.
removeCoveredBy(IInteractionFragment) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.ILifeline
Remove an ObInteractionFragment from the 'CoveredBy' association.
removeDataAssociation(IBpmnDataAssociation) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSequenceFlowDataAssociation
Remove an ObBpmnDataAssociation from the 'DataAssociation' association.
removeDataInputAssociation(IBpmnDataAssociation) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Remove an ObBpmnDataAssociation from the 'DataInputAssociation' association.
removeDataInputAssociation(IBpmnDataAssociation) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnThrowEvent
Remove an ObBpmnDataAssociation from the 'DataInputAssociation' association.
removeDataOutputAssociation(IBpmnDataAssociation) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Remove an ObBpmnDataAssociation from the 'DataOutputAssociation' association.
removeDataOutputAssociation(IBpmnDataAssociation) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnCatchEvent
Remove an ObBpmnDataAssociation from the 'DataOutputAssociation' association.
removeDeclared(IInstance) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Remove an ObInstance from the 'Declared' association.
removeDefaultParametering(ITemplateParameter) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Remove an ObTemplateParameter from the 'DefaultParametering' association.
removeDeffered(IEvent) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Remove an ObEvent from the 'Deffered' association.
removeDefinedExternDocumentType(IExternDocumentType) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IMetaclassReference
Remove an ObExternDocumentType from the 'DefinedExternDocumentType' association.
removeDefinedExternDocumentType(IExternDocumentType) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Remove an ObExternDocumentType from the 'DefinedExternDocumentType' association.
removeDefinedNoteType(INoteType) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IMetaclassReference
Remove an ObNoteType from the 'DefinedNoteType' association.
removeDefinedNoteType(INoteType) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Remove an ObNoteType from the 'DefinedNoteType' association.
removeDefinedPropertySet(IPropertySet) - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertyContainer
Remove an ObPropertySet from the 'DefinedPropertySet' association.
removeDefinedStereotype(IStereotype) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IProfile
Remove an ObStereotype from the 'DefinedStereotype' association.
removeDefinedTagType(ITagType) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IMetaclassReference
Remove an ObTagType from the 'DefinedTagType' association.
removeDefinedTagType(ITagType) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Remove an ObTagType from the 'DefinedTagType' association.
removeDefinedType(IPropertyType) - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertyContainer
Remove an ObPropertyType from the 'DefinedType' association.
removeDependsOn(IModule) - Method in interface com.modeliosoft.modelio.api.model.extension.IModule
Remove an ObModule from the 'DependsOn' association.
removeDependsOnDependency(IDependency) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Remove an ObDependency from the 'DependsOnDependency' association.
removeDeploymentLocation(INode) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IArtifact
Remove an ObNode from the 'DeploymentLocation' association.
removeDescriptor(INote) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Remove an ObNote from the 'Descriptor' association.
removeDiagram(IAbstractDiagram) - Method in interface com.modeliosoft.modelio.api.model.diagrams.IDiagramContainer
Remove an ObAbstractDiagram from the 'Diagram' association.
removeDiagramContributor(IDiagramWizardContributor) - Method in class com.modeliosoft.modelio.api.ui.diagramcreation.ContributionModel
 
removeDiagramContributors(List<IDiagramWizardContributor>) - Method in class com.modeliosoft.modelio.api.ui.diagramcreation.ContributionModel
 
removeDOccurence(IDataFlow) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Remove an ObDataFlow from the 'DOccurence' association.
removeDocument(IExternDocument) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Remove an ObExternDocument from the 'Document' association.
removeEComponent(IEvent) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehavior
Remove an ObEvent from the 'EComponent' association.
removeEffectOf(ITransition) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehavior
Remove an ObTransition from the 'EffectOf' association.
removeElement(INote) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.INoteType
Remove an ObNote from the 'Element' association.
removeEnded(ICommunicationChannel) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationNode
Remove an ObCommunicationChannel from the 'Ended' association.
removeEndPointRefs(IBpmnEndPoint) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnParticipant
Remove an ObBpmnEndPoint from the 'EndPointRefs' association.
removeEntryPoint(IEntryPointPseudoState) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Remove an ObEntryPointPseudoState from the 'EntryPoint' association.
removeEntryPoint(IEntryPointPseudoState) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IStateMachine
Remove an ObEntryPointPseudoState from the 'EntryPoint' association.
removeEntryPointAction(IAcceptCallEventAction) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Remove an ObAcceptCallEventAction from the 'EntryPointAction' association.
removeEOccurence(IEvent) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Remove an ObEvent from the 'EOccurence' association.
removeEventDefinition(IBpmnMessageEventDefinition) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessage
Remove an ObBpmnMessageEventDefinition from the 'EventDefinition' association.
removeEventDefinition(IBpmnMessageEventDefinition) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnOperation
Remove an ObBpmnMessageEventDefinition from the 'EventDefinition' association.
removeEventDefinitions(IBpmnEventDefinition) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnEvent
Remove an ObBpmnEventDefinition from the 'EventDefinitions' association.
removeExample(ICollaboration) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Remove an ObCollaboration from the 'Example' association.
removeExceptionType(IGeneralClass) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IExceptionHandler
Remove an ObGeneralClass from the 'ExceptionType' association.
removeExitPoint(IExitPointPseudoState) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Remove an ObExitPointPseudoState from the 'ExitPoint' association.
removeExitPoint(IExitPointPseudoState) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IStateMachine
Remove an ObExitPointPseudoState from the 'ExitPoint' association.
removeExtended(IUseCaseDependency) - Method in interface com.modeliosoft.modelio.api.model.uml.usecase.IExtensionPoint
Remove an ObUseCaseDependency from the 'Extended' association.
removeExtendedElement(IModelElement) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Remove an ObModelElement from the 'ExtendedElement' association.
removeExtension(IStereotype) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Remove an ObStereotype from the 'Extension' association.
removeExtensionLocation(IExtensionPoint) - Method in interface com.modeliosoft.modelio.api.model.uml.usecase.IUseCaseDependency
Remove an ObExtensionPoint from the 'ExtensionLocation' association.
removeFlowElement(IBpmnFlowElement) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Remove an ObBpmnFlowElement from the 'FlowElement' association.
removeFlowElement(IBpmnFlowElement) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSubProcess
Remove an ObBpmnFlowElement from the 'FlowElement' association.
removeFlowElementRef(IBpmnFlowElement) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnLane
Remove an ObBpmnFlowElement from the 'FlowElementRef' association.
removeFormalGate(IGate) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteraction
Remove an ObGate from the 'FormalGate' association.
removeFragment(IInteractionFragment) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteraction
Remove an ObInteractionFragment from the 'Fragment' association.
removeFragment(IInteractionFragment) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionOperand
Remove an ObInteractionFragment from the 'Fragment' association.
removeFragmentGate(IGate) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.ICombinedFragment
Remove an ObGate from the 'FragmentGate' association.
removeGroups(IBpmnGroup) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnFlowElement
Remove an ObBpmnGroup from the 'Groups' association.
removeHandler(IExceptionHandler) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityAction
Remove an ObExceptionHandler from the 'Handler' association.
removeHandler(IExceptionHandler) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IInputPin
Remove an ObExceptionHandler from the 'Handler' association.
removeImpacted(IModule) - Method in interface com.modeliosoft.modelio.api.model.extension.IModule
Remove an ObModule from the 'Impacted' association.
removeImpactedDependency(IDependency) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Remove an ObDependency from the 'ImpactedDependency' association.
removeImplementedLink(IInterfaceRealization) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInterface
Remove an ObInterfaceRealization from the 'ImplementedLink' association.
removeImporting(IElementImport) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Remove an ObElementImport from the 'Importing' association.
removeIncoming(IBpmnSequenceFlow) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnFlowNode
Remove an ObBpmnSequenceFlow from the 'Incoming' association.
removeIncoming(IActivityEdge) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityNode
Remove an ObActivityEdge from the 'Incoming' association.
removeIncoming(IMessageFlow) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityPartition
Remove an ObMessageFlow from the 'Incoming' association.
removeIncoming(ITransition) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IStateVertex
Remove an ObTransition from the 'Incoming' association.
removeIncomingAssoc(IBpmnAssociation) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnBaseElement
Remove an ObBpmnAssociation from the 'IncomingAssoc' association.
removeIncomingFlow(IBpmnMessageFlow) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnBaseElement
Remove an ObBpmnMessageFlow from the 'IncomingFlow' association.
removeInformationSource(IModelElement) - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Remove an ObModelElement from the 'InformationSource' association.
removeInformationTarget(IModelElement) - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Remove an ObModelElement from the 'InformationTarget' association.
removeInput(IInputPin) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityAction
Remove an ObInputPin from the 'Input' association.
removeInputElement(IExpansionNode) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IExpansionRegion
Remove an ObExpansionNode from the 'InputElement' association.
removeInputMessage(IBpmnOperation) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessage
Remove an ObBpmnOperation from the 'InputMessage' association.
removeInputSpecification(IBpmnDataInput) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Remove an ObBpmnDataInput from the 'InputSpecification' association.
removeInstalled(IModule) - Method in interface com.modeliosoft.modelio.api.model.extension.IProject
Remove an ObModule from the 'Installed' association.
removeInstanciatingBinding(ITemplateBinding) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Remove an ObTemplateBinding from the 'InstanciatingBinding' association.
removeInstanciatingBinding(ITemplateBinding) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Remove an ObTemplateBinding from the 'InstanciatingBinding' association.
removeInterfaceRefs(IBpmnInterface) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnParticipant
Remove an ObBpmnInterface from the 'InterfaceRefs' association.
removeInternal(IInternalTransition) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Remove an ObInternalTransition from the 'Internal' association.
removeInternalStructure(IBindableInstance) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Remove an ObBindableInstance from the 'InternalStructure' association.
removeInterruptingEdge(IActivityEdge) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IInterruptibleActivityRegion
Remove an ObActivityEdge from the 'InterruptingEdge' association.
removeInvertedMessage(ICommunicationMessage) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationChannel
Remove an ObCommunicationMessage from the 'InvertedMessage' association.
removeInvoker(ITransition) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Remove an ObTransition from the 'Invoker' association.
removeIO(IParameter) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Remove an ObParameter from the 'IO' association.
removeLane(IBpmnLane) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnFlowElement
Remove an ObBpmnLane from the 'Lane' association.
removeLane(IBpmnLane) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnLaneSet
Remove an ObBpmnLane from the 'Lane' association.
removeLaneSet(IBpmnLaneSet) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Remove an ObBpmnLaneSet from the 'LaneSet' association.
removeLaneSet(IBpmnLaneSet) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSubProcess
Remove an ObBpmnLaneSet from the 'LaneSet' association.
removeLinkToAssociation(IClassAssociation) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClass
Remove an ObClassAssociation from the 'LinkToAssociation' association.
removeListener(IElementChangeListener) - Method in class com.modeliosoft.modelio.api.ui.text.TextWrapperForIElement
 
removeLitteral(IPropertyEnumerationLitteral) - Method in interface com.modeliosoft.modelio.api.model.analyst.IEnumeratedPropertyType
Remove an ObPropertyEnumerationLitteral from the 'Litteral' association.
removeLocalActual(ITagParameter) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ILocalTaggedValue
Remove an ObTagParameter from the 'LocalActual' association.
removeLocalDescriptor(ILocalNote) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Remove an ObLocalNote from the 'LocalDescriptor' association.
removeLocalElement(ILocalNote) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.INoteType
Remove an ObLocalNote from the 'LocalElement' association.
removeLocalTag(ILocalTaggedValue) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Remove an ObLocalTaggedValue from the 'LocalTag' association.
removeLocalTagOccurence(ILocalTaggedValue) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITagType
Remove an ObLocalTaggedValue from the 'LocalTagOccurence' association.
removeLoopRef(IBpmnMultiInstanceLoopCharacteristics) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnEventDefinition
Remove an ObBpmnMultiInstanceLoopCharacteristics from the 'LoopRef' association.
removeManifesting(IManifestation) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Remove an ObManifestation from the 'Manifesting' association.
removeMatching(IPin) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Remove an ObPin from the 'Matching' association.
removeMerge(IPackageMerge) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPackage
Remove an ObPackageMerge from the 'Merge' association.
removeMessageFlow(IBpmnMessageFlow) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnCollaboration
Remove an ObBpmnMessageFlow from the 'MessageFlow' association.
removeMessageFlow(IBpmnMessageFlow) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessage
Remove an ObBpmnMessageFlow from the 'MessageFlow' association.
removeModelComponent(IModelComponentDescriptor) - Method in interface com.modeliosoft.modelio.api.mc.IModelComponentService
Delete a deployed model component from the model.
removeModelHandler(IModelChangeHandler) - Method in interface com.modeliosoft.modelio.api.model.IModelingSession
Remove a model change handler.
removeModelListener(IModelChangeListener) - Method in interface com.modeliosoft.modelio.api.model.IModelingSession
Remove a model change listener.
removeModuleParameter(IConfigParam) - Method in interface com.modeliosoft.modelio.api.model.extension.IModule
Remove an ObConfigParam from the 'ModuleParameter' association.
removeNavigationListener(INavigationListener) - Method in interface com.modeliosoft.modelio.api.app.navigation.INavigationService
Remove a navigation listener.
removeNote(IModelingSession, IModelElement, String) - Static method in class com.modeliosoft.modelio.api.model.ObUtils
Deprecated.
removeNote(String) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
 
removeObject(IAttribute) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Remove an ObAttribute from the 'Object' association.
removeOccurence(ILinkEnd) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
Remove an ObLinkEnd from the 'Occurence' association.
removeOccurence(IAttributeLink) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttribute
Remove an ObAttributeLink from the 'Occurence' association.
removeOccurence(IParameter) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Remove an ObParameter from the 'Occurence' association.
removeOccurence(IEvent) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Remove an ObEvent from the 'Occurence' association.
removeOccurenceConfigParam(IConfigParam) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Remove an ObConfigParam from the 'OccurenceConfigParam' association.
removeOccurenceObjectNode(IObjectNode) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Remove an ObObjectNode from the 'OccurenceObjectNode' association.
removeOccurrence(ICollaborationUse) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ICollaboration
Remove an ObCollaborationUse from the 'Occurrence' association.
removeOperand(IInteractionOperand) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.ICombinedFragment
Remove an ObInteractionOperand from the 'Operand' association.
removeOperation(IBpmnOperation) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnInterface
Remove an ObBpmnOperation from the 'Operation' association.
removeOrigin(IState) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IEvent
Remove an ObState from the 'Origin' association.
removeOutgoing(IBpmnSequenceFlow) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnFlowNode
Remove an ObBpmnSequenceFlow from the 'Outgoing' association.
removeOutgoing(IActivityEdge) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityNode
Remove an ObActivityEdge from the 'Outgoing' association.
removeOutgoing(IMessageFlow) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityPartition
Remove an ObMessageFlow from the 'Outgoing' association.
removeOutGoing(ITransition) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IStateVertex
Remove an ObTransition from the 'OutGoing' association.
removeOutgoingAssoc(IBpmnAssociation) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnBaseElement
Remove an ObBpmnAssociation from the 'OutgoingAssoc' association.
removeOutgoingFlow(IBpmnMessageFlow) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnBaseElement
Remove an ObBpmnMessageFlow from the 'OutgoingFlow' association.
removeOutput(IOutputPin) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityAction
Remove an ObOutputPin from the 'Output' association.
removeOutputElement(IExpansionNode) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IExpansionRegion
Remove an ObExpansionNode from the 'OutputElement' association.
removeOutputMessage(IBpmnOperation) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessage
Remove an ObBpmnOperation from the 'OutputMessage' association.
removeOutputSpecification(IBpmnDataOutput) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Remove an ObBpmnDataOutput from the 'OutputSpecification' association.
removeOwned(IDictionaryElement) - Method in interface com.modeliosoft.modelio.api.model.analyst.IDictionary
Remove an ObDictionaryElement from the 'Owned' association.
removeOwned(IProperty) - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertySet
Remove an ObProperty from the 'Owned' association.
removeOwned(IRequirementElement) - Method in interface com.modeliosoft.modelio.api.model.analyst.IRequirementContainer
Remove an ObRequirementElement from the 'Owned' association.
removeOwned(ICommunicationNode) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationInteraction
Remove an ObCommunicationNode from the 'Owned' association.
removeOwnedBehavior(IBehavior) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Remove an ObBehavior from the 'OwnedBehavior' association.
removeOwnedBehavior(IBehavior) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Remove an ObBehavior from the 'OwnedBehavior' association.
removeOwnedClause(IClause) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IConditionalNode
Remove an ObClause from the 'OwnedClause' association.
removeOwnedCollaboration(ICollaboration) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehavior
Remove an ObCollaboration from the 'OwnedCollaboration' association.
removeOwnedCollaborationUse(ICollaborationUse) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Remove an ObCollaborationUse from the 'OwnedCollaborationUse' association.
removeOwnedCollaborationUse(ICollaborationUse) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Remove an ObCollaborationUse from the 'OwnedCollaborationUse' association.
removeOwnedDataFlow(IDataFlow) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Remove an ObDataFlow from the 'OwnedDataFlow' association.
removeOwnedElement(IModelTree) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IModelTree
Remove an ObModelTree from the 'OwnedElement' association.
removeOwnedExtension(IExtensionPoint) - Method in interface com.modeliosoft.modelio.api.model.uml.usecase.IUseCase
Remove an ObExtensionPoint from the 'OwnedExtension' association.
removeOwnedGroup(IActivityGroup) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivity
Remove an ObActivityGroup from the 'OwnedGroup' association.
removeOwnedImport(IElementImport) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Remove an ObElementImport from the 'OwnedImport' association.
removeOwnedImport(IElementImport) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Remove an ObElementImport from the 'OwnedImport' association.
removeOwnedInformationFlow(IInformationFlow) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Remove an ObInformationFlow from the 'OwnedInformationFlow' association.
removeOwnedLine(ILifeline) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteraction
Remove an ObLifeline from the 'OwnedLine' association.
removeOwnedNode(IActivityNode) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivity
Remove an ObActivityNode from the 'OwnedNode' association.
removeOwnedPackageImport(IPackageImport) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Remove an ObPackageImport from the 'OwnedPackageImport' association.
removeOwnedPackageImport(IPackageImport) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Remove an ObPackageImport from the 'OwnedPackageImport' association.
removeOwnedProfile(IProfile) - Method in interface com.modeliosoft.modelio.api.model.extension.IModule
Remove an ObProfile from the 'OwnedProfile' association.
removeOwnedReference(IMetaclassReference) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IProfile
Remove an ObMetaclassReference from the 'OwnedReference' association.
removeOwnedRegion(IRegion) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Remove an ObRegion from the 'OwnedRegion' association.
removeOwnedSet(IDiagramSet) - Method in interface com.modeliosoft.modelio.api.model.diagrams.IDiagramContainer
Remove an ObDiagramSet from the 'OwnedSet' association.
removePackageImporting(IPackageImport) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPackage
Remove an ObPackageImport from the 'PackageImporting' association.
removePageChangedListener(IPageChangedListener) - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog
 
removePageChangingListener(IPageChangingListener) - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog
Removes the provided page changing listener from the list of page changing listeners registered for the dialog.
removeParameter(IBpmnResourceParameter) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResource
Remove an ObBpmnResourceParameter from the 'Parameter' association.
removeParameter(IBehaviorParameter) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehavior
Remove an ObBehaviorParameter from the 'Parameter' association.
removeParameterBindingRefs(IBpmnResourceParameterBinding) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResourceParameter
Remove an ObBpmnResourceParameterBinding from the 'ParameterBindingRefs' association.
removeParameterSubstitution(ITemplateParameterSubstitution) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ITemplateBinding
Remove an ObTemplateParameterSubstitution from the 'ParameterSubstitution' association.
removeParameterSubstitution(ITemplateParameterSubstitution) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ITemplateParameter
Remove an ObTemplateParameterSubstitution from the 'ParameterSubstitution' association.
removeParent(IGeneralization) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Remove an ObGeneralization from the 'Parent' association.
removePart(IFeature) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Remove an ObFeature from the 'Part' association.
removePart(IBindableInstance) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Remove an ObBindableInstance from the 'Part' association.
removeParticipantRef(IBpmnParticipant) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnInterface
Remove an ObBpmnParticipant from the 'ParticipantRef' association.
removeParticipantRefs(IBpmnParticipant) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnEndPoint
Remove an ObBpmnParticipant from the 'ParticipantRefs' association.
removeParticipants(IBpmnParticipant) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnCollaboration
Remove an ObBpmnParticipant from the 'Participants' association.
removePoint(int) - Method in interface com.modeliosoft.modelio.api.diagram.ILinkPath
Removes the point at the specified position in this point list.
removeproduct(IAbstractDiagram) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Remove an ObAbstractDiagram from the 'product' association.
removePropertySet(IPropertySet) - Method in interface com.modeliosoft.modelio.api.model.IAnalystModel
Remove an existing property set from the requirement administration model.
removePropertyType(IPropertyType) - Method in interface com.modeliosoft.modelio.api.model.IAnalystModel
Remove an existing property type from the requirement administration model.
removeProvided(IProvidedInterface) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPort
Remove an ObProvidedInterface from the 'Provided' association.
removeProvidedElement(IInterface) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IProvidedInterface
Remove an ObInterface from the 'ProvidedElement' association.
removeProvider(ILinkEnd) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IRequiredInterface
Remove an ObLinkEnd from the 'Provider' association.
removeProviding(IProvidedInterface) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInterface
Remove an ObProvidedInterface from the 'Providing' association.
removeQualifier(IAttribute) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
Remove an ObAttribute from the 'Qualifier' association.
removeRange(int, int) - Method in class com.modeliosoft.modelio.api.utils.ObList
 
removeRealized(IInterfaceRealization) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Remove an ObInterfaceRealization from the 'Realized' association.
removeRealizedInformationFlow(IInformationFlow) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityEdge
Remove an ObInformationFlow from the 'RealizedInformationFlow' association.
removeRealizedInformationFlow(IInformationFlow) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationMessage
Remove an ObInformationFlow from the 'RealizedInformationFlow' association.
removeRealizedInformationFlow(IInformationFlow) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IMessage
Remove an ObInformationFlow from the 'RealizedInformationFlow' association.
removeRealizedInformationFlow(IInformationFlow) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociation
Remove an ObInformationFlow from the 'RealizedInformationFlow' association.
removeRealizedInformationFlow(IInformationFlow) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ILink
Remove an ObInformationFlow from the 'RealizedInformationFlow' association.
removeRealizingActivityEdge(IActivityEdge) - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Remove an ObActivityEdge from the 'RealizingActivityEdge' association.
removeRealizingAssociation(IAssociation) - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Remove an ObAssociation from the 'RealizingAssociation' association.
removeRealizingCommunicationMessage(ICommunicationMessage) - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Remove an ObCommunicationMessage from the 'RealizingCommunicationMessage' association.
removeRealizingLink(ILink) - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Remove an ObLink from the 'RealizingLink' association.
removeRealizingMessage(IMessage) - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Remove an ObMessage from the 'RealizingMessage' association.
removeReceived(IDataFlow) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Remove an ObDataFlow from the 'Received' association.
removeReceivedInfo(IInformationFlow) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Remove an ObInformationFlow from the 'ReceivedInfo' association.
removeReceiver(IBpmnReceiveTask) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessage
Remove an ObBpmnReceiveTask from the 'Receiver' association.
removeReceiver(IBpmnReceiveTask) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnOperation
Remove an ObBpmnReceiveTask from the 'Receiver' association.
removeReceiver(IAcceptSignalAction) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Remove an ObAcceptSignalAction from the 'Receiver' association.
removeReceivingMerge(IPackageMerge) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPackage
Remove an ObPackageMerge from the 'ReceivingMerge' association.
removeRedefinition(IOperation) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Remove an ObOperation from the 'Redefinition' association.
removeReferedUse(IInteractionUse) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteraction
Remove an ObInteractionUse from the 'ReferedUse' association.
removeReferencedDiagram(IAbstractDiagram) - Method in interface com.modeliosoft.modelio.api.model.diagrams.IDiagramSet
Remove an ObAbstractDiagram from the 'ReferencedDiagram' association.
removeReferencingSet(IDiagramSet) - Method in interface com.modeliosoft.modelio.api.model.diagrams.IAbstractDiagram
Remove an ObDiagramSet from the 'ReferencingSet' association.
removeRepresentation(IBinding) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IBindableInstance
Remove an ObBinding from the 'Representation' association.
removeRepresentation(IInformationItem) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Remove an ObInformationItem from the 'Representation' association.
removeRepresentation(IBinding) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IConnector
Remove an ObBinding from the 'Representation' association.
removeRepresentation(IBinding) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IConnectorEnd
Remove an ObBinding from the 'Representation' association.
removeRepresented(IClassifier) - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationItem
Remove an ObClassifier from the 'Represented' association.
removeRepresentedCommunicationNode(ICommunicationNode) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Remove an ObCommunicationNode from the 'RepresentedCommunicationNode' association.
removeRepresentedLifeLine(ILifeline) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Remove an ObLifeline from the 'RepresentedLifeLine' association.
removeRepresenting(ILink) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociation
Remove an ObLink from the 'Representing' association.
removeRepresenting(IInstance) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Remove an ObInstance from the 'Representing' association.
removeRepresentingConnector(IConnector) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Remove an ObConnector from the 'RepresentingConnector' association.
removeRepresentingEnd(IConnectorEnd) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Remove an ObConnectorEnd from the 'RepresentingEnd' association.
removeRepresentingInstance(IBindableInstance) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Remove an ObBindableInstance from the 'RepresentingInstance' association.
removeRepresentingItem(IBpmnItemAwareElement) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
Remove an ObBpmnItemAwareElement from the 'RepresentingItem' association.
removeRepresentingItem(IBpmnItemAwareElement) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttribute
Remove an ObBpmnItemAwareElement from the 'RepresentingItem' association.
removeRepresentingItem(IBpmnItemAwareElement) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Remove an ObBpmnItemAwareElement from the 'RepresentingItem' association.
removeRepresentingObjectNode(IObjectNode) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehaviorParameter
Remove an ObObjectNode from the 'RepresentingObjectNode' association.
removeRepresentingObjectNode(IObjectNode) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
Remove an ObObjectNode from the 'RepresentingObjectNode' association.
removeRepresentingObjectNode(IObjectNode) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttribute
Remove an ObObjectNode from the 'RepresentingObjectNode' association.
removeRepresentingObjectNode(IObjectNode) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Remove an ObObjectNode from the 'RepresentingObjectNode' association.
removeRepresentingPartition(IActivityPartition) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Remove an ObActivityPartition from the 'RepresentingPartition' association.
removeRepresents(IBinding) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Remove an ObBinding from the 'Represents' association.
removeRequired(IRequiredInterface) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPort
Remove an ObRequiredInterface from the 'Required' association.
removeRequiredElement(IInterface) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IRequiredInterface
Remove an ObInterface from the 'RequiredElement' association.
removeRequiredStateOf(IObjectNode) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Remove an ObObjectNode from the 'RequiredStateOf' association.
removeRequiredStateOfBpmnItem(IBpmnItemAwareElement) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Remove an ObBpmnItemAwareElement from the 'RequiredStateOfBpmnItem' association.
removeRequiredStateOfBpmnMessage(IBpmnMessage) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Remove an ObBpmnMessage from the 'RequiredStateOfBpmnMessage' association.
removeRequiring(IRequiredInterface) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInterface
Remove an ObRequiredInterface from the 'Requiring' association.
removeResident(IArtifact) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INode
Remove an ObArtifact from the 'Resident' association.
removeResource(IBpmnResourceRole) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnFlowNode
Remove an ObBpmnResourceRole from the 'Resource' association.
removeResource(IBpmnResourceRole) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Remove an ObBpmnResourceRole from the 'Resource' association.
removeResourceParameterBinding(IBpmnResourceParameterBinding) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResourceRole
Remove an ObBpmnResourceParameterBinding from the 'ResourceParameterBinding' association.
removeResourceroleRefs(IBpmnResourceRole) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResource
Remove an ObBpmnResourceRole from the 'ResourceroleRefs' association.
removeRoleBinding(IBinding) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ICollaborationUse
Remove an ObBinding from the 'RoleBinding' association.
removeRootElement(IBpmnRootElement) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnBehavior
Remove an ObBpmnRootElement from the 'RootElement' association.
removeSender(IBpmnSendTask) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessage
Remove an ObBpmnSendTask from the 'Sender' association.
removeSender(IBpmnSendTask) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnOperation
Remove an ObBpmnSendTask from the 'Sender' association.
removeSender(ISendSignalAction) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Remove an ObSendSignalAction from the 'Sender' association.
removeSends(ITransition) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Remove an ObTransition from the 'Sends' association.
removeSent(ICommunicationChannel) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ILink
Remove an ObCommunicationChannel from the 'Sent' association.
removeSent(IDataFlow) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Remove an ObDataFlow from the 'Sent' association.
removeSentInfo(IInformationFlow) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Remove an ObInformationFlow from the 'SentInfo' association.
removeSentMessage(ICommunicationMessage) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationChannel
Remove an ObCommunicationMessage from the 'SentMessage' association.
removeSlot(IAttributeLink) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Remove an ObAttributeLink from the 'Slot' association.
removeSource(IBpmnLinkEventDefinition) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnLinkEventDefinition
Remove an ObBpmnLinkEventDefinition from the 'Source' association.
removeSourceOfDataAssociation(IBpmnDataAssociation) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemAwareElement
Remove an ObBpmnDataAssociation from the 'SourceOfDataAssociation' association.
removeSourceRef(IBpmnItemAwareElement) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataAssociation
Remove an ObBpmnItemAwareElement from the 'SourceRef' association.
removeSpecialization(IGeneralization) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Remove an ObGeneralization from the 'Specialization' association.
removeSRepresentation(ISignal) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Remove an ObSignal from the 'SRepresentation' association.
removeSRepresentation(ISignal) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Remove an ObSignal from the 'SRepresentation' association.
removeSRepresentation(ISignal) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Remove an ObSignal from the 'SRepresentation' association.
removeStarted(ICommunicationChannel) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationNode
Remove an ObCommunicationChannel from the 'Started' association.
removeStatusHandler(IStatusChangeHandler) - Method in interface com.modeliosoft.modelio.api.model.IModelingSession
Remove a status change handler.
removeStatusListener(IStatusChangeListener) - Method in interface com.modeliosoft.modelio.api.model.IModelingSession
Remove a status change listener.
removeStereotype(IModelingSession, IModelElement, String) - Static method in class com.modeliosoft.modelio.api.model.ObUtils
Deprecated.
removeStereotype(String) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
 
removeSub(IDiagramSet) - Method in interface com.modeliosoft.modelio.api.model.diagrams.IDiagramSet
Remove an ObDiagramSet from the 'Sub' association.
removeSub(IStateVertex) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IRegion
Remove an ObStateVertex from the 'Sub' association.
removeSubmachineState(IState) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IStateMachine
Remove an ObState from the 'SubmachineState' association.
removeSubPartition(IActivityPartition) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityPartition
Remove an ObActivityPartition from the 'SubPartition' association.
removeSubstitued(ISubstitution) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Remove an ObSubstitution from the 'Substitued' association.
removeSubstitutingSubstitution(ISubstitution) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Remove an ObSubstitution from the 'SubstitutingSubstitution' association.
removeSupported(IBpmnProcess) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Remove an ObBpmnProcess from the 'Supported' association.
removeSupports(IBpmnProcess) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Remove an ObBpmnProcess from the 'Supports' association.
removeTag(IModelingSession, IModelElement, String) - Static method in class com.modeliosoft.modelio.api.model.ObUtils
Deprecated.
removeTag(String) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
 
removeTag(ITaggedValue) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Remove an ObTaggedValue from the 'Tag' association.
removeTagOccurence(ITaggedValue) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITagType
Remove an ObTaggedValue from the 'TagOccurence' association.
removeTargetOfDataAssociation(IBpmnDataAssociation) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemAwareElement
Remove an ObBpmnDataAssociation from the 'TargetOfDataAssociation' association.
removeTemplate(ITemplateParameter) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Remove an ObTemplateParameter from the 'Template' association.
removeTemplate(ITemplateParameter) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Remove an ObTemplateParameter from the 'Template' association.
removeTemplateInstanciation(ITemplateBinding) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Remove an ObTemplateBinding from the 'TemplateInstanciation' association.
removeTemplateInstanciation(ITemplateBinding) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Remove an ObTemplateBinding from the 'TemplateInstanciation' association.
removeTemplateSubstitution(ITemplateParameterSubstitution) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Remove an ObTemplateParameterSubstitution from the 'TemplateSubstitution' association.
removeThrowing(IRaisedException) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassifier
Remove an ObRaisedException from the 'Throwing' association.
removeThrown(IRaisedException) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Remove an ObRaisedException from the 'Thrown' association.
removeToAfter(IGeneralOrdering) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IOccurrenceSpecification
Remove an ObGeneralOrdering from the 'ToAfter' association.
removeToBefore(IGeneralOrdering) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IOccurrenceSpecification
Remove an ObGeneralOrdering from the 'ToBefore' association.
removeTriggered(ITransition) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IEvent
Remove an ObTransition from the 'Triggered' association.
removeTyped(IRequirementContainer) - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertySet
Remove an ObRequirementContainer from the 'Typed' association.
removeTyped(IProperty) - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertyType
Remove an ObProperty from the 'Typed' association.
removeTypedDictionary(IDictionary) - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertySet
Remove an ObDictionary from the 'TypedDictionary' association.
removeTypedDoc(IExternDocument) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IExternDocumentType
Remove an ObExternDocument from the 'TypedDoc' association.
removeTypedItem(IBpmnItemAwareElement) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemDefinition
Remove an ObBpmnItemAwareElement from the 'TypedItem' association.
removeTypedMessage(IBpmnMessage) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemDefinition
Remove an ObBpmnMessage from the 'TypedMessage' association.
removeTypedResourceParameter(IBpmnResourceParameter) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemDefinition
Remove an ObBpmnResourceParameter from the 'TypedResourceParameter' association.
removeTypingParameter(ITemplateParameter) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Remove an ObTemplateParameter from the 'TypingParameter' association.
removeUsage(IMessage) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Remove an ObMessage from the 'Usage' association.
removeUsage(IMessage) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Remove an ObMessage from the 'Usage' association.
removeUsed(IUseCaseDependency) - Method in interface com.modeliosoft.modelio.api.model.uml.usecase.IUseCase
Remove an ObUseCaseDependency from the 'Used' association.
removeusedNamespaceUse(INamespaceUse) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Remove an ObNamespaceUse from the 'used' association.
removeUser(IUseCaseDependency) - Method in interface com.modeliosoft.modelio.api.model.uml.usecase.IUseCase
Remove an ObUseCaseDependency from the 'User' association.
removeuserNamespaceUse(INamespaceUse) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Remove an ObNamespaceUse from the 'user' association.
removeUtilized(IManifestation) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IArtifact
Remove an ObManifestation from the 'Utilized' association.
removeValue(IPropertyValue) - Method in interface com.modeliosoft.modelio.api.model.analyst.IProperty
Remove an ObPropertyValue from the 'Value' association.
removeValue(IPropertyValue) - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertyValueSet
Remove an ObPropertyValue from the 'Value' association.
removeValue(IEnumerationLiteral) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IEnumeration
Remove an ObEnumerationLiteral from the 'Value' association.
removeValueSet(IPropertyValueSet) - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertySet
Remove an ObPropertyValueSet from the 'ValueSet' association.
removeVisualShortCut(IBpmnSequenceFlowDataAssociation) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataAssociation
Remove an ObBpmnSequenceFlowDataAssociation from the 'VisualShortCut' association.
REQUIREMENT_CONTAINER_STEREOTYPE - Static variable in interface com.modeliosoft.modelio.api.model.IAnalystModel
The name of the stereotype defining a Requirement Container.
REQUIREMENT_DIAGRAM_STEREOTYPE - Static variable in interface com.modeliosoft.modelio.api.model.IAnalystModel
The name of the stereotype defining a Requirement Diagram.
REQUIREMENT_PROPERTYSET_STEREOTYPE - Static variable in interface com.modeliosoft.modelio.api.model.IAnalystModel
The name of the stereotype defining a Requirement PropertySet.
REQUIREMENT_STEREOTYPE - Static variable in interface com.modeliosoft.modelio.api.model.IAnalystModel
The name of the stereotype defining a Requirement.
resetLocalProperties() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramGraphic
Removes all local property redefinitions.
resultModel - Variable in class com.modeliosoft.modelio.api.ui.diagramcreation.DiagramWizardDialog
 
ResultsProposalPopup - Class in com.modeliosoft.modelio.api.ui.text
This class defines the popup of proposed results that appears when user uses the 'Ctrl+Space' shortcut and there are several valid results.
ResultsProposalPopup(Control, List<IElement>, boolean) - Constructor for class com.modeliosoft.modelio.api.ui.text.ResultsProposalPopup
Constructor initializing a ResultsProposalPopup.
retainAll(Collection<?>) - Method in class com.modeliosoft.modelio.api.utils.ObList
 
rollback(ITransaction) - Method in interface com.modeliosoft.modelio.api.model.IModelingSession
Rollback a created transaction.
run(boolean, boolean, IRunnableWithProgress) - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog
This implementation of IRunnableContext#run(boolean, boolean, IRunnableWithProgress) blocks until the runnable has been run, regardless of the value of fork.

S

save() - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramHandle
Save the diagram in Modelio.
save() - Method in interface com.modeliosoft.modelio.api.editor.IMDATextEditor
Save the content of the editor.
saveInFile(String, String) - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramHandle
Deprecated.
saveInFile(String, String, int) - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramHandle
Saves the diagram image in a file with the specified name.
seDefaultContributor(IDiagramWizardContributor) - Method in class com.modeliosoft.modelio.api.ui.diagramcreation.DiagramWizardDialog
 
select() - Method in class com.modeliosoft.modelio.api.mdac.DefaultMdacSession
Accepts the selection by default.
select() - Method in interface com.modeliosoft.modelio.api.mdac.IMdacSession
Called when the mdac is selected, which corresponds to the user action "Deploy a mdac...".
select(IElement) - Method in class com.modeliosoft.modelio.api.utils.ClassFilter
 
select(IObListFilter) - Method in interface com.modeliosoft.modelio.api.utils.IList
 
select(IElement) - Method in interface com.modeliosoft.modelio.api.utils.IObListFilter
 
select(IElement) - Method in class com.modeliosoft.modelio.api.utils.NameFilter
 
select(IObListFilter) - Method in class com.modeliosoft.modelio.api.utils.ObList
 
select(Class<T>) - Method in class com.modeliosoft.modelio.api.utils.ObList
 
select(IElement) - Method in class com.modeliosoft.modelio.api.utils.StereotypeFilter
 
selected - Variable in class com.modeliosoft.modelio.api.ui.text.ResultsProposalPopup
 
selectedElementChanged(IElement, IElement) - Method in interface com.modeliosoft.modelio.api.ui.text.IElementChangeListener
Called when the selected element changes.
selectElement(IElement) - Method in interface com.modeliosoft.modelio.api.app.picking.IPickingService
Tell the picking client to pick the given element.
set(int, E) - Method in class com.modeliosoft.modelio.api.utils.ObList
 
setAbstract(String) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IExternDocument
 
setAbstract(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IFeature
Setter for the 'IsAbstract' meta class attribute
setAbstract(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Setter for the 'IsAbstract' meta class attribute
setAcceptNullValue(boolean) - Method in class com.modeliosoft.modelio.api.ui.text.TextWrapperForIElement
 
setActivationExpression(String) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnComplexGateway
Setter for the 'ActivationExpression' meta class attribute
setActive(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClass
Setter for the 'IsActive' meta class attribute
setActivityRef(IBpmnActivity) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnCompensateEventDefinition
Setter for the 'ActivityRef' [0..1] association.
setActual(IModelElement) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ITemplateParameterSubstitution
Setter for the 'Actual' [0..1] association.
setAfter(IOccurrenceSpecification) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IGeneralOrdering
Setter for the 'After' [1..1] association.
setAggregation(ObAggregationKindEnum) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
Setter for the 'Aggregation' meta class attribute
setAnnotated(IBpmnFlowNode) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResourceRole
Setter for the 'Annotated' [0..1] association.
setAnnoted(IModelElement) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITaggedValue
Setter for the 'Annoted' [0..1] association.
setAnnoted(ITaggedValue) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITagParameter
Setter for the 'Annoted' [0..1] association.
setArgument(String) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationMessage
Setter for the 'Argument' meta class attribute
setArgument(String) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IMessage
Setter for the 'Argument' meta class attribute
setAssignment(String) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataAssociation
Setter for the 'Assignment' meta class attribute
setassociatedType(ObConfigParamTypeEnum) - Method in interface com.modeliosoft.modelio.api.model.extension.IConfigParam
Setter for the 'associatedType' meta class attribute
setAssociationDirection(ObBpmnAssociationDirectionEnum) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnAssociation
Setter for the 'AssociationDirection' meta class attribute
setAssociationPart(IAssociation) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassAssociation
Setter for the 'AssociationPart' [1..1] association.
setAssured(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IConditionalNode
Setter for the 'IsAssured' meta class attribute
setAttachedToRef(IBpmnActivity) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnBoundaryEvent
Setter for the 'AttachedToRef' [1..1] association.
setAttributed(IInstance) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttributeLink
Setter for the 'Attributed' [1..1] association.
setBase(IGeneralClass) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Setter for the 'Base' [0..1] association.
setBase(IAttribute) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttributeLink
Setter for the 'Base' [0..1] association.
setBase(INameSpace) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Setter for the 'Base' [0..1] association.
setBase(IAssociation) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ILink
Setter for the 'Base' [0..1] association.
setBaseClass(String) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IConstraint
Setter for the 'BaseClass' meta class attribute
setBaseClass(IClass) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Setter for the 'BaseClass' [0..1] association.
setBaseClassName(String) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Setter for the 'BaseClassName' meta class attribute
setBefore(IOccurrenceSpecification) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IGeneralOrdering
Setter for the 'Before' [1..1] association.
setBehavior(ObMultiInstanceBehaviorEnum) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMultiInstanceLoopCharacteristics
Setter for the 'Behavior' meta class attribute
setBehavior(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPort
Setter for the 'IsBehavior' meta class attribute
setBehaviorEffect(IBehavior) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.ITransition
Setter for the 'BehaviorEffect' [0..1] association.
setBelongToPrototype(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITagType
Setter for the 'BelongToPrototype' meta class attribute
setBitmap(ImageDescriptor) - Method in class com.modeliosoft.modelio.api.diagram.tools.DefaultAttachedBoxCommand
Set the command's bitmap.
setBitmap(ImageDescriptor) - Method in class com.modeliosoft.modelio.api.diagram.tools.DefaultBoxCommand
Set the command's bitmap.
setBitmap(ImageDescriptor) - Method in class com.modeliosoft.modelio.api.diagram.tools.DefaultLinkCommand
Set the command's bitmap.
setBitmap(ImageDescriptor) - Method in class com.modeliosoft.modelio.api.diagram.tools.DefaultMultiLinkCommand
Set the command's bitmap.
setBitmap(ImageDescriptor) - Method in interface com.modeliosoft.modelio.api.diagram.tools.IDiagramCommand
Set the command's bitmap.
setBitmap(ImageDescriptor) - Method in class com.modeliosoft.modelio.api.mdac.propertiesPage.AbstractMdacPropertyPage
 
setBitmap(ImageDescriptor) - Method in interface com.modeliosoft.modelio.api.mdac.propertiesPage.IMdacPropertyPage
Set the property page's bitmap.
setBlockOnOpen(boolean) - Method in class com.modeliosoft.modelio.api.ui.ModelioDialog
 
setBody(String) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IOpaqueAction
Setter for the 'Body' meta class attribute
setBody(String) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IOpaqueBehavior
Setter for the 'Body' meta class attribute
setBody(String) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IStateInvariant
Setter for the 'Body' meta class attribute
setBody(String) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IConstraint
Setter for the 'Body' meta class attribute
setBoundElement(INameSpace) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ITemplateBinding
Setter for the 'BoundElement' [0..1] association.
setBoundOperation(IOperation) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ITemplateBinding
Setter for the 'BoundOperation' [0..1] association.
setBounds(Rectangle) - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramNode
This method changes both the location and the size of a node by changing its current bounds.
setBpmnInterfaceRef(IBpmnInterface) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnOperation
Setter for the 'BpmnInterfaceRef' [1..1] association.
setBRepresented(IBehavior) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ICollaboration
Setter for the 'BRepresented' [0..1] association.
setBrowseBase(IModelElement) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Setter for the 'BrowseBase' [0..1] association.
setBusinessRuleRoot(IRequirementContainer) - Method in interface com.modeliosoft.modelio.api.model.analyst.IAnalystProject
Setter for the 'BusinessRuleRoot' [1..1] association.
setButtonLayoutData(Button) - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog
 
setByteContent(byte[]) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ILocalNote
 
setCalled(IOperation) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IAcceptCallEventAction
Setter for the 'Called' [0..1] association.
setCalled(IBehavior) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.ICallBehaviorAction
Setter for the 'Called' [1..1] association.
setCalled(IOperation) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.ICallOperationAction
Setter for the 'Called' [1..1] association.
setCalled(IOperation) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IEvent
Setter for the 'Called' [0..1] association.
setCalledBehavior(IBehavior) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnCallActivity
Setter for the 'CalledBehavior' [0..1] association.
setCalledGlobalTask(IBpmnTask) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnCallActivity
Setter for the 'CalledGlobalTask' [0..1] association.
setCalledOperation(IOperation) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnCallActivity
Setter for the 'CalledOperation' [0..1] association.
setCalledOperation(IOperation) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnReceiveTask
Setter for the 'CalledOperation' [0..1] association.
setCalledOperation(IOperation) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSendTask
Setter for the 'CalledOperation' [0..1] association.
setCalledOperation(IOperation) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnServiceTask
Setter for the 'CalledOperation' [0..1] association.
setCalledProcess(IBpmnProcess) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnCallActivity
Setter for the 'CalledProcess' [0..1] association.
setCancelActivity(boolean) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnBoundaryEvent
Setter for the 'CancelActivity' meta class attribute
setCancelRemainingInstances(boolean) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnAdHocSubProcess
Setter for the 'CancelRemainingInstances' meta class attribute
setCapacity(int) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataStore
Setter for the 'Capacity' meta class attribute
setCatched(IBpmnCatchEvent) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataOutput
Setter for the 'Catched' [0..1] association.
setCategory(String) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnGroup
Setter for the 'Category' meta class attribute
setChangeable(ObKindOfAccessEnum) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
Setter for the 'Changeable' meta class attribute
setChangeable(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
Setter for the 'IsChangeable' meta class attribute
setChangeable(ObKindOfAccessEnum) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttribute
Setter for the 'Changeable' meta class attribute
setchangeExpresion(String) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IAcceptChangeEventAction
Setter for the 'changeExpresion' meta class attribute
setChannel(ILink) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationChannel
Setter for the 'Channel' [0..1] association.
setChannel(ICommunicationChannel) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationMessage
Setter for the 'Channel' [0..1] association.
setChildLaneSet(IBpmnLaneSet) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnLane
Setter for the 'ChildLaneSet' [0..1] association.
setClass(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IFeature
Setter for the 'IsClass' meta class attribute
setClassPart(IClass) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClassAssociation
Setter for the 'ClassPart' [1..1] association.
setClosed(boolean) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnCollaboration
Setter for the 'IsClosed' meta class attribute
setClosed(boolean) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Setter for the 'IsClosed' meta class attribute
setCluster(IInstance) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IBindableInstance
Setter for the 'Cluster' [0..1] association.
setCollaboration(IBpmnCollaboration) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnArtifact
Setter for the 'Collaboration' [0..1] association.
setCollaboration(IBpmnCollaboration) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessageFlow
Setter for the 'Collaboration' [1..1] association.
setCollection(boolean) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemDefinition
Setter for the 'IsCollection' meta class attribute
setCombineDuplicate(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IForkJoinNode
Setter for the 'IsCombineDuplicate' meta class attribute
setCompensation(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityAction
Setter for the 'IsCompensation' meta class attribute
setCompletionCondition(String) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnAdHocSubProcess
Setter for the 'CompletionCondition' meta class attribute
setCompletionCondition(String) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMultiInstanceLoopCharacteristics
Setter for the 'CompletionCondition' meta class attribute
setCompletionEventRef(IBpmnEventDefinition) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMultiInstanceLoopCharacteristics
Setter for the 'CompletionEventRef' [0..1] association.
setCompletionQuantity(int) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Setter for the 'CompletionQuantity' meta class attribute
setComposed(IBehavior) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IEvent
Setter for the 'Composed' [1..1] association.
setComposed(IOperation) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Setter for the 'Composed' [0..1] association.
setConcurrency(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Setter for the 'Concurrency' meta class attribute
setConcurrent(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ICollaboration
Setter for the 'IsConcurrent' meta class attribute
setCondition(String) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnComplexBehaviorDefinition
Setter for the 'Condition' meta class attribute
setCondition(String) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnConditionalEventDefinition
Setter for the 'Condition' meta class attribute
setConditionExpression(String) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSequenceFlow
Setter for the 'ConditionExpression' meta class attribute
setConjugated(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPort
Setter for the 'IsConjugated' meta class attribute
setConnected(IBpmnSequenceFlow) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSequenceFlowDataAssociation
Setter for the 'Connected' [1..1] association.
setConnectorEndRole(IConnectorEnd) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IBinding
Setter for the 'ConnectorEndRole' [0..1] association.
setConnectorRole(IConnector) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IBinding
Setter for the 'ConnectorRole' [0..1] association.
setConstant(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Setter for the 'IsConstant' meta class attribute
setConsumer(IRequiredInterface) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ILinkEnd
Setter for the 'Consumer' [0..1] association.
setContainer(IBpmnProcess) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnFlowElement
Setter for the 'Container' [0..1] association.
setContainer(IBpmnCollaboration) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnParticipant
Setter for the 'Container' [1..1] association.
setContainer(IDiagramContainer) - Method in interface com.modeliosoft.modelio.api.model.diagrams.IDiagramSet
Setter for the 'Container' [0..1] association.
setContent(String) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ILocalNote
Setter for the 'Content' meta class attribute
setContent(String) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.INote
Setter for the 'Content' meta class attribute
setContext(IModelElement) - Method in class com.modeliosoft.modelio.api.ui.diagramcreation.DiagramWizardModel
 
setContract(IClassifier) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ISubstitution
Setter for the 'Contract' [0..1] association.
setControl(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IPin
Setter for the 'IsControl' meta class attribute
setControlType(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IObjectNode
Setter for the 'IsControlType' meta class attribute
setDataInput(IBpmnDataInput) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnThrowEvent
Setter for the 'DataInput' [0..1] association.
setDataOutput(IBpmnDataOutput) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnCatchEvent
Setter for the 'DataOutput' [0..1] association.
setDataState(IBpmnDataState) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemAwareElement
Setter for the 'DataState' [0..1] association.
setDecisionInputBehavior(String) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IDecisionMergeNode
Setter for the 'DecisionInputBehavior' meta class attribute
setDecisionKind(ObDecisionNodeKindEnum) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IDecisionMergeNode
Setter for the 'DecisionKind' meta class attribute
setDecomposed(ILifeline) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IPartDecomposition
Setter for the 'Decomposed' [1..1] association.
setDecomposedAs(IPartDecomposition) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.ILifeline
Setter for the 'DecomposedAs' [0..1] association.
setDefaultFlow(IBpmnSequenceFlow) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Setter for the 'DefaultFlow' [0..1] association.
setDefaultFlow(IBpmnSequenceFlow) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnComplexGateway
Setter for the 'DefaultFlow' [0..1] association.
setDefaultFlow(IBpmnSequenceFlow) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnExclusiveGateway
Setter for the 'DefaultFlow' [0..1] association.
setDefaultFlow(IBpmnSequenceFlow) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnInclusiveGateway
Setter for the 'DefaultFlow' [0..1] association.
setDefaultFrom(IBpmnActivity) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSequenceFlow
Setter for the 'DefaultFrom' [0..1] association.
setDefaultName(IAbstractDiagram) - Method in interface com.modeliosoft.modelio.api.model.IDefaultNameService
Set a diagram default name.
setDefaultName(IModelElement) - Method in interface com.modeliosoft.modelio.api.model.IDefaultNameService
Set an element default name.
setDefaultName(IModelElement, String) - Method in interface com.modeliosoft.modelio.api.model.IDefaultNameService
Set an element default name.
setDefaultNameUsingBaseName(IModelElement, String) - Method in interface com.modeliosoft.modelio.api.model.IDefaultNameService
Set an element default name.
setDefaultOfComplex(IBpmnComplexGateway) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSequenceFlow
Setter for the 'DefaultOfComplex' [0..1] association.
setDefaultOfExclusive(IBpmnExclusiveGateway) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSequenceFlow
Setter for the 'DefaultOfExclusive' [0..1] association.
setDefaultOfInclusive(IBpmnInclusiveGateway) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSequenceFlow
Setter for the 'DefaultOfInclusive' [0..1] association.
setDefaultSet(IPropertyValueSet) - Method in interface com.modeliosoft.modelio.api.model.analyst.IDictionary
Setter for the 'DefaultSet' [0..1] association.
setDefaultSet(IPropertyValueSet) - Method in interface com.modeliosoft.modelio.api.model.analyst.IRequirementContainer
Setter for the 'DefaultSet' [0..1] association.
setDefaultType(IModelElement) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ITemplateParameter
Setter for the 'DefaultType' [0..1] association.
setDefaultValue(String) - Method in interface com.modeliosoft.modelio.api.model.analyst.IProperty
Setter for the 'DefaultValue' meta class attribute
setDefaultValue(String) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Setter for the 'DefaultValue' meta class attribute
setDefaultValue(String) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ITemplateParameter
Setter for the 'DefaultValue' meta class attribute
setDefaultValued(IRequirementContainer) - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertyValueSet
Setter for the 'DefaultValued' [0..1] association.
setDefaultValuedDictionary(IDictionary) - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertyValueSet
Setter for the 'DefaultValuedDictionary' [0..1] association.
setDefined(IBpmnEvent) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnEventDefinition
Setter for the 'Defined' [0..1] association.
setDefinition(String) - Method in interface com.modeliosoft.modelio.api.model.analyst.ITerm
Setter for the 'Definition' meta class attribute
setDefinition(ITagType) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITaggedValue
Setter for the 'Definition' [1..1] association.
setDependsOn(IModelElement) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IDependency
Setter for the 'DependsOn' [0..1] association.
setDependsOnId(String) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IDependency
Setter for the 'DependsOnId' meta class attribute
setDependsOnName(String) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IDependency
Setter for the 'DependsOnName' meta class attribute
setDerived(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
Setter for the 'IsDerived' meta class attribute
setDerived(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttribute
Setter for the 'IsDerived' meta class attribute
setDescription(String) - Method in class com.modeliosoft.modelio.api.ui.diagramcreation.DiagramWizardModel
 
setDestination(INameSpace) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IDataFlow
Setter for the 'Destination' [0..1] association.
setDeterminate(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IConditionalNode
Setter for the 'IsDeterminate' meta class attribute
setDiagramContributors(List<IDiagramWizardContributor>) - Method in class com.modeliosoft.modelio.api.ui.diagramcreation.ContributionModel
 
setDiagramRoot(IDiagramContainer) - Method in interface com.modeliosoft.modelio.api.model.extension.IProject
Setter for the 'DiagramRoot' [1..1] association.
setDictionaryRoot(IDictionary) - Method in interface com.modeliosoft.modelio.api.model.analyst.IAnalystProject
Setter for the 'DictionaryRoot' [1..1] association.
setDimension(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityPartition
Setter for the 'IsDimension' meta class attribute
setDiscriminator(String) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralization
Setter for the 'Discriminator' meta class attribute
setDrawLineBridges(boolean) - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramLink
Indicates whereas bridge are drawn on vertical line segments that cross an horizontal one.
setDroppedElements(IElement[]) - Method in interface com.modeliosoft.modelio.api.ui.dnd.IEditorDropClient
Set the field value to the given element and end the picking session if the given element is valid.
setDroppedElements(IElement[]) - Method in class com.modeliosoft.modelio.api.ui.text.TextWrapperForIElement
 
setDurationMax(String) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IDurationConstraint
Setter for the 'DurationMax' meta class attribute
setDurationMin(String) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IDurationConstraint
Setter for the 'DurationMin' meta class attribute
setEditable(boolean) - Method in interface com.modeliosoft.modelio.api.model.analyst.IProperty
Setter for the 'IsEditable' meta class attribute
setEffect(ObObjectFlowEffectKindEnum) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IObjectFlow
Setter for the 'Effect' meta class attribute
setEffect(String) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.ITransition
Setter for the 'Effect' meta class attribute
setEffect(ObParameterEffectKindEnum) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Setter for the 'Effect' meta class attribute
setEffects(ISignal) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.ITransition
Setter for the 'Effects' [0..1] association.
setElement(IElement) - Method in interface com.modeliosoft.modelio.api.app.picking.IPickingClient
Set the field value to the given element and end the picking session if the given element is valid.
setElement(IElement) - Method in class com.modeliosoft.modelio.api.ui.text.TextWrapperForIElement
 
setElementary(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Setter for the 'IsElementary' meta class attribute
setElementFilter(IElementFilter) - Method in class com.modeliosoft.modelio.api.ui.text.TextWrapperForIElement
 
setEnclosingInteraction(IInteraction) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionFragment
Setter for the 'EnclosingInteraction' [0..1] association.
setEnclosingOperand(IInteractionOperand) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionFragment
Setter for the 'EnclosingOperand' [0..1] association.
setEnd(ICommunicationNode) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationChannel
Setter for the 'End' [0..1] association.
setEndingActivity(IBpmnActivity) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataAssociation
Setter for the 'EndingActivity' [0..1] association.
setEndingEvent(IBpmnCatchEvent) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataAssociation
Setter for the 'EndingEvent' [0..1] association.
setEndLineNumber(int) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionOperand
Setter for the 'EndLineNumber' meta class attribute
setEndLineNumber(int) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionUse
Setter for the 'EndLineNumber' meta class attribute
setEndLineNumber(int) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IStateInvariant
Setter for the 'EndLineNumber' meta class attribute
setEntry(IEntryPointPseudoState) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IConnectionPointReference
Setter for the 'Entry' [0..1] association.
setEntryOf(IState) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IEntryPointPseudoState
Setter for the 'EntryOf' [0..1] association.
setEntryOfMachine(IStateMachine) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IEntryPointPseudoState
Setter for the 'EntryOfMachine' [0..1] association.
setEntryPoint(IPackage) - Method in class com.modeliosoft.modelio.api.exchange.XmiExportConfiguration
 
setErrorCode(String) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnErrorEventDefinition
Setter for the 'ErrorCode' meta class attribute
setErrorMessage(String) - Method in class com.modeliosoft.modelio.api.ui.ModelioDialog
Set an error message that will display in the message area on top of the header of the dialog, with an error small icon.
setEscalationCode(String) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnEscalationEventDefinition
Setter for the 'EscalationCode' meta class attribute
setEvent(IBpmnImplicitThrowEvent) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnComplexBehaviorDefinition
Setter for the 'Event' [0..1] association.
setEvent(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Setter for the 'IsEvent' meta class attribute
setEventGatewayType(ObBpmnEventBasedGatewayTypeEnum) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnEventBasedGateway
Setter for the 'EventGatewayType' meta class attribute
setException(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Setter for the 'IsException' meta class attribute
setException(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Setter for the 'IsException' meta class attribute
setExceptionInput(IInputPin) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IExceptionHandler
Setter for the 'ExceptionInput' [1..1] association.
setExceptionInput(IExceptionHandler) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralClass
Setter for the 'ExceptionInput' [1..1] association.
setExecutable(ObOptionalBooleanEnum) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Setter for the 'IsExecutable' meta class attribute
setExit(IExitPointPseudoState) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IConnectionPointReference
Setter for the 'Exit' [0..1] association.
setExitOf(IState) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IExitPointPseudoState
Setter for the 'ExitOf' [0..1] association.
setExitOfMachine(IStateMachine) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IExitPointPseudoState
Setter for the 'ExitOfMachine' [0..1] association.
setExpansion(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IPin
Setter for the 'IsExpansion' meta class attribute
setExportAnotations(boolean) - Method in class com.modeliosoft.modelio.api.exchange.XmiExportConfiguration
 
setExpression(String) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResourceParameterBinding
Setter for the 'Expression' meta class attribute
setExpression(String) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IEvent
Setter for the 'Expression' meta class attribute
setExternal(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityPartition
Setter for the 'IsExternal' meta class attribute
setFileName(String) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IArtifact
Setter for the 'FileName' meta class attribute
setFillColor(String) - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramNode
Modify the current fill color.
setFillMode(int) - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramNode
Modify the current fill mode
setFinal(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Setter for the 'Final' meta class attribute
setFinish(IExecutionOccurenceSpecification) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IExecutionSpecification
Setter for the 'Finish' [1..1] association.
setFinished(IExecutionSpecification) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IExecutionOccurenceSpecification
Setter for the 'Finished' [0..1] association.
setFont(String) - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramLink
Modify the current font.
setFont(String) - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramNode
Modify the current font.
setForCompensation(boolean) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Setter for the 'IsForCompensation' meta class attribute
setFormal(IGate) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IGate
Setter for the 'Formal' [0..1] association.
setFormalParameter(ITemplateParameter) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ITemplateParameterSubstitution
Setter for the 'FormalParameter' [1..1] association.
setGatewayDirection(ObBpmnGatewayDirectionEnum) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnGateway
Setter for the 'GatewayDirection' meta class attribute
setGlobal(boolean) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnTask
Setter for the 'IsGlobal' meta class attribute
setGoalRoot(IRequirementContainer) - Method in interface com.modeliosoft.modelio.api.model.analyst.IAnalystProject
Setter for the 'GoalRoot' [1..1] association.
setGuard(String) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityEdge
Setter for the 'Guard' meta class attribute
setGuard(String) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IExceptionHandler
Setter for the 'Guard' meta class attribute
setGuard(String) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionOperand
Setter for the 'Guard' meta class attribute
setGuard(String) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.ITransition
Setter for the 'Guard' meta class attribute
setHidden(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IExternDocumentType
Setter for the 'IsHidden' meta class attribute
setHidden(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.INoteType
Setter for the 'IsHidden' meta class attribute
setHidden(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Setter for the 'IsHidden' meta class attribute
setHidden(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITagType
Setter for the 'IsHidden' meta class attribute
setIcon(String) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Setter for the 'Icon' meta class attribute
setIconBrowser(String) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Setter for the 'IconBrowser' meta class attribute
setImmediate(boolean) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSequenceFlow
Setter for the 'IsImmediate' meta class attribute
setImpacted(IModelElement) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IDependency
Setter for the 'Impacted' [1..1] association.
setImplementation(String) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnReceiveTask
Setter for the 'Implementation' meta class attribute
setImplementation(String) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSendTask
Setter for the 'Implementation' meta class attribute
setImplementation(String) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnServiceTask
Setter for the 'Implementation' meta class attribute
setImplementation(String) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnUserTask
Setter for the 'Implementation' meta class attribute
setImplementationRef(IGeneralClass) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnInterface
Setter for the 'ImplementationRef' [0..1] association.
setImplementationRef(IOperation) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnOperation
Setter for the 'ImplementationRef' [0..1] association.
setImplemented(IInterface) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInterfaceRealization
Setter for the 'Implemented' [1..1] association.
setImplementer(INameSpace) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInterfaceRealization
Setter for the 'Implementer' [0..1] association.
setImportedElement(INameSpace) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IElementImport
Setter for the 'ImportedElement' [1..1] association.
setImportedPackage(IPackage) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPackageImport
Setter for the 'ImportedPackage' [1..1] association.
setImportingNameSpace(INameSpace) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IElementImport
Setter for the 'ImportingNameSpace' [0..1] association.
setImportingNameSpace(INameSpace) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPackageImport
Setter for the 'ImportingNameSpace' [0..1] association.
setImportingOperation(IOperation) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IElementImport
Setter for the 'ImportingOperation' [0..1] association.
setImportingOperation(IOperation) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPackageImport
Setter for the 'ImportingOperation' [0..1] association.
setInActivity(IActivity) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityGroup
Setter for the 'InActivity' [0..1] association.
setInMessageRef(IBpmnMessage) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnOperation
Setter for the 'InMessageRef' [1..1] association.
setInput(IMdacPropertyModel) - Method in interface com.modeliosoft.modelio.api.mdac.IMdacPropertyView
 
setInputing(IActivityAction) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IInputPin
Setter for the 'Inputing' [0..1] association.
setInstanciate(boolean) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnEventBasedGateway
Setter for the 'Instanciate' meta class attribute
setInstanciate(boolean) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnReceiveTask
Setter for the 'Instanciate' meta class attribute
setInstanciatedTemplate(INameSpace) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ITemplateBinding
Setter for the 'InstanciatedTemplate' [0..1] association.
setInstanciatedTemplateOperation(IOperation) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ITemplateBinding
Setter for the 'InstanciatedTemplateOperation' [0..1] association.
setInstantiable(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPackage
Setter for the 'IsInstantiable' meta class attribute
setInState(IState) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemAwareElement
Setter for the 'InState' [0..1] association.
setInState(IState) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessage
Setter for the 'InState' [0..1] association.
setInState(IState) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IObjectNode
Setter for the 'InState' [0..1] association.
setInternalOwner(IClassifier) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IBindableInstance
Setter for the 'InternalOwner' [0..1] association.
setInterrupting(boolean) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnStartEvent
Setter for the 'IsInterrupting' meta class attribute
setInterrupts(IInterruptibleActivityRegion) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityEdge
Setter for the 'Interrupts' [0..1] association.
setInvertedChannel(ICommunicationChannel) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationMessage
Setter for the 'InvertedChannel' [0..1] association.
setInvoked(IOperation) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationMessage
Setter for the 'Invoked' [0..1] association.
setInvoked(IOperation) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IMessage
Setter for the 'Invoked' [0..1] association.
setItem(IBpmnItemAwareElement) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataState
Setter for the 'Item' [1..1] association.
setItemKind(ObBpmnItemKindEnum) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemDefinition
Setter for the 'ItemKind' meta class attribute
setItemRef(IBpmnItemDefinition) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessage
Setter for the 'ItemRef' [0..1] association.
setItemSubjectRef(IBpmnItemDefinition) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemAwareElement
Setter for the 'ItemSubjectRef' [0..1] association.
setjavaClassName(String) - Method in interface com.modeliosoft.modelio.api.model.extension.IModule
Setter for the 'javaClassName' meta class attribute
setJCode(String) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IProfile
Setter for the 'JCode' meta class attribute
setJoinSpec(String) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IForkJoinNode
Setter for the 'JoinSpec' meta class attribute
setKey(IProperty) - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertyValue
Setter for the 'Key' [1..1] association.
setKind(ObEventTypeEnum) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IEvent
Setter for the 'Kind' meta class attribute
setKind(ObKindOfStateMachineEnum) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IStateMachine
Setter for the 'Kind' meta class attribute
setKindOfMessage(ObMessageKindEnum) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IMessage
Setter for the 'KindOfMessage' meta class attribute
setLabel(String) - Method in class com.modeliosoft.modelio.api.diagram.tools.DefaultAttachedBoxCommand
Set the name of the command.
setLabel(String) - Method in class com.modeliosoft.modelio.api.diagram.tools.DefaultBoxCommand
Set the name of the command.
setLabel(String) - Method in class com.modeliosoft.modelio.api.diagram.tools.DefaultLinkCommand
Set the name of the command.
setLabel(String) - Method in class com.modeliosoft.modelio.api.diagram.tools.DefaultMultiLinkCommand
Set the name of the command.
setLabel(String) - Method in interface com.modeliosoft.modelio.api.diagram.tools.IDiagramCommand
Set the name of the command.
setLabel(String) - Method in class com.modeliosoft.modelio.api.mdac.propertiesPage.AbstractMdacPropertyPage
 
setLabel(String) - Method in interface com.modeliosoft.modelio.api.mdac.propertiesPage.IMdacPropertyPage
Set the labe of this property page.
setLabel(String) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IExternDocumentType
Setter for the 'Label' meta class attribute
setLabel(String) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.INoteType
Setter for the 'Label' meta class attribute
setLabel(String) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Setter for the 'Label' meta class attribute
setLabel(String) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITagType
Setter for the 'Label' meta class attribute
setLaneSet(IBpmnLaneSet) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnLane
Setter for the 'LaneSet' [1..1] association.
setLanguage(String) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataAssociation
Setter for the 'Language' meta class attribute
setLanguage(String) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IConstraint
Setter for the 'Language' meta class attribute
setLeaf(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Setter for the 'IsLeaf' meta class attribute
setLineColor(String) - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramLink
Modify the current line color.
setLineColor(String) - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramNode
Modify the current line color.
setLineNumber(int) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionFragment
 
setLinePattern(int) - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramLink
Modify the current line pattern.
setLineRadius(int) - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramLink
Modify the current line radius.
setLineWidth(int) - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramLink
Modify the current line width.
setLineWidth(int) - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramNode
Modify the current line width.
setLinked(IInstance) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ILinkEnd
Setter for the 'Linked' [1..1] association.
setLinkNode(ILink) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ILinkEnd
Setter for the 'LinkNode' [1..1] association.
setLinkToClass(IClassAssociation) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociation
Setter for the 'LinkToClass' [0..1] association.
setListener(IMDAEditorListener) - Method in interface com.modeliosoft.modelio.api.editor.IMDATextEditor
Set the listener who will be notified when a 'save' or 'close' event occurs.
setLocalAnnoted(IModelElement) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ILocalTaggedValue
Setter for the 'LocalAnnoted' [0..1] association.
setLocalAnnoted(ILocalTaggedValue) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITagParameter
Setter for the 'LocalAnnoted' [0..1] association.
setLocalDefinition(ITagType) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ILocalTaggedValue
Setter for the 'LocalDefinition' [1..1] association.
setLocalModel(INoteType) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ILocalNote
Setter for the 'LocalModel' [1..1] association.
setLocalQualified(ILocalTaggedValue) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITagParameter
Setter for the 'LocalQualified' [0..1] association.
setLocalQualifier(ITagParameter) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ILocalTaggedValue
Setter for the 'LocalQualifier' [0..1] association.
setLocalSubject(IModelElement) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ILocalNote
Setter for the 'LocalSubject' [0..1] association.
setLocation(int, int) - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramNode
Change the location of the node, setting its new position to (x,y).
setLogoImage(Image) - Method in class com.modeliosoft.modelio.api.ui.ModelioDialog
Set the logo image that displays on the right side of the header.
setLoopCardinality(String) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMultiInstanceLoopCharacteristics
Setter for the 'LoopCardinality' meta class attribute
setLoopCharacteristics(IBpmnLoopCharacteristics) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Setter for the 'LoopCharacteristics' [0..1] association.
setLoopCondition(String) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnStandardLoopCharacteristics
Setter for the 'LoopCondition' meta class attribute
setLoopDataInput(IBpmnDataInput) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMultiInstanceLoopCharacteristics
Setter for the 'LoopDataInput' [0..1] association.
setLoopDataOutputRef(IBpmnDataOutput) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMultiInstanceLoopCharacteristics
Setter for the 'LoopDataOutputRef' [0..1] association.
setLoopMaximum(String) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnStandardLoopCharacteristics
Setter for the 'LoopMaximum' meta class attribute
setMain(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IClass
Setter for the 'IsMain' meta class attribute
setMapped(IParameter) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehaviorParameter
Setter for the 'Mapped' [0..1] association.
setMapping(String) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IAbstraction
Setter for the 'Mapping' meta class attribute
setMatched(IParameter) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IPin
Setter for the 'Matched' [0..1] association.
setMdac(IMdac) - Method in class com.modeliosoft.modelio.api.mdac.propertiesPage.AbstractMdacPropertyPage
 
setMdac(IMdac) - Method in interface com.modeliosoft.modelio.api.mdac.propertiesPage.IMdacPropertyPage
Set the mdac of this property page.
setMergedPackage(IPackage) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPackageMerge
Setter for the 'MergedPackage' [1..1] association.
setMessage(String) - Method in class com.modeliosoft.modelio.api.ui.ModelioDialog
Set a message that will display in the header of the dialog.
setMessage(String, int) - Method in class com.modeliosoft.modelio.api.ui.ModelioDialog
 
setMessageRef(IBpmnMessage) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessageEventDefinition
Setter for the 'MessageRef' [0..1] association.
setMessageRef(IBpmnMessage) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessageFlow
Setter for the 'MessageRef' [0..1] association.
setMessageRef(IBpmnMessage) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnReceiveTask
Setter for the 'MessageRef' [0..1] association.
setMessageRef(IBpmnMessage) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSendTask
Setter for the 'MessageRef' [0..1] association.
setMethod(ObTransactionMethodEnum) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnTransaction
Setter for the 'Method' meta class attribute
setMimeType(String) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IExternDocument
 
setMinimumPageSize(int, int) - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog
Sets the minimum page size used for the pages.
setMinimumPageSize(Point) - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog
Sets the minimum page size used for the pages.
setMode(ObExpansionKindEnum) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IExpansionRegion
Setter for the 'Mode' meta class attribute
setModel(IPackage) - Method in interface com.modeliosoft.modelio.api.model.extension.IProject
Setter for the 'Model' [1..1] association.
setModel(ISignal) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IEvent
Setter for the 'Model' [0..1] association.
setModel(INoteType) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.INote
Setter for the 'Model' [1..1] association.
setModel(IAssociationEnd) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ILinkEnd
Setter for the 'Model' [0..1] association.
setmodifDate(int) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IElement
Setter for the 'modifDate' meta class attribute
setMultiCast(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IObjectFlow
Setter for the 'IsMultiCast' meta class attribute
setMultipleInstance(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityAction
Setter for the 'IsMultipleInstance' meta class attribute
setMultiplicityMax(int) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnParticipant
Setter for the 'MultiplicityMax' meta class attribute
setMultiplicityMax(String) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
Setter for the 'MultiplicityMax' meta class attribute
setMultiplicityMax(String) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttribute
Setter for the 'MultiplicityMax' meta class attribute
setMultiplicityMax(String) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Setter for the 'MultiplicityMax' meta class attribute
setMultiplicityMax(String) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ILinkEnd
Setter for the 'MultiplicityMax' meta class attribute
setMultiplicityMax(String) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Setter for the 'MultiplicityMax' meta class attribute
setMultiplicityMin(int) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnParticipant
Setter for the 'MultiplicityMin' meta class attribute
setMultiplicityMin(String) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
Setter for the 'MultiplicityMin' meta class attribute
setMultiplicityMin(String) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttribute
Setter for the 'MultiplicityMin' meta class attribute
setMultiplicityMin(String) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Setter for the 'MultiplicityMin' meta class attribute
setMultiplicityMin(String) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ILinkEnd
Setter for the 'MultiplicityMin' meta class attribute
setMultiplicityMin(String) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Setter for the 'MultiplicityMin' meta class attribute
setMultiReceive(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IObjectFlow
Setter for the 'IsMultiReceive' meta class attribute
setmustIsolate(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IStructuredActivityNode
Setter for the 'mustIsolate' meta class attribute
setName(String) - Method in class com.modeliosoft.modelio.api.mdac.propertiesPage.AbstractMdacPropertyPage
 
setName(String) - Method in interface com.modeliosoft.modelio.api.mdac.propertiesPage.IMdacPropertyPage
Set the name of the property page.
setName(String) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ILocalNote
Setter for the 'Name' meta class attribute
setName(String) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Setter for the 'Name' meta class attribute
setName(String) - Method in class com.modeliosoft.modelio.api.ui.diagramcreation.DiagramWizardModel
 
setNavigable(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
Setter for the 'IsNavigable' meta class attribute
setNavigable(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ILinkEnd
Setter for the 'IsNavigable' meta class attribute
setNRepresented(INameSpace) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ICollaborationUse
Setter for the 'NRepresented' [0..1] association.
setOBase(IOperation) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Setter for the 'OBase' [0..1] association.
setOperationRef(IBpmnOperation) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessageEventDefinition
Setter for the 'OperationRef' [0..1] association.
setOperationRef(IBpmnOperation) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnReceiveTask
Setter for the 'OperationRef' [0..1] association.
setOperationRef(IBpmnOperation) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSendTask
Setter for the 'OperationRef' [0..1] association.
setOperationRef(IBpmnOperation) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnServiceTask
Setter for the 'OperationRef' [0..1] association.
setOperator(ObInteractionOperatorEnum) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.ICombinedFragment
Setter for the 'Operator' meta class attribute
setOrdered(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
Setter for the 'IsOrdered' meta class attribute
setOrdered(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttribute
Setter for the 'IsOrdered' meta class attribute
setOrdered(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ILinkEnd
Setter for the 'IsOrdered' meta class attribute
setOrdered(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Setter for the 'IsOrdered' meta class attribute
setOrdering(ObAdHocOrderingEnum) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnAdHocSubProcess
Setter for the 'Ordering' meta class attribute
setOrdering(ObObjectNodeOrderingKindEnum) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IObjectNode
Setter for the 'Ordering' meta class attribute
setORepresented(IOperation) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ICollaboration
Setter for the 'ORepresented' [0..1] association.
setORepresented(IOperation) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ICollaborationUse
Setter for the 'ORepresented' [0..1] association.
setOrigin(IModelElement) - Method in interface com.modeliosoft.modelio.api.model.diagrams.IAbstractDiagram
Setter for the 'Origin' [0..1] association.
setOrigin(INameSpace) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IDataFlow
Setter for the 'Origin' [0..1] association.
setOrigin(IUseCase) - Method in interface com.modeliosoft.modelio.api.model.uml.usecase.IUseCaseDependency
Setter for the 'Origin' [1..1] association.
setOutMessageRef(IBpmnMessage) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnOperation
Setter for the 'OutMessageRef' [0..1] association.
setOutputing(IActivityAction) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IOutputPin
Setter for the 'Outputing' [0..1] association.
setOwnedParameterElement(IModelElement) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ITemplateParameter
Setter for the 'OwnedParameterElement' [0..1] association.
setOwner(IElement) - Method in class com.modeliosoft.modelio.api.exchange.XmiImportConfiguration
 
setOwner(IDictionary) - Method in interface com.modeliosoft.modelio.api.model.analyst.IDictionaryElement
Setter for the 'Owner' [0..1] association.
setOwner(IPropertySet) - Method in interface com.modeliosoft.modelio.api.model.analyst.IProperty
Setter for the 'Owner' [1..1] association.
setOwner(IEnumeratedPropertyType) - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertyEnumerationLitteral
Setter for the 'Owner' [1..1] association.
setOwner(IPropertyContainer) - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertySet
Setter for the 'Owner' [1..1] association.
setOwner(IPropertyContainer) - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertyType
Setter for the 'Owner' [1..1] association.
setOwner(IPropertyValueSet) - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertyValue
Setter for the 'Owner' [1..1] association.
setOwner(IRequirement) - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertyValueSet
Setter for the 'Owner' [0..1] association.
setOwner(IRequirementContainer) - Method in interface com.modeliosoft.modelio.api.model.analyst.IRequirementElement
Setter for the 'Owner' [0..1] association.
setOwner(IBpmnMultiInstanceLoopCharacteristics) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnComplexBehaviorDefinition
Setter for the 'Owner' [1..1] association.
setOwner(IBpmnComplexBehaviorDefinition) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnImplicitThrowEvent
Setter for the 'Owner' [0..1] association.
setOwner(IBpmnBehavior) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnRootElement
Setter for the 'Owner' [0..1] association.
setOwner(IDiagramContainer) - Method in interface com.modeliosoft.modelio.api.model.diagrams.IAbstractDiagram
Setter for the 'Owner' [1..1] association.
setOwner(IProject) - Method in interface com.modeliosoft.modelio.api.model.diagrams.IDiagramContainer
Setter for the 'Owner' [0..1] association.
setOwner(IModule) - Method in interface com.modeliosoft.modelio.api.model.extension.IConfigParam
Setter for the 'Owner' [0..1] association.
setOwner(IActivity) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityNode
Setter for the 'Owner' [0..1] association.
setOwner(IConditionalNode) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IClause
Setter for the 'Owner' [0..1] association.
setOwner(INameSpace) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehavior
Setter for the 'Owner' [0..1] association.
setOwner(IBehavior) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehaviorParameter
Setter for the 'Owner' [0..1] association.
setOwner(ICommunicationInteraction) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationNode
Setter for the 'Owner' [0..1] association.
setOwner(IInteraction) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.ILifeline
Setter for the 'Owner' [0..1] association.
setOwner(INameSpace) - Method in interface com.modeliosoft.modelio.api.model.uml.information.IInformationFlow
Setter for the 'Owner' [0..1] association.
setOwner(IProfile) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Setter for the 'Owner' [0..1] association.
setOwner(ICollaborationUse) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IBinding
Setter for the 'Owner' [0..1] association.
setOwner(INameSpace) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IDataFlow
Setter for the 'Owner' [1..1] association.
setOwner(IClassifier) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IFeature
Setter for the 'Owner' [0..1] association.
setOwner(INameSpace) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Setter for the 'Owner' [0..1] association.
setOwner(IArtifact) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IManifestation
Setter for the 'Owner' [1..1] association.
setOwner(IModelTree) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IModelTree
Setter for the 'Owner' [0..1] association.
setOwner(ITemplateBinding) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ITemplateParameterSubstitution
Setter for the 'Owner' [1..1] association.
setOwner(IUseCase) - Method in interface com.modeliosoft.modelio.api.model.uml.usecase.IExtensionPoint
Setter for the 'Owner' [0..1] association.
setOwnerActivity(IBpmnActivity) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataInput
Setter for the 'OwnerActivity' [0..1] association.
setOwnerActivity(IBpmnActivity) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataOutput
Setter for the 'OwnerActivity' [0..1] association.
setOwnerActivity(IBpmnActivity) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnLoopCharacteristics
Setter for the 'OwnerActivity' [1..1] association.
setOwnerClause(IClause) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityNode
Setter for the 'OwnerClause' [0..1] association.
setOwnerFragment(ICombinedFragment) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IGate
Setter for the 'OwnerFragment' [0..1] association.
setOwnerFragment(ICombinedFragment) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionOperand
Setter for the 'OwnerFragment' [0..1] association.
setOwnerInteraction(IInteraction) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IGate
Setter for the 'OwnerInteraction' [0..1] association.
setOwnerLoopCharacteristics(IBpmnMultiInstanceLoopCharacteristics) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataInput
Setter for the 'OwnerLoopCharacteristics' [0..1] association.
setOwnerLoopCharacteristics(IBpmnMultiInstanceLoopCharacteristics) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataOutput
Setter for the 'OwnerLoopCharacteristics' [0..1] association.
setOwnerModule(IModule) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IProfile
Setter for the 'OwnerModule' [0..1] association.
setOwnerNode(IStructuredActivityNode) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityNode
Setter for the 'OwnerNode' [0..1] association.
setOwnerOperation(IOperation) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehavior
Setter for the 'OwnerOperation' [0..1] association.
setOwnerPartition(IActivityPartition) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityNode
Setter for the 'OwnerPartition' [0..1] association.
setOwnerProfile(IProfile) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IMetaclassReference
Setter for the 'OwnerProfile' [0..1] association.
setOwnerReference(IMetaclassReference) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IExternDocumentType
Setter for the 'OwnerReference' [0..1] association.
setOwnerReference(IMetaclassReference) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.INoteType
Setter for the 'OwnerReference' [0..1] association.
setOwnerReference(IMetaclassReference) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITagType
Setter for the 'OwnerReference' [0..1] association.
setOwnerState(IState) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IConnectionPointReference
Setter for the 'OwnerState' [0..1] association.
setOwnerStereotype(IStereotype) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IExternDocumentType
Setter for the 'OwnerStereotype' [0..1] association.
setOwnerStereotype(IStereotype) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.INoteType
Setter for the 'OwnerStereotype' [0..1] association.
setOwnerStereotype(IStereotype) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITagType
Setter for the 'OwnerStereotype' [0..1] association.
setOwnerTemplateParameter(ITemplateParameter) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
Setter for the 'OwnerTemplateParameter' [0..1] association.
setOwnerTerm(ITerm) - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertyValueSet
Setter for the 'OwnerTerm' [0..1] association.
setOwnerThrowEvent(IBpmnThrowEvent) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataInput
Setter for the 'OwnerThrowEvent' [0..1] association.
setOwnerUse(IInteractionUse) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IGate
Setter for the 'OwnerUse' [0..1] association.
setPackageRef(IPackage) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnParticipant
Setter for the 'PackageRef' [0..1] association.
setPageLocation(Control) - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog.PageContainerFillLayout
Sets the location of the page so that its origin is in the upper left corner.
setPageSize(int, int) - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog
Sets the size of all pages.
setPageSize(Point) - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog
Sets the size of all pages.
setParallelMultiple(boolean) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnCatchEvent
Setter for the 'ParallelMultiple' meta class attribute
setParameterized(INameSpace) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ITemplateParameter
Setter for the 'Parameterized' [0..1] association.
setParameterizedOperation(IOperation) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ITemplateParameter
Setter for the 'ParameterizedOperation' [0..1] association.
setParameterPassing(ObPassingModeEnum) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Setter for the 'ParameterPassing' meta class attribute
setParameterRef(IBpmnResourceParameter) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResourceParameterBinding
Setter for the 'ParameterRef' [1..1] association.
setParameterValue(String, String) - Method in interface com.modeliosoft.modelio.api.module.IMdacConfiguration
Set the value of a parameter.
setParamNumber(String) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITagType
Setter for the 'ParamNumber' meta class attribute
setParent(IState) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IRegion
Setter for the 'Parent' [0..1] association.
setParent(IRegion) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IStateVertex
Setter for the 'Parent' [0..1] association.
setParent(IStereotype) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IStereotype
Setter for the 'Parent' [0..1] association.
setParentLane(IBpmnLane) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnLaneSet
Setter for the 'ParentLane' [0..1] association.
setParticipant(IBpmnParticipant) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Setter for the 'Participant' [0..1] association.
setPartImage(ImageDescriptor) - Method in interface com.modeliosoft.modelio.api.mdac.IMdacPropertyView
 
setPartitionElement(IModelElement) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnLane
Setter for the 'PartitionElement' [0..1] association.
setPartName(String) - Method in interface com.modeliosoft.modelio.api.mdac.IMdacPropertyView
 
setPassing(ObMethodPassingModeEnum) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Setter for the 'Passing' meta class attribute
setPath(Collection<Point>) - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramLink
Route the path of a link.
setPath(ILinkPath) - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramLink
This method tries to set the current link path.
setPath(String) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IExternDocument
 
setPBase(IParameter) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.ISignal
Setter for the 'PBase' [0..1] association.
setPoints(Collection<Point>) - Method in interface com.modeliosoft.modelio.api.diagram.ILinkPath
Discards all points from the point list, then add all specified points in it.
setPostCondition(String) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.ITransition
Setter for the 'PostCondition' meta class attribute
setProcess(IBpmnProcess) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnArtifact
Setter for the 'Process' [0..1] association.
setProcess(IBpmnProcess) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnLaneSet
Setter for the 'Process' [0..1] association.
setProcess(IBpmnProcess) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnParticipant
Setter for the 'Process' [0..1] association.
setProcess(IBpmnProcess) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResourceRole
Setter for the 'Process' [0..1] association.
setProcessed(IOperation) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.ITransition
Setter for the 'Processed' [0..1] association.
setProcessType(ObBpmnProcessTypeEnum) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnProcess
Setter for the 'ProcessType' meta class attribute
setproject(IProject) - Method in interface com.modeliosoft.modelio.api.model.extension.IModule
Setter for the 'project' [0..1] association.
setprojectContext(String) - Method in interface com.modeliosoft.modelio.api.model.extension.IProject
Setter for the 'projectContext' meta class attribute
setprojectDescr(String) - Method in interface com.modeliosoft.modelio.api.model.extension.IProject
Setter for the 'projectDescr' meta class attribute
setProperties(IPropertyContainer) - Method in interface com.modeliosoft.modelio.api.model.analyst.IAnalystProject
Setter for the 'Properties' [1..1] association.
setProperties(IPropertyValueSet) - Method in interface com.modeliosoft.modelio.api.model.analyst.IRequirement
Setter for the 'Properties' [0..1] association.
setProperties(IPropertyValueSet) - Method in interface com.modeliosoft.modelio.api.model.analyst.ITerm
Setter for the 'Properties' [0..1] association.
setProperty(String, String) - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramGraphic
Sets the local property value of this graphic element for 'property'.
setProtectedNode(IActivityAction) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IExceptionHandler
Setter for the 'ProtectedNode' [1..1] association.
setProtocol(String) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnTransaction
Setter for the 'Protocol' meta class attribute
setProvider(IProvidedInterface) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ILinkEnd
Setter for the 'Provider' [0..1] association.
setProviding(IPort) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IProvidedInterface
Setter for the 'Providing' [1..1] association.
setQualified(ITaggedValue) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITagParameter
Setter for the 'Qualified' [0..1] association.
setQualified(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITagType
Setter for the 'IsQualified' meta class attribute
setQualified(IAssociationEnd) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttribute
Setter for the 'Qualified' [0..1] association.
setQualifier(ITagParameter) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITaggedValue
Setter for the 'Qualifier' [0..1] association.
setReadOnly(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivity
Setter for the 'IsReadOnly' meta class attribute
setReadonlyMode(boolean) - Method in interface com.modeliosoft.modelio.api.editor.IMDATextEditor
Change the editor's editon mode.
setReceivedEvents(String) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.ITransition
Setter for the 'ReceivedEvents' meta class attribute
setReceivedMessage(IMessage) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IMessageEnd
Setter for the 'ReceivedMessage' [0..1] association.
setReceiveEvent(IMessageEnd) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IMessage
Setter for the 'ReceiveEvent' [0..1] association.
setReceivingPackage(IPackage) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPackageMerge
Setter for the 'ReceivingPackage' [1..1] association.
setRedefines(IOperation) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Setter for the 'Redefines' [0..1] association.
setReentrant(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.common.IBehavior
Setter for the 'IsReentrant' meta class attribute
setReferenced(IClass) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IMetaclassReference
Setter for the 'Referenced' [0..1] association.
setReferencedClassName(String) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IMetaclassReference
Setter for the 'ReferencedClassName' meta class attribute
setRefersTo(IInteraction) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IInteractionUse
Setter for the 'RefersTo' [1..1] association.
setRegionAsInput(IExpansionRegion) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IExpansionNode
Setter for the 'RegionAsInput' [0..1] association.
setRegionAsOutput(IExpansionRegion) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IExpansionNode
Setter for the 'RegionAsOutput' [0..1] association.
setRelated(IAssociation) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
Setter for the 'Related' [1..1] association.
setRepresentationMode(int) - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramNode
Modify the current representation mode.
setRepresented(IAnalystProject) - Method in interface com.modeliosoft.modelio.api.model.analyst.IDictionary
Setter for the 'Represented' [0..1] association.
setRepresented(IAnalystProject) - Method in interface com.modeliosoft.modelio.api.model.analyst.IRequirementContainer
Setter for the 'Represented' [0..1] association.
setRepresented(IModelElement) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityPartition
Setter for the 'Represented' [0..1] association.
setRepresented(IInstance) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IObjectNode
Setter for the 'Represented' [0..1] association.
setRepresented(IInstance) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationNode
Setter for the 'Represented' [0..1] association.
setRepresented(IInstance) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.ILifeline
Setter for the 'Represented' [0..1] association.
setRepresented(IStateMachine) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IRegion
Setter for the 'Represented' [0..1] association.
setRepresentedAssociationEnd(IAssociationEnd) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemAwareElement
Setter for the 'RepresentedAssociationEnd' [0..1] association.
setRepresentedAttribute(IAttribute) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemAwareElement
Setter for the 'RepresentedAttribute' [0..1] association.
setRepresentedAttribute(IAttribute) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IObjectNode
Setter for the 'RepresentedAttribute' [0..1] association.
setRepresentedFeature(IModelElement) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IBindableInstance
Setter for the 'RepresentedFeature' [0..1] association.
setRepresentedFeature(IModelElement) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IBinding
Setter for the 'RepresentedFeature' [1..1] association.
setRepresentedFeature(IModelElement) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IConnector
Setter for the 'RepresentedFeature' [0..1] association.
setRepresentedFeature(IModelElement) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IConnectorEnd
Setter for the 'RepresentedFeature' [0..1] association.
setRepresentedForBusinessRule(IAnalystProject) - Method in interface com.modeliosoft.modelio.api.model.analyst.IRequirementContainer
Setter for the 'RepresentedForBusinessRule' [0..1] association.
setRepresentedForGoal(IAnalystProject) - Method in interface com.modeliosoft.modelio.api.model.analyst.IRequirementContainer
Setter for the 'RepresentedForGoal' [0..1] association.
setRepresentedInstance(IInstance) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemAwareElement
Setter for the 'RepresentedInstance' [0..1] association.
setRepresentedParameter(IParameter) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataInput
Setter for the 'RepresentedParameter' [0..1] association.
setRepresentedParameter(IParameter) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataOutput
Setter for the 'RepresentedParameter' [0..1] association.
setRepresentedRealParameter(IBehaviorParameter) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IObjectNode
Setter for the 'RepresentedRealParameter' [0..1] association.
setRepresentedRole(IAssociationEnd) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IObjectNode
Setter for the 'RepresentedRole' [0..1] association.
setRequired(boolean) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResourceParameter
Setter for the 'IsRequired' meta class attribute
setRequirementRoot(IRequirementContainer) - Method in interface com.modeliosoft.modelio.api.model.analyst.IAnalystProject
Setter for the 'RequirementRoot' [1..1] association.
setRequiring(IPort) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IRequiredInterface
Setter for the 'Requiring' [1..1] association.
setResource(IBpmnResource) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResourceParameter
Setter for the 'Resource' [1..1] association.
setResourceRef(IBpmnResource) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResourceRole
Setter for the 'ResourceRef' [1..1] association.
setResourceRole(IBpmnResourceRole) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResourceParameterBinding
Setter for the 'ResourceRole' [1..1] association.
setReturn(IParameter) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IOperation
Setter for the 'Return' [0..1] association.
setReturned(IOperation) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Setter for the 'Returned' [0..1] association.
setRole(IBindableInstance) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IBinding
Setter for the 'Role' [0..1] association.
setRoot(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Setter for the 'IsRoot' meta class attribute
setRootRequirement(IAnalystProject) - Method in interface com.modeliosoft.modelio.api.model.extension.IProject
Setter for the 'RootRequirement' [0..1] association.
setRouterKind(IDiagramLink.LinkRouterKind) - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramLink
Modify the router referenced by the link.
setSComposed(IState) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IInternalTransition
Setter for the 'SComposed' [0..1] association.
setScript(String) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnScriptTask
Setter for the 'Script' meta class attribute
setScriptLanguage(String) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnScriptTask
Setter for the 'ScriptLanguage' meta class attribute
setSelectedContributor(IDiagramWizardContributor) - Method in class com.modeliosoft.modelio.api.ui.diagramcreation.DiagramWizardModel
 
setSelectionBehavior(String) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IObjectFlow
Setter for the 'SelectionBehavior' meta class attribute
setSelectionBehavior(String) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IObjectNode
Setter for the 'SelectionBehavior' meta class attribute
setSelector(String) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationNode
Setter for the 'Selector' meta class attribute
setSelector(String) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.ILifeline
Setter for the 'Selector' meta class attribute
setSelf(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IInputPin
Setter for the 'IsSelf' meta class attribute
setSendEvent(IMessageEnd) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IMessage
Setter for the 'SendEvent' [0..1] association.
setSent(ISignal) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.ISendSignalAction
Setter for the 'Sent' [0..1] association.
setSentEvents(String) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.ITransition
Setter for the 'SentEvents' meta class attribute
setSentMessage(IMessage) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IMessageEnd
Setter for the 'SentMessage' [0..1] association.
setSequence(String) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationMessage
Setter for the 'Sequence' meta class attribute
setSequencial(boolean) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMultiInstanceLoopCharacteristics
Setter for the 'IsSequencial' meta class attribute
setService(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPort
Setter for the 'IsService' meta class attribute
setSetName(String) - Method in interface com.modeliosoft.modelio.api.model.extension.IConfigParam
Setter for the 'SetName' meta class attribute
setSetup(String) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.ILoopNode
Setter for the 'Setup' meta class attribute
setShowInvalidDiagram(Boolean) - Method in class com.modeliosoft.modelio.api.ui.diagramcreation.DiagramWizardDialog
 
setShowInvalidDiagram(boolean) - Method in class com.modeliosoft.modelio.api.ui.diagramcreation.DiagramWizardModel
 
setSignalSignature(ISignal) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationMessage
Setter for the 'SignalSignature' [0..1] association.
setSignalSignature(ISignal) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IMessage
Setter for the 'SignalSignature' [0..1] association.
setSingleExecution(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivity
Setter for the 'IsSingleExecution' meta class attribute
setSize(int, int) - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramNode
Change the size of the node to (width,height).
setSModel(ISignal) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IDataFlow
Setter for the 'SModel' [0..1] association.
setSortOfMessage(ObMessageSortEnum) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationMessage
Setter for the 'SortOfMessage' meta class attribute
setSortOfMessage(ObMessageSortEnum) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IMessage
Setter for the 'SortOfMessage' meta class attribute
setSource(IActivityNode) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityEdge
Setter for the 'Source' [0..1] association.
setSource(IStateVertex) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.ITransition
Setter for the 'Source' [0..1] association.
setSourcePartition(IActivityPartition) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IMessageFlow
Setter for the 'SourcePartition' [0..1] association.
setSourceRef(IBpmnBaseElement) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnAssociation
Setter for the 'SourceRef' [1..1] association.
setSourceRef(IBpmnBaseElement) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessageFlow
Setter for the 'SourceRef' [1..1] association.
setSourceRef(IBpmnFlowNode) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSequenceFlow
Setter for the 'SourceRef' [1..1] association.
setStart(ICommunicationNode) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.communication.ICommunicationChannel
Setter for the 'Start' [0..1] association.
setStart(IExecutionOccurenceSpecification) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IExecutionSpecification
Setter for the 'Start' [1..1] association.
setStarted(IExecutionSpecification) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.interaction.IExecutionOccurenceSpecification
Setter for the 'Started' [0..1] association.
setStartingActivity(IBpmnActivity) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataAssociation
Setter for the 'StartingActivity' [0..1] association.
setStartingEvent(IBpmnThrowEvent) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataAssociation
Setter for the 'StartingEvent' [0..1] association.
setStartQuantity(int) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnActivity
Setter for the 'StartQuantity' meta class attribute
setState(IMdac.MdacState) - Method in class com.modeliosoft.modelio.api.mdac.AbstractJavaMdac
Sets the runtime state of this module.
setStream(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Setter for the 'IsStream' meta class attribute
setStructureRef(IGeneralClass) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemDefinition
Setter for the 'StructureRef' [0..1] association.
setStyle(IStyleHandle) - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramGraphic
Set the style used to get a property value when it is not defined locally.
setSubject(IModelElement) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IExternDocument
 
setSubject(IModelElement) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.INote
Setter for the 'Subject' [0..1] association.
setSubMachine(IStateMachine) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IState
Setter for the 'SubMachine' [0..1] association.
setSubProcess(IBpmnSubProcess) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnArtifact
Setter for the 'SubProcess' [0..1] association.
setSubProcess(IBpmnSubProcess) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnFlowElement
Setter for the 'SubProcess' [0..1] association.
setSubProcess(IBpmnSubProcess) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnLaneSet
Setter for the 'SubProcess' [0..1] association.
setSubstitutingClassifier(IClassifier) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ISubstitution
Setter for the 'SubstitutingClassifier' [0..1] association.
setSubType(INameSpace) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralization
Setter for the 'SubType' [1..1] association.
setSuper(IDiagramSet) - Method in interface com.modeliosoft.modelio.api.model.diagrams.IDiagramSet
Setter for the 'Super' [0..1] association.
setSuperPartition(IActivityPartition) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityPartition
Setter for the 'SuperPartition' [0..1] association.
setSuperType(INameSpace) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IGeneralization
Setter for the 'SuperType' [1..1] association.
setSynchronous(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.ICallAction
Setter for the 'IsSynchronous' meta class attribute
setTarget(IBpmnLinkEventDefinition) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnLinkEventDefinition
Setter for the 'Target' [1..1] association.
setTarget(IActivityNode) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityEdge
Setter for the 'Target' [0..1] association.
setTarget(IStateVertex) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.ITransition
Setter for the 'Target' [0..1] association.
setTarget(IUseCase) - Method in interface com.modeliosoft.modelio.api.model.uml.usecase.IUseCaseDependency
Setter for the 'Target' [1..1] association.
setTargetIsClass(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttribute
Setter for the 'TargetIsClass' meta class attribute
setTargetPartition(IActivityPartition) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IMessageFlow
Setter for the 'TargetPartition' [0..1] association.
setTargetRef(IBpmnBaseElement) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnAssociation
Setter for the 'TargetRef' [1..1] association.
setTargetRef(IBpmnItemAwareElement) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataAssociation
Setter for the 'TargetRef' [0..1] association.
setTargetRef(IBpmnBaseElement) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessageFlow
Setter for the 'TargetRef' [1..1] association.
setTargetRef(IBpmnFlowNode) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSequenceFlow
Setter for the 'TargetRef' [1..1] association.
setTest(String) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IClause
Setter for the 'Test' meta class attribute
setTest(String) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.ILoopNode
Setter for the 'Test' meta class attribute
setTestBefore(boolean) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnStandardLoopCharacteristics
Setter for the 'TestBefore' meta class attribute
setTestedFirst(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.ILoopNode
Setter for the 'IsTestedFirst' meta class attribute
setText(String) - Method in interface com.modeliosoft.modelio.api.model.analyst.IDictionary
Setter for the 'Text' meta class attribute
setText(String) - Method in interface com.modeliosoft.modelio.api.model.analyst.IRequirementElement
Setter for the 'Text' meta class attribute
setTextColor(String) - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramLink
Modify the current text color.
setTextColor(String) - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramNode
Modify the current text color.
setThrower(IOperation) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IRaisedException
Setter for the 'Thrower' [1..1] association.
setThrownType(IClassifier) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IRaisedException
Setter for the 'ThrownType' [1..1] association.
setTimeCycle(String) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnTimerEventDefinition
Setter for the 'TimeCycle' meta class attribute
setTimeD(String) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnTimerEventDefinition
Setter for the 'TimeD' meta class attribute
settimeExpresion(String) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IAcceptTimeEventAction
Setter for the 'timeExpresion' meta class attribute
setTitle(String) - Method in class com.modeliosoft.modelio.api.ui.ModelioDialog
Set the title that displays in bold in the dialog header.
setTitleLeftImage(Image) - Method in class com.modeliosoft.modelio.api.ui.ModelioDialog
Set the header image that will display in the header.
setTooltip(String) - Method in class com.modeliosoft.modelio.api.diagram.tools.DefaultAttachedBoxCommand
Set the tooltip of this command.
setTooltip(String) - Method in class com.modeliosoft.modelio.api.diagram.tools.DefaultBoxCommand
Set the tooltip of this command.
setTooltip(String) - Method in class com.modeliosoft.modelio.api.diagram.tools.DefaultLinkCommand
Set the tooltip of this command.
setTooltip(String) - Method in class com.modeliosoft.modelio.api.diagram.tools.DefaultMultiLinkCommand
Set the tooltip of this command.
setTooltip(String) - Method in interface com.modeliosoft.modelio.api.diagram.tools.IDiagramCommand
Set the tooltip of this command.
setTop(IRegion) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.IStateMachine
Setter for the 'Top' [1..1] association.
setTransfomation(String) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataAssociation
Setter for the 'Transfomation' meta class attribute
setTransformationBehavior(String) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IObjectFlow
Setter for the 'TransformationBehavior' meta class attribute
setTrigger(IEvent) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.state.ITransition
Setter for the 'Trigger' [0..1] association.
setTriggeredByEvent(boolean) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnSubProcess
Setter for the 'TriggeredByEvent' meta class attribute
setType(IPropertySet) - Method in interface com.modeliosoft.modelio.api.model.analyst.IDictionary
Setter for the 'Type' [0..1] association.
setType(IPropertyType) - Method in interface com.modeliosoft.modelio.api.model.analyst.IProperty
Setter for the 'Type' [1..1] association.
setType(IPropertySet) - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertyValueSet
Setter for the 'Type' [1..1] association.
setType(IPropertySet) - Method in interface com.modeliosoft.modelio.api.model.analyst.IRequirementContainer
Setter for the 'Type' [0..1] association.
setType(IGeneralClass) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnItemAwareElement
Setter for the 'Type' [0..1] association.
setType(IGeneralClass) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnMessage
Setter for the 'Type' [0..1] association.
setType(IClassifier) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnParticipant
Setter for the 'Type' [0..1] association.
setType(IBpmnItemDefinition) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnResourceParameter
Setter for the 'Type' [0..1] association.
setType(IGeneralClass) - Method in interface com.modeliosoft.modelio.api.model.extension.IConfigParam
Setter for the 'Type' [0..1] association.
setType(IGeneralClass) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IObjectNode
Setter for the 'Type' [0..1] association.
setType(IExternDocumentType) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IExternDocument
 
setType(IGeneralClass) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttribute
Setter for the 'Type' [0..1] association.
setType(ICollaboration) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ICollaborationUse
Setter for the 'Type' [1..1] association.
setType(IGeneralClass) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Setter for the 'Type' [0..1] association.
setType(IModelElement) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ITemplateParameter
Setter for the 'Type' [0..1] association.
setTypeConstraint(String) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttribute
Setter for the 'TypeConstraint' meta class attribute
setTypeConstraint(String) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Setter for the 'TypeConstraint' meta class attribute
setUmlState(IState) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataState
Setter for the 'UmlState' [0..1] association.
setUnique(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAssociationEnd
Setter for the 'IsUnique' meta class attribute
setUnique(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttribute
Setter for the 'IsUnique' meta class attribute
setUnique(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ILinkEnd
Setter for the 'IsUnique' meta class attribute
setUnique(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IParameter
Setter for the 'IsUnique' meta class attribute
setUnlimited(boolean) - Method in interface com.modeliosoft.modelio.api.model.bpmn.IBpmnDataStore
Setter for the 'IsUnlimited' meta class attribute
setUpperBound(String) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IObjectNode
Setter for the 'UpperBound' meta class attribute
setused(INameSpace) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INamespaceUse
Setter for the 'used' [1..1] association.
setuser(INameSpace) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INamespaceUse
Setter for the 'user' [1..1] association.
setUtilizedElement(IModelElement) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IManifestation
Setter for the 'UtilizedElement' [1..1] association.
setValuated(IEnumeration) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IEnumerationLiteral
Setter for the 'Valuated' [1..1] association.
setValue(Object) - Method in interface com.modeliosoft.modelio.api.mdac.IParameterModel
 
setValue(Object) - Method in class com.modeliosoft.modelio.api.mdac.paramEdition.ParameterModel
 
setValue(String) - Method in interface com.modeliosoft.modelio.api.model.analyst.IPropertyValue
Setter for the 'Value' meta class attribute
setValue(String) - Method in interface com.modeliosoft.modelio.api.model.extension.IConfigParam
Setter for the 'Value' meta class attribute
setValue(String) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IValuePin
Setter for the 'Value' meta class attribute
setValue(String) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ITagParameter
Setter for the 'Value' meta class attribute
setValue(String) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttribute
Setter for the 'Value' meta class attribute
setValue(String) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IAttributeLink
Setter for the 'Value' meta class attribute
setValue(String) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IInstance
Setter for the 'Value' meta class attribute
setValue(String) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ITemplateParameterSubstitution
Setter for the 'Value' meta class attribute
setValueAt(int, int, Object) - Method in interface com.modeliosoft.modelio.api.mdac.IMdacPropertyModel
 
setValueParameter(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.ITemplateParameter
Setter for the 'IsValueParameter' meta class attribute
setVersionExport(XmiExportConfiguration.VersionExport) - Method in class com.modeliosoft.modelio.api.exchange.XmiExportConfiguration
 
setVertical(boolean) - Method in interface com.modeliosoft.modelio.api.model.diagrams.IActivityDiagram
Setter for the 'IsVertical' meta class attribute
setVisibility(ObVisibilityModeEnum) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IElementImport
Setter for the 'Visibility' meta class attribute
setVisibility(ObVisibilityModeEnum) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IFeature
Setter for the 'Visibility' meta class attribute
setVisibility(ObVisibilityModeEnum) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.INameSpace
Setter for the 'Visibility' meta class attribute
setVisibility(ObVisibilityModeEnum) - Method in interface com.modeliosoft.modelio.api.model.uml.statik.IPackageImport
Setter for the 'Visibility' meta class attribute
setVisibility(ObVisibilityModeEnum) - Method in interface com.modeliosoft.modelio.api.model.uml.usecase.IExtensionPoint
Setter for the 'Visibility' meta class attribute
setVisible(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ILocalNote
Setter for the 'IsVisible' meta class attribute
setVisible(boolean) - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.ILocalTaggedValue
Setter for the 'IsVisible' meta class attribute
setWarningMessage(String) - Method in class com.modeliosoft.modelio.api.ui.ModelioDialog
Set a warning message that will display in the message area on top of the dialog, with a warning small icon.
setWeight(String) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IActivityEdge
Setter for the 'Weight' meta class attribute
setWeight(String) - Method in interface com.modeliosoft.modelio.api.model.uml.behavior.activity.IExceptionHandler
Setter for the 'Weight' meta class attribute
setWizard(IWizard) - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog
Sets the wizard this dialog is currently displaying.
setXmiFile(File) - Method in class com.modeliosoft.modelio.api.exchange.XmiExportConfiguration
 
showPage(IWizardPage) - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog
 
SMALL - Static variable in interface com.modeliosoft.modelio.api.ui.UIFont
 
SMALL_G - Static variable in interface com.modeliosoft.modelio.api.ui.UIFont
 
SMALL_GI - Static variable in interface com.modeliosoft.modelio.api.ui.UIFont
 
SMALL_I - Static variable in interface com.modeliosoft.modelio.api.ui.UIFont
 
SMALL_SIZE - Static variable in interface com.modeliosoft.modelio.api.ui.UIFont
 
start() - Method in class com.modeliosoft.modelio.api.mdac.DefaultMdacSession
Accepts the start by default.
start(IModelingSession, IMdacPropertyPage) - Method in interface com.modeliosoft.modelio.api.mdac.IMdacPropertyView
 
start() - Method in interface com.modeliosoft.modelio.api.mdac.IMdacSession
Called when the mdac is started.
startPickingSession(IPickingClient) - Method in interface com.modeliosoft.modelio.api.app.picking.IPickingService
Begin a picking session.
startPickingSession() - Method in class com.modeliosoft.modelio.api.ui.text.TextWrapperForIElement
 
statusChanged(IModelingSession, IStatusChangeEvent) - Method in interface com.modeliosoft.modelio.api.model.change.IStatusChangeListener
Invoked when the status has changed.
StereotypeFilter - Class in com.modeliosoft.modelio.api.utils
 
StereotypeFilter(String) - Constructor for class com.modeliosoft.modelio.api.utils.StereotypeFilter
 
StereotypeNotFoundException - Exception in com.modeliosoft.modelio.api.utils
 
StereotypeNotFoundException() - Constructor for exception com.modeliosoft.modelio.api.utils.StereotypeNotFoundException
 
StereotypeNotFoundException(String) - Constructor for exception com.modeliosoft.modelio.api.utils.StereotypeNotFoundException
 
StereotypeNotFoundException(String, Throwable) - Constructor for exception com.modeliosoft.modelio.api.utils.StereotypeNotFoundException
 
StereotypeNotFoundException(Throwable) - Constructor for exception com.modeliosoft.modelio.api.utils.StereotypeNotFoundException
 
stop() - Method in class com.modeliosoft.modelio.api.mdac.DefaultMdacSession
Nothing is done by default when the module is stopping.
stop() - Method in interface com.modeliosoft.modelio.api.mdac.IMdacPropertyView
 
stop() - Method in interface com.modeliosoft.modelio.api.mdac.IMdacSession
Called before the mdac is stopped.
StringParameterModel - Class in com.modeliosoft.modelio.api.mdac.paramEdition
 
StringParameterModel(IMdacConfiguration, String, String, String, String) - Constructor for class com.modeliosoft.modelio.api.mdac.paramEdition.StringParameterModel
 

T

TABLE_EVENROW_BG - Static variable in interface com.modeliosoft.modelio.api.ui.UIColor
KTable even/odd row colors
TABLE_HEADER_BG - Static variable in interface com.modeliosoft.modelio.api.ui.UIColor
 
TABLE_ODDROW_BG - Static variable in interface com.modeliosoft.modelio.api.ui.UIColor
 
TagTypeNotFoundException - Exception in com.modeliosoft.modelio.api.utils
 
TagTypeNotFoundException() - Constructor for exception com.modeliosoft.modelio.api.utils.TagTypeNotFoundException
 
TagTypeNotFoundException(String) - Constructor for exception com.modeliosoft.modelio.api.utils.TagTypeNotFoundException
 
TagTypeNotFoundException(String, Throwable) - Constructor for exception com.modeliosoft.modelio.api.utils.TagTypeNotFoundException
 
TagTypeNotFoundException(Throwable) - Constructor for exception com.modeliosoft.modelio.api.utils.TagTypeNotFoundException
 
tagTypes - Variable in class com.modeliosoft.modelio.api.mc.DefaultModelComponentContent
 
TEXT_READONLY_BG - Static variable in interface com.modeliosoft.modelio.api.ui.UIColor
 
TEXT_WRITABLE_BG - Static variable in interface com.modeliosoft.modelio.api.ui.UIColor
Text Field colors
textField - Variable in class com.modeliosoft.modelio.api.ui.text.TextWrapperForIElement
 
TextWrapperForIElement - Class in com.modeliosoft.modelio.api.ui.text
Reusable component wrapping an SWT Text widget (because inheriting from Text is not possible) to add the Ctrl+Space auto-completion, the picking mode and the droppable features associated with the edition of a model element.
TextWrapperForIElement(Composite, IElement, boolean, List<Class<? extends IElement>>) - Constructor for class com.modeliosoft.modelio.api.ui.text.TextWrapperForIElement
C'tor.
toByteArray(ObRef[]) - Method in class com.modeliosoft.modelio.api.ui.dnd.ModelElementTransfer
Converts a table of model element references to a byte array.
toString() - Method in class com.modeliosoft.modelio.api.mdac.AbstractJavaMdac
 
toString() - Method in interface com.modeliosoft.modelio.api.model.change.IElementDeletedEvent
 
toString() - Method in interface com.modeliosoft.modelio.api.model.change.IElementMovedEvent
 
toString() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IElement
 
toString() - Method in interface com.modeliosoft.modelio.api.model.uml.infrastructure.IModelElement
 
toString() - Method in class com.modeliosoft.modelio.api.modelio.Version
Provides a formatted string representation of the version.
toString() - Method in class com.modeliosoft.modelio.api.utils.ObRef
 

U

UIColor - Interface in com.modeliosoft.modelio.api.ui
The UIColor values are named upon a more or less formal set of rules.
UIFont - Interface in com.modeliosoft.modelio.api.ui
The UIFont values are named upon a formal set of rules.
UMLMetaclassName - Annotation Type in com.modeliosoft.modelio.api.utils
 
UMLPath - Class in com.modeliosoft.modelio.api.model
Defines the localisation of an INameSpace in the composition graph.
UMLPath(INameSpace, String) - Constructor for class com.modeliosoft.modelio.api.model.UMLPath
Builds a UMLPath using a specific delimiter ('.')
UMLPath(INameSpace, String, String) - Constructor for class com.modeliosoft.modelio.api.model.UMLPath
Builds a new UMLPath using a string that represent the UML path of a namespace from a root namespace.
UMLPath(INameSpace) - Constructor for class com.modeliosoft.modelio.api.model.UMLPath
Builds a new path using an existing hierarchy.
uninit() - Method in class com.modeliosoft.modelio.api.mdac.AbstractJavaMdac
Method automatically called just before the disposal of the mdac.
uninit() - Method in interface com.modeliosoft.modelio.api.mdac.IMdac
Method automatically called just before the disposal of the mdac.
UnknownMdacException - Exception in com.modeliosoft.modelio.api.mdac
 
UnknownMdacException(String) - Constructor for exception com.modeliosoft.modelio.api.mdac.UnknownMdacException
Constructs a new exception with the specified detail message.
UnknownMdacParameterException - Exception in com.modeliosoft.modelio.api.mdac
 
UnknownMdacParameterException(String) - Constructor for exception com.modeliosoft.modelio.api.mdac.UnknownMdacParameterException
Constructs a new exception with the specified detail message.
unmask(IElement, int, int) - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramHandle
Unmask a model element in a diagram.
unregisterDiagramCustomization(IStereotype, Class<? extends IAbstractDiagram>, IDiagramCustomizer) - Method in interface com.modeliosoft.modelio.api.diagram.IDiagramService
Unregister a customizer for a stereotyped diagram.
unregisterPickingProvider(IPickingProvider) - Method in interface com.modeliosoft.modelio.api.app.picking.IPickingService
Remove an element picking provider.
unselect() - Method in class com.modeliosoft.modelio.api.mdac.DefaultMdacSession
Nothing is done by default when the module is unselecting.
unselect() - Method in interface com.modeliosoft.modelio.api.mdac.IMdacSession
Called when the mdac is deselected from the project.
update(ObList<IElement>, IMdacPropertyTable) - Method in class com.modeliosoft.modelio.api.mdac.propertiesPage.AbstractMdacPropertyPage
This method is called to provide the properties that will populate the module properties view.
update(ObList<IElement>, IMdacPropertyTable) - Method in interface com.modeliosoft.modelio.api.mdac.propertiesPage.IMdacPropertyPage
This method is called to provide the properties that will populate the module properties view.
update() - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog
Updates this dialog's controls to reflect the current page.
updateButtons() - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog
 
updateFrom(Map<String, String>) - Method in interface com.modeliosoft.modelio.api.module.IMdacConfiguration
Update the mdac parameters with the given ones.
updateMessage() - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog
 
updateSize(IWizardPage) - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog
Computes the correct dialog size for the current page and resizes its shell if necessary.
updateSize() - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog
 
updateTitleBar() - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog
 
updateWindowTitle() - Method in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog
 
upgrade(Version, Map<String, String>) - Method in class com.modeliosoft.modelio.api.mdac.DefaultMdacSession
The old parameter list is copied and pasted on the new module installation.
upgrade(Version, Map<String, String>) - Method in interface com.modeliosoft.modelio.api.mdac.IMdacSession
Called when the mdac is being upgraded from a previous version.
uuid - Variable in class com.modeliosoft.modelio.api.utils.ObRef
 

V

valueOf(String) - Static method in enum com.modeliosoft.modelio.api.diagram.IDiagramLink.LinkRouterKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.modeliosoft.modelio.api.exchange.XmiExportConfiguration.VersionExport
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.modeliosoft.modelio.api.mdac.commands.ActionLocation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.modeliosoft.modelio.api.mdac.commands.WorkbenchActionLocation
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.modeliosoft.modelio.api.mdac.IMdac.ImageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.modeliosoft.modelio.api.mdac.IMdac.MdacState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.modeliosoft.modelio.api.mdac.ModuleState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.modeliosoft.modelio.api.mdac.paramEdition.MdacParameterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.modeliosoft.modelio.api.model.bpmn.ObAdHocOrderingEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.modeliosoft.modelio.api.model.bpmn.ObBpmnAssociationDirectionEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.modeliosoft.modelio.api.model.bpmn.ObBpmnEventBasedGatewayTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.modeliosoft.modelio.api.model.bpmn.ObBpmnGatewayDirectionEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.modeliosoft.modelio.api.model.bpmn.ObBpmnItemKindEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.modeliosoft.modelio.api.model.bpmn.ObBpmnProcessTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.modeliosoft.modelio.api.model.bpmn.ObMultiInstanceBehaviorEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.modeliosoft.modelio.api.model.bpmn.ObOptionalBooleanEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.modeliosoft.modelio.api.model.bpmn.ObTransactionMethodEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.modeliosoft.modelio.api.model.extension.ObConfigParamTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.modeliosoft.modelio.api.model.uml.behavior.activity.ObDecisionNodeKindEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.modeliosoft.modelio.api.model.uml.behavior.activity.ObExpansionKindEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.modeliosoft.modelio.api.model.uml.behavior.activity.ObObjectFlowEffectKindEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.modeliosoft.modelio.api.model.uml.behavior.activity.ObObjectNodeOrderingKindEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.modeliosoft.modelio.api.model.uml.behavior.activity.ObPinPassingModeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.modeliosoft.modelio.api.model.uml.behavior.common.ObEventTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.modeliosoft.modelio.api.model.uml.behavior.common.ObParameterEffectKindEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.modeliosoft.modelio.api.model.uml.behavior.interaction.ObInteractionOperatorEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.modeliosoft.modelio.api.model.uml.behavior.interaction.ObMessageKindEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.modeliosoft.modelio.api.model.uml.behavior.interaction.ObMessageSortEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.modeliosoft.modelio.api.model.uml.behavior.interaction.ObRelativeTimeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.modeliosoft.modelio.api.model.uml.behavior.state.ObKindOfControlEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.modeliosoft.modelio.api.model.uml.behavior.state.ObKindOfStateMachineEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.modeliosoft.modelio.api.model.uml.behavior.state.ObPredefinedEventTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.modeliosoft.modelio.api.model.uml.behavior.state.ObStateKindEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.modeliosoft.modelio.api.model.uml.statik.ObAggregationKindEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.modeliosoft.modelio.api.model.uml.statik.ObKindOfAccessEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.modeliosoft.modelio.api.model.uml.statik.ObMethodPassingModeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.modeliosoft.modelio.api.model.uml.statik.ObPassingModeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.modeliosoft.modelio.api.model.uml.statik.ObVisibilityModeEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.modeliosoft.modelio.api.diagram.IDiagramLink.LinkRouterKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.modeliosoft.modelio.api.exchange.XmiExportConfiguration.VersionExport
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.modeliosoft.modelio.api.mdac.commands.ActionLocation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.modeliosoft.modelio.api.mdac.commands.WorkbenchActionLocation
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.modeliosoft.modelio.api.mdac.IMdac.ImageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.modeliosoft.modelio.api.mdac.IMdac.MdacState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.modeliosoft.modelio.api.mdac.ModuleState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.modeliosoft.modelio.api.mdac.paramEdition.MdacParameterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.modeliosoft.modelio.api.model.bpmn.ObAdHocOrderingEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.modeliosoft.modelio.api.model.bpmn.ObBpmnAssociationDirectionEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.modeliosoft.modelio.api.model.bpmn.ObBpmnEventBasedGatewayTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.modeliosoft.modelio.api.model.bpmn.ObBpmnGatewayDirectionEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.modeliosoft.modelio.api.model.bpmn.ObBpmnItemKindEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.modeliosoft.modelio.api.model.bpmn.ObBpmnProcessTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.modeliosoft.modelio.api.model.bpmn.ObMultiInstanceBehaviorEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.modeliosoft.modelio.api.model.bpmn.ObOptionalBooleanEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.modeliosoft.modelio.api.model.bpmn.ObTransactionMethodEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.modeliosoft.modelio.api.model.extension.ObConfigParamTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.modeliosoft.modelio.api.model.uml.behavior.activity.ObDecisionNodeKindEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.modeliosoft.modelio.api.model.uml.behavior.activity.ObExpansionKindEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.modeliosoft.modelio.api.model.uml.behavior.activity.ObObjectFlowEffectKindEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.modeliosoft.modelio.api.model.uml.behavior.activity.ObObjectNodeOrderingKindEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.modeliosoft.modelio.api.model.uml.behavior.activity.ObPinPassingModeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.modeliosoft.modelio.api.model.uml.behavior.common.ObEventTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.modeliosoft.modelio.api.model.uml.behavior.common.ObParameterEffectKindEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.modeliosoft.modelio.api.model.uml.behavior.interaction.ObInteractionOperatorEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.modeliosoft.modelio.api.model.uml.behavior.interaction.ObMessageKindEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.modeliosoft.modelio.api.model.uml.behavior.interaction.ObMessageSortEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.modeliosoft.modelio.api.model.uml.behavior.interaction.ObRelativeTimeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.modeliosoft.modelio.api.model.uml.behavior.state.ObKindOfControlEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.modeliosoft.modelio.api.model.uml.behavior.state.ObKindOfStateMachineEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.modeliosoft.modelio.api.model.uml.behavior.state.ObPredefinedEventTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.modeliosoft.modelio.api.model.uml.behavior.state.ObStateKindEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.modeliosoft.modelio.api.model.uml.statik.ObAggregationKindEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.modeliosoft.modelio.api.model.uml.statik.ObKindOfAccessEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.modeliosoft.modelio.api.model.uml.statik.ObMethodPassingModeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.modeliosoft.modelio.api.model.uml.statik.ObPassingModeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.modeliosoft.modelio.api.model.uml.statik.ObVisibilityModeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in com.modeliosoft.modelio.api.modelio
Version identifier for Modelio and modules.
Version(int, int, int, int) - Constructor for class com.modeliosoft.modelio.api.modelio.Version
Instanciate a new Version from its component.
Version(String) - Constructor for class com.modeliosoft.modelio.api.modelio.Version
Instanciate a new Version from a String.
VIEW_ID - Static variable in interface com.modeliosoft.modelio.api.mdac.IMdacPropertyView
 
visitAbstractDiagram(IAbstractDiagram) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitAbstractDiagram(IAbstractDiagram) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitAbstractDiagram(IAbstractDiagram) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitAbstraction(IAbstraction) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitAbstraction(IAbstraction) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitAbstraction(IAbstraction) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitAbstractPseudoState(IAbstractPseudoState) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitAbstractPseudoState(IAbstractPseudoState) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitAbstractPseudoState(IAbstractPseudoState) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitAcceptCallEventAction(IAcceptCallEventAction) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitAcceptCallEventAction(IAcceptCallEventAction) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitAcceptCallEventAction(IAcceptCallEventAction) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitAcceptChangeEventAction(IAcceptChangeEventAction) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitAcceptChangeEventAction(IAcceptChangeEventAction) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitAcceptChangeEventAction(IAcceptChangeEventAction) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitAcceptSignalAction(IAcceptSignalAction) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitAcceptSignalAction(IAcceptSignalAction) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitAcceptSignalAction(IAcceptSignalAction) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitAcceptTimeEventAction(IAcceptTimeEventAction) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitAcceptTimeEventAction(IAcceptTimeEventAction) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitAcceptTimeEventAction(IAcceptTimeEventAction) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitActivity(IActivity) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitActivity(IActivity) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitActivity(IActivity) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitActivityAction(IActivityAction) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitActivityAction(IActivityAction) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitActivityAction(IActivityAction) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitActivityDiagram(IActivityDiagram) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitActivityDiagram(IActivityDiagram) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitActivityDiagram(IActivityDiagram) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitActivityEdge(IActivityEdge) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitActivityEdge(IActivityEdge) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitActivityEdge(IActivityEdge) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitActivityFinalNode(IActivityFinalNode) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitActivityFinalNode(IActivityFinalNode) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitActivityFinalNode(IActivityFinalNode) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitActivityGroup(IActivityGroup) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitActivityGroup(IActivityGroup) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitActivityGroup(IActivityGroup) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitActivityNode(IActivityNode) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitActivityNode(IActivityNode) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitActivityNode(IActivityNode) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitActivityParameterNode(IActivityParameterNode) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitActivityParameterNode(IActivityParameterNode) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitActivityParameterNode(IActivityParameterNode) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitActivityPartition(IActivityPartition) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitActivityPartition(IActivityPartition) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitActivityPartition(IActivityPartition) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitActor(IActor) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitActor(IActor) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitActor(IActor) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitAnalystProject(IAnalystProject) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitAnalystProject(IAnalystProject) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitAnalystProject(IAnalystProject) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitArtifact(IArtifact) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitArtifact(IArtifact) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitArtifact(IArtifact) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitAssociation(IAssociation) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitAssociation(IAssociation) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitAssociation(IAssociation) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitAssociationEnd(IAssociationEnd) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitAssociationEnd(IAssociationEnd) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitAssociationEnd(IAssociationEnd) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitAttribute(IAttribute) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitAttribute(IAttribute) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitAttribute(IAttribute) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitAttributeLink(IAttributeLink) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitAttributeLink(IAttributeLink) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitAttributeLink(IAttributeLink) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBehavior(IBehavior) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBehavior(IBehavior) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBehavior(IBehavior) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBehaviorDiagram(IBehaviorDiagram) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBehaviorDiagram(IBehaviorDiagram) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBehaviorDiagram(IBehaviorDiagram) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBehaviorParameter(IBehaviorParameter) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBehaviorParameter(IBehaviorParameter) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBehaviorParameter(IBehaviorParameter) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBindableInstance(IBindableInstance) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBindableInstance(IBindableInstance) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBindableInstance(IBindableInstance) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBinding(IBinding) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBinding(IBinding) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBinding(IBinding) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnActivity(IBpmnActivity) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnActivity(IBpmnActivity) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnActivity(IBpmnActivity) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnAdHocSubProcess(IBpmnAdHocSubProcess) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnAdHocSubProcess(IBpmnAdHocSubProcess) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnAdHocSubProcess(IBpmnAdHocSubProcess) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnArtifact(IBpmnArtifact) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnArtifact(IBpmnArtifact) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnArtifact(IBpmnArtifact) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnAssociation(IBpmnAssociation) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnAssociation(IBpmnAssociation) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnAssociation(IBpmnAssociation) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnBaseElement(IBpmnBaseElement) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnBaseElement(IBpmnBaseElement) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnBaseElement(IBpmnBaseElement) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnBehavior(IBpmnBehavior) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnBehavior(IBpmnBehavior) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnBehavior(IBpmnBehavior) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnBoundaryEvent(IBpmnBoundaryEvent) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnBoundaryEvent(IBpmnBoundaryEvent) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnBoundaryEvent(IBpmnBoundaryEvent) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnBusinessRuleTask(IBpmnBusinessRuleTask) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnBusinessRuleTask(IBpmnBusinessRuleTask) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnBusinessRuleTask(IBpmnBusinessRuleTask) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnCallActivity(IBpmnCallActivity) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnCallActivity(IBpmnCallActivity) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnCallActivity(IBpmnCallActivity) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnCancelEventDefinition(IBpmnCancelEventDefinition) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnCancelEventDefinition(IBpmnCancelEventDefinition) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnCancelEventDefinition(IBpmnCancelEventDefinition) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnCatchEvent(IBpmnCatchEvent) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnCatchEvent(IBpmnCatchEvent) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnCatchEvent(IBpmnCatchEvent) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnCollaboration(IBpmnCollaboration) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnCollaboration(IBpmnCollaboration) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnCollaboration(IBpmnCollaboration) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnCompensateEventDefinition(IBpmnCompensateEventDefinition) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnCompensateEventDefinition(IBpmnCompensateEventDefinition) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnCompensateEventDefinition(IBpmnCompensateEventDefinition) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnComplexBehaviorDefinition(IBpmnComplexBehaviorDefinition) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnComplexBehaviorDefinition(IBpmnComplexBehaviorDefinition) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnComplexBehaviorDefinition(IBpmnComplexBehaviorDefinition) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnComplexGateway(IBpmnComplexGateway) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnComplexGateway(IBpmnComplexGateway) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnComplexGateway(IBpmnComplexGateway) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnConditionalEventDefinition(IBpmnConditionalEventDefinition) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnConditionalEventDefinition(IBpmnConditionalEventDefinition) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnConditionalEventDefinition(IBpmnConditionalEventDefinition) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnDataAssociation(IBpmnDataAssociation) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnDataAssociation(IBpmnDataAssociation) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnDataAssociation(IBpmnDataAssociation) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnDataInput(IBpmnDataInput) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnDataInput(IBpmnDataInput) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnDataInput(IBpmnDataInput) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnDataObject(IBpmnDataObject) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnDataObject(IBpmnDataObject) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnDataObject(IBpmnDataObject) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnDataOutput(IBpmnDataOutput) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnDataOutput(IBpmnDataOutput) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnDataOutput(IBpmnDataOutput) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnDataState(IBpmnDataState) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnDataState(IBpmnDataState) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnDataState(IBpmnDataState) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnDataStore(IBpmnDataStore) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnDataStore(IBpmnDataStore) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnDataStore(IBpmnDataStore) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnEndEvent(IBpmnEndEvent) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnEndEvent(IBpmnEndEvent) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnEndEvent(IBpmnEndEvent) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnEndPoint(IBpmnEndPoint) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnEndPoint(IBpmnEndPoint) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnEndPoint(IBpmnEndPoint) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnErrorEventDefinition(IBpmnErrorEventDefinition) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnErrorEventDefinition(IBpmnErrorEventDefinition) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnErrorEventDefinition(IBpmnErrorEventDefinition) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnEscalationEventDefinition(IBpmnEscalationEventDefinition) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnEscalationEventDefinition(IBpmnEscalationEventDefinition) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnEscalationEventDefinition(IBpmnEscalationEventDefinition) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnEvent(IBpmnEvent) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnEvent(IBpmnEvent) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnEvent(IBpmnEvent) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnEventBasedGateway(IBpmnEventBasedGateway) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnEventBasedGateway(IBpmnEventBasedGateway) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnEventBasedGateway(IBpmnEventBasedGateway) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnEventDefinition(IBpmnEventDefinition) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnEventDefinition(IBpmnEventDefinition) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnEventDefinition(IBpmnEventDefinition) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnExclusiveGateway(IBpmnExclusiveGateway) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnExclusiveGateway(IBpmnExclusiveGateway) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnExclusiveGateway(IBpmnExclusiveGateway) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnFlowElement(IBpmnFlowElement) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnFlowElement(IBpmnFlowElement) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnFlowElement(IBpmnFlowElement) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnFlowNode(IBpmnFlowNode) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnFlowNode(IBpmnFlowNode) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnFlowNode(IBpmnFlowNode) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnGateway(IBpmnGateway) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnGateway(IBpmnGateway) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnGateway(IBpmnGateway) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnGroup(IBpmnGroup) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnGroup(IBpmnGroup) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnGroup(IBpmnGroup) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnImplicitThrowEvent(IBpmnImplicitThrowEvent) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnImplicitThrowEvent(IBpmnImplicitThrowEvent) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnImplicitThrowEvent(IBpmnImplicitThrowEvent) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnInclusiveGateway(IBpmnInclusiveGateway) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnInclusiveGateway(IBpmnInclusiveGateway) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnInclusiveGateway(IBpmnInclusiveGateway) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnInterface(IBpmnInterface) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnInterface(IBpmnInterface) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnInterface(IBpmnInterface) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnIntermediateCatchEvent(IBpmnIntermediateCatchEvent) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnIntermediateCatchEvent(IBpmnIntermediateCatchEvent) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnIntermediateCatchEvent(IBpmnIntermediateCatchEvent) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnIntermediateThrowEvent(IBpmnIntermediateThrowEvent) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnIntermediateThrowEvent(IBpmnIntermediateThrowEvent) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnIntermediateThrowEvent(IBpmnIntermediateThrowEvent) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnItemAwareElement(IBpmnItemAwareElement) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnItemAwareElement(IBpmnItemAwareElement) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnItemAwareElement(IBpmnItemAwareElement) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnItemDefinition(IBpmnItemDefinition) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnItemDefinition(IBpmnItemDefinition) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnItemDefinition(IBpmnItemDefinition) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnLane(IBpmnLane) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnLane(IBpmnLane) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnLane(IBpmnLane) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnLaneSet(IBpmnLaneSet) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnLaneSet(IBpmnLaneSet) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnLaneSet(IBpmnLaneSet) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnLinkEventDefinition(IBpmnLinkEventDefinition) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnLinkEventDefinition(IBpmnLinkEventDefinition) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnLinkEventDefinition(IBpmnLinkEventDefinition) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnLoopCharacteristics(IBpmnLoopCharacteristics) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnLoopCharacteristics(IBpmnLoopCharacteristics) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnLoopCharacteristics(IBpmnLoopCharacteristics) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnManualTask(IBpmnManualTask) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnManualTask(IBpmnManualTask) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnManualTask(IBpmnManualTask) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnMessage(IBpmnMessage) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnMessage(IBpmnMessage) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnMessage(IBpmnMessage) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnMessageEventDefinition(IBpmnMessageEventDefinition) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnMessageEventDefinition(IBpmnMessageEventDefinition) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnMessageEventDefinition(IBpmnMessageEventDefinition) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnMessageFlow(IBpmnMessageFlow) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnMessageFlow(IBpmnMessageFlow) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnMessageFlow(IBpmnMessageFlow) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnMultiInstanceLoopCharacteristics(IBpmnMultiInstanceLoopCharacteristics) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnMultiInstanceLoopCharacteristics(IBpmnMultiInstanceLoopCharacteristics) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnMultiInstanceLoopCharacteristics(IBpmnMultiInstanceLoopCharacteristics) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnOperation(IBpmnOperation) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnOperation(IBpmnOperation) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnOperation(IBpmnOperation) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnParallelGateway(IBpmnParallelGateway) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnParallelGateway(IBpmnParallelGateway) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnParallelGateway(IBpmnParallelGateway) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnParticipant(IBpmnParticipant) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnParticipant(IBpmnParticipant) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnParticipant(IBpmnParticipant) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnProcess(IBpmnProcess) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnProcess(IBpmnProcess) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnProcess(IBpmnProcess) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnProcessCollaborationDiagram(IBpmnProcessCollaborationDiagram) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnProcessCollaborationDiagram(IBpmnProcessCollaborationDiagram) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnProcessCollaborationDiagram(IBpmnProcessCollaborationDiagram) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnReceiveTask(IBpmnReceiveTask) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnReceiveTask(IBpmnReceiveTask) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnReceiveTask(IBpmnReceiveTask) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnResource(IBpmnResource) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnResource(IBpmnResource) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnResource(IBpmnResource) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnResourceParameter(IBpmnResourceParameter) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnResourceParameter(IBpmnResourceParameter) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnResourceParameter(IBpmnResourceParameter) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnResourceParameterBinding(IBpmnResourceParameterBinding) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnResourceParameterBinding(IBpmnResourceParameterBinding) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnResourceParameterBinding(IBpmnResourceParameterBinding) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnResourceRole(IBpmnResourceRole) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnResourceRole(IBpmnResourceRole) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnResourceRole(IBpmnResourceRole) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnRootElement(IBpmnRootElement) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnRootElement(IBpmnRootElement) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnRootElement(IBpmnRootElement) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnScriptTask(IBpmnScriptTask) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnScriptTask(IBpmnScriptTask) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnScriptTask(IBpmnScriptTask) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnSendTask(IBpmnSendTask) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnSendTask(IBpmnSendTask) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnSendTask(IBpmnSendTask) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnSequenceFlow(IBpmnSequenceFlow) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnSequenceFlow(IBpmnSequenceFlow) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnSequenceFlow(IBpmnSequenceFlow) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnSequenceFlowDataAssociation(IBpmnSequenceFlowDataAssociation) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnSequenceFlowDataAssociation(IBpmnSequenceFlowDataAssociation) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnSequenceFlowDataAssociation(IBpmnSequenceFlowDataAssociation) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnServiceTask(IBpmnServiceTask) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnServiceTask(IBpmnServiceTask) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnServiceTask(IBpmnServiceTask) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnSignalEventDefinition(IBpmnSignalEventDefinition) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnSignalEventDefinition(IBpmnSignalEventDefinition) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnSignalEventDefinition(IBpmnSignalEventDefinition) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnStandardLoopCharacteristics(IBpmnStandardLoopCharacteristics) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnStandardLoopCharacteristics(IBpmnStandardLoopCharacteristics) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnStandardLoopCharacteristics(IBpmnStandardLoopCharacteristics) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnStartEvent(IBpmnStartEvent) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnStartEvent(IBpmnStartEvent) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnStartEvent(IBpmnStartEvent) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnSubProcess(IBpmnSubProcess) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnSubProcess(IBpmnSubProcess) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnSubProcess(IBpmnSubProcess) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnSubProcessDiagram(IBpmnSubProcessDiagram) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnSubProcessDiagram(IBpmnSubProcessDiagram) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnSubProcessDiagram(IBpmnSubProcessDiagram) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnTask(IBpmnTask) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnTask(IBpmnTask) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnTask(IBpmnTask) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnTerminateEventDefinition(IBpmnTerminateEventDefinition) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnTerminateEventDefinition(IBpmnTerminateEventDefinition) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnTerminateEventDefinition(IBpmnTerminateEventDefinition) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnThrowEvent(IBpmnThrowEvent) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnThrowEvent(IBpmnThrowEvent) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnThrowEvent(IBpmnThrowEvent) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnTimerEventDefinition(IBpmnTimerEventDefinition) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnTimerEventDefinition(IBpmnTimerEventDefinition) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnTimerEventDefinition(IBpmnTimerEventDefinition) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnTransaction(IBpmnTransaction) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnTransaction(IBpmnTransaction) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnTransaction(IBpmnTransaction) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitBpmnUserTask(IBpmnUserTask) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitBpmnUserTask(IBpmnUserTask) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitBpmnUserTask(IBpmnUserTask) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitCallAction(ICallAction) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitCallAction(ICallAction) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitCallAction(ICallAction) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitCallBehaviorAction(ICallBehaviorAction) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitCallBehaviorAction(ICallBehaviorAction) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitCallBehaviorAction(ICallBehaviorAction) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitCallOperationAction(ICallOperationAction) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitCallOperationAction(ICallOperationAction) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitCallOperationAction(ICallOperationAction) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitCentralBufferNode(ICentralBufferNode) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitCentralBufferNode(ICentralBufferNode) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitCentralBufferNode(ICentralBufferNode) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitChoicePseudoState(IChoicePseudoState) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitChoicePseudoState(IChoicePseudoState) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitChoicePseudoState(IChoicePseudoState) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitClass(IClass) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitClass(IClass) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitClass(IClass) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitClassAssociation(IClassAssociation) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitClassAssociation(IClassAssociation) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitClassAssociation(IClassAssociation) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitClassDiagram(IClassDiagram) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitClassDiagram(IClassDiagram) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitClassDiagram(IClassDiagram) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitClassifier(IClassifier) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitClassifier(IClassifier) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitClassifier(IClassifier) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitClause(IClause) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitClause(IClause) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitClause(IClause) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitCollaboration(ICollaboration) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitCollaboration(ICollaboration) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitCollaboration(ICollaboration) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitCollaborationUse(ICollaborationUse) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitCollaborationUse(ICollaborationUse) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitCollaborationUse(ICollaborationUse) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitCombinedFragment(ICombinedFragment) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitCombinedFragment(ICombinedFragment) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitCombinedFragment(ICombinedFragment) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitCommunicationChannel(ICommunicationChannel) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitCommunicationChannel(ICommunicationChannel) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitCommunicationChannel(ICommunicationChannel) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitCommunicationDiagram(ICommunicationDiagram) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitCommunicationDiagram(ICommunicationDiagram) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitCommunicationDiagram(ICommunicationDiagram) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitCommunicationInteraction(ICommunicationInteraction) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitCommunicationInteraction(ICommunicationInteraction) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitCommunicationInteraction(ICommunicationInteraction) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitCommunicationMessage(ICommunicationMessage) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitCommunicationMessage(ICommunicationMessage) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitCommunicationMessage(ICommunicationMessage) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitCommunicationNode(ICommunicationNode) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitCommunicationNode(ICommunicationNode) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitCommunicationNode(ICommunicationNode) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitComponent(IComponent) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitComponent(IComponent) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitComponent(IComponent) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitCompositeStructureDiagram(ICompositeStructureDiagram) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitCompositeStructureDiagram(ICompositeStructureDiagram) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitCompositeStructureDiagram(ICompositeStructureDiagram) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitConditionalNode(IConditionalNode) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitConditionalNode(IConditionalNode) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitConditionalNode(IConditionalNode) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitConfigParam(IConfigParam) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitConfigParam(IConfigParam) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitConfigParam(IConfigParam) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitConnectionPointReference(IConnectionPointReference) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitConnectionPointReference(IConnectionPointReference) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitConnectionPointReference(IConnectionPointReference) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitConnector(IConnector) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitConnector(IConnector) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitConnector(IConnector) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitConnectorEnd(IConnectorEnd) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitConnectorEnd(IConnectorEnd) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitConnectorEnd(IConnectorEnd) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitConstraint(IConstraint) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitConstraint(IConstraint) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitConstraint(IConstraint) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitControlFlow(IControlFlow) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitControlFlow(IControlFlow) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitControlFlow(IControlFlow) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitControlNode(IControlNode) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitControlNode(IControlNode) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitControlNode(IControlNode) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitDataFlow(IDataFlow) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitDataFlow(IDataFlow) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitDataFlow(IDataFlow) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitDataStoreNode(IDataStoreNode) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitDataStoreNode(IDataStoreNode) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitDataStoreNode(IDataStoreNode) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitDataType(IDataType) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitDataType(IDataType) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitDataType(IDataType) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitDecisionMergeNode(IDecisionMergeNode) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitDecisionMergeNode(IDecisionMergeNode) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitDecisionMergeNode(IDecisionMergeNode) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitDeepHistoryPseudoState(IDeepHistoryPseudoState) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitDeepHistoryPseudoState(IDeepHistoryPseudoState) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitDeepHistoryPseudoState(IDeepHistoryPseudoState) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitDependency(IDependency) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitDependency(IDependency) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitDependency(IDependency) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitDeploymentDiagram(IDeploymentDiagram) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitDeploymentDiagram(IDeploymentDiagram) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitDeploymentDiagram(IDeploymentDiagram) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitDiagramContainer(IDiagramContainer) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitDiagramContainer(IDiagramContainer) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitDiagramContainer(IDiagramContainer) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitDiagramSet(IDiagramSet) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitDiagramSet(IDiagramSet) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitDiagramSet(IDiagramSet) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitDictionary(IDictionary) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitDictionary(IDictionary) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitDictionary(IDictionary) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitDictionaryElement(IDictionaryElement) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitDictionaryElement(IDictionaryElement) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitDictionaryElement(IDictionaryElement) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitDurationConstraint(IDurationConstraint) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitDurationConstraint(IDurationConstraint) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitDurationConstraint(IDurationConstraint) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitElement(IElement) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitElement(IElement) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitElement(IElement) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitElementImport(IElementImport) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitElementImport(IElementImport) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitElementImport(IElementImport) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitElementRealization(IElementRealization) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitElementRealization(IElementRealization) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitElementRealization(IElementRealization) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitEntryPointPseudoState(IEntryPointPseudoState) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitEntryPointPseudoState(IEntryPointPseudoState) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitEntryPointPseudoState(IEntryPointPseudoState) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitEnumeratedPropertyType(IEnumeratedPropertyType) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitEnumeratedPropertyType(IEnumeratedPropertyType) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitEnumeratedPropertyType(IEnumeratedPropertyType) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitEnumeration(IEnumeration) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitEnumeration(IEnumeration) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitEnumeration(IEnumeration) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitEnumerationLiteral(IEnumerationLiteral) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitEnumerationLiteral(IEnumerationLiteral) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitEnumerationLiteral(IEnumerationLiteral) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitEvent(IEvent) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitEvent(IEvent) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitEvent(IEvent) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitExceptionHandler(IExceptionHandler) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitExceptionHandler(IExceptionHandler) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitExceptionHandler(IExceptionHandler) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitExecutionOccurenceSpecification(IExecutionOccurenceSpecification) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitExecutionOccurenceSpecification(IExecutionOccurenceSpecification) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitExecutionOccurenceSpecification(IExecutionOccurenceSpecification) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitExecutionSpecification(IExecutionSpecification) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitExecutionSpecification(IExecutionSpecification) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitExecutionSpecification(IExecutionSpecification) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitExitPointPseudoState(IExitPointPseudoState) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitExitPointPseudoState(IExitPointPseudoState) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitExitPointPseudoState(IExitPointPseudoState) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitExpansionNode(IExpansionNode) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitExpansionNode(IExpansionNode) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitExpansionNode(IExpansionNode) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitExpansionRegion(IExpansionRegion) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitExpansionRegion(IExpansionRegion) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitExpansionRegion(IExpansionRegion) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitExtensionPoint(IExtensionPoint) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitExtensionPoint(IExtensionPoint) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitExtensionPoint(IExtensionPoint) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitExternDocument(IExternDocument) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitExternDocument(IExternDocument) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitExternDocument(IExternDocument) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitExternDocumentType(IExternDocumentType) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitExternDocumentType(IExternDocumentType) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitExternDocumentType(IExternDocumentType) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitFeature(IFeature) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitFeature(IFeature) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitFeature(IFeature) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitFinalNode(IFinalNode) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitFinalNode(IFinalNode) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitFinalNode(IFinalNode) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitFinalState(IFinalState) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitFinalState(IFinalState) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitFinalState(IFinalState) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitFlowFinalNode(IFlowFinalNode) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitFlowFinalNode(IFlowFinalNode) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitFlowFinalNode(IFlowFinalNode) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitForkJoinNode(IForkJoinNode) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitForkJoinNode(IForkJoinNode) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitForkJoinNode(IForkJoinNode) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitForkPseudoState(IForkPseudoState) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitForkPseudoState(IForkPseudoState) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitForkPseudoState(IForkPseudoState) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitGate(IGate) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitGate(IGate) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitGate(IGate) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitGeneralClass(IGeneralClass) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitGeneralClass(IGeneralClass) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitGeneralClass(IGeneralClass) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitGeneralization(IGeneralization) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitGeneralization(IGeneralization) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitGeneralization(IGeneralization) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitGeneralOrdering(IGeneralOrdering) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitGeneralOrdering(IGeneralOrdering) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitGeneralOrdering(IGeneralOrdering) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitInformationFlow(IInformationFlow) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitInformationFlow(IInformationFlow) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitInformationFlow(IInformationFlow) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitInformationItem(IInformationItem) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitInformationItem(IInformationItem) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitInformationItem(IInformationItem) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitInitialNode(IInitialNode) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitInitialNode(IInitialNode) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitInitialNode(IInitialNode) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitInitialPseudoState(IInitialPseudoState) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitInitialPseudoState(IInitialPseudoState) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitInitialPseudoState(IInitialPseudoState) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitInputPin(IInputPin) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitInputPin(IInputPin) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitInputPin(IInputPin) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitInstance(IInstance) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitInstance(IInstance) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitInstance(IInstance) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitInstanceNode(IInstanceNode) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitInstanceNode(IInstanceNode) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitInstanceNode(IInstanceNode) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitInteraction(IInteraction) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitInteraction(IInteraction) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitInteraction(IInteraction) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitInteractionFragment(IInteractionFragment) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitInteractionFragment(IInteractionFragment) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitInteractionFragment(IInteractionFragment) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitInteractionOperand(IInteractionOperand) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitInteractionOperand(IInteractionOperand) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitInteractionOperand(IInteractionOperand) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitInteractionUse(IInteractionUse) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitInteractionUse(IInteractionUse) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitInteractionUse(IInteractionUse) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitInterface(IInterface) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitInterface(IInterface) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitInterface(IInterface) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitInterfaceRealization(IInterfaceRealization) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitInterfaceRealization(IInterfaceRealization) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitInterfaceRealization(IInterfaceRealization) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitInternalTransition(IInternalTransition) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitInternalTransition(IInternalTransition) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitInternalTransition(IInternalTransition) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitInterruptibleActivityRegion(IInterruptibleActivityRegion) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitInterruptibleActivityRegion(IInterruptibleActivityRegion) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitInterruptibleActivityRegion(IInterruptibleActivityRegion) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitJoinPseudoState(IJoinPseudoState) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitJoinPseudoState(IJoinPseudoState) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitJoinPseudoState(IJoinPseudoState) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitJunctionPseudoState(IJunctionPseudoState) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitJunctionPseudoState(IJunctionPseudoState) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitJunctionPseudoState(IJunctionPseudoState) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitLifeline(ILifeline) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitLifeline(ILifeline) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitLifeline(ILifeline) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitLink(ILink) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitLink(ILink) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitLink(ILink) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitLinkEnd(ILinkEnd) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitLinkEnd(ILinkEnd) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitLinkEnd(ILinkEnd) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitLocalNote(ILocalNote) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitLocalNote(ILocalNote) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitLocalNote(ILocalNote) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitLocalTaggedValue(ILocalTaggedValue) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitLocalTaggedValue(ILocalTaggedValue) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitLocalTaggedValue(ILocalTaggedValue) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitLoopNode(ILoopNode) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitLoopNode(ILoopNode) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitLoopNode(ILoopNode) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitManifestation(IManifestation) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitManifestation(IManifestation) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitManifestation(IManifestation) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitMessage(IMessage) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitMessage(IMessage) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitMessage(IMessage) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitMessageEnd(IMessageEnd) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitMessageEnd(IMessageEnd) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitMessageEnd(IMessageEnd) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitMessageFlow(IMessageFlow) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitMessageFlow(IMessageFlow) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitMessageFlow(IMessageFlow) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitMetaclassReference(IMetaclassReference) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitMetaclassReference(IMetaclassReference) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitMetaclassReference(IMetaclassReference) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitModelElement(IModelElement) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitModelElement(IModelElement) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitModelElement(IModelElement) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitModelTree(IModelTree) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitModelTree(IModelTree) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitModelTree(IModelTree) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitModule(IModule) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitModule(IModule) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitModule(IModule) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitNameSpace(INameSpace) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitNameSpace(INameSpace) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitNameSpace(INameSpace) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitNamespaceUse(INamespaceUse) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitNamespaceUse(INamespaceUse) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitNamespaceUse(INamespaceUse) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitNode(INode) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitNode(INode) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitNode(INode) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitNote(INote) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitNote(INote) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitNote(INote) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitNoteType(INoteType) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitNoteType(INoteType) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitNoteType(INoteType) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitObjectDiagram(IObjectDiagram) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitObjectDiagram(IObjectDiagram) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitObjectDiagram(IObjectDiagram) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitObjectFlow(IObjectFlow) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitObjectFlow(IObjectFlow) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitObjectFlow(IObjectFlow) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitObjectNode(IObjectNode) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitObjectNode(IObjectNode) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitObjectNode(IObjectNode) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitOccurrenceSpecification(IOccurrenceSpecification) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitOccurrenceSpecification(IOccurrenceSpecification) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitOccurrenceSpecification(IOccurrenceSpecification) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitOpaqueAction(IOpaqueAction) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitOpaqueAction(IOpaqueAction) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitOpaqueAction(IOpaqueAction) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitOpaqueBehavior(IOpaqueBehavior) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitOpaqueBehavior(IOpaqueBehavior) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitOpaqueBehavior(IOpaqueBehavior) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitOperation(IOperation) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitOperation(IOperation) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitOperation(IOperation) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitOutputPin(IOutputPin) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitOutputPin(IOutputPin) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitOutputPin(IOutputPin) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitPackage(IPackage) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitPackage(IPackage) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitPackage(IPackage) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitPackageImport(IPackageImport) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitPackageImport(IPackageImport) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitPackageImport(IPackageImport) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitPackageMerge(IPackageMerge) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitPackageMerge(IPackageMerge) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitPackageMerge(IPackageMerge) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitParameter(IParameter) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitParameter(IParameter) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitParameter(IParameter) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitPartDecomposition(IPartDecomposition) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitPartDecomposition(IPartDecomposition) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitPartDecomposition(IPartDecomposition) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitPin(IPin) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitPin(IPin) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitPin(IPin) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitPort(IPort) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitPort(IPort) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitPort(IPort) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitProfile(IProfile) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitProfile(IProfile) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitProfile(IProfile) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitProject(IProject) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitProject(IProject) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitProject(IProject) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitProperty(IProperty) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitProperty(IProperty) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitProperty(IProperty) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitPropertyContainer(IPropertyContainer) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitPropertyContainer(IPropertyContainer) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitPropertyContainer(IPropertyContainer) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitPropertyEnumerationLitteral(IPropertyEnumerationLitteral) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitPropertyEnumerationLitteral(IPropertyEnumerationLitteral) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitPropertyEnumerationLitteral(IPropertyEnumerationLitteral) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitPropertySet(IPropertySet) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitPropertySet(IPropertySet) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitPropertySet(IPropertySet) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitPropertyType(IPropertyType) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitPropertyType(IPropertyType) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitPropertyType(IPropertyType) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitPropertyValue(IPropertyValue) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitPropertyValue(IPropertyValue) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitPropertyValue(IPropertyValue) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitPropertyValueSet(IPropertyValueSet) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitPropertyValueSet(IPropertyValueSet) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitPropertyValueSet(IPropertyValueSet) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitProvidedInterface(IProvidedInterface) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitProvidedInterface(IProvidedInterface) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitProvidedInterface(IProvidedInterface) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitRaisedException(IRaisedException) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitRaisedException(IRaisedException) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitRaisedException(IRaisedException) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitRegion(IRegion) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitRegion(IRegion) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitRegion(IRegion) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitRequiredInterface(IRequiredInterface) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitRequiredInterface(IRequiredInterface) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitRequiredInterface(IRequiredInterface) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitRequirement(IRequirement) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitRequirement(IRequirement) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitRequirement(IRequirement) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitRequirementContainer(IRequirementContainer) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitRequirementContainer(IRequirementContainer) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitRequirementContainer(IRequirementContainer) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitRequirementElement(IRequirementElement) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitRequirementElement(IRequirementElement) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitRequirementElement(IRequirementElement) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitSendSignalAction(ISendSignalAction) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitSendSignalAction(ISendSignalAction) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitSendSignalAction(ISendSignalAction) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitSequenceDiagram(ISequenceDiagram) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitSequenceDiagram(ISequenceDiagram) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitSequenceDiagram(ISequenceDiagram) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitShallowHistoryPseudoState(IShallowHistoryPseudoState) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitShallowHistoryPseudoState(IShallowHistoryPseudoState) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitShallowHistoryPseudoState(IShallowHistoryPseudoState) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitSignal(ISignal) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitSignal(ISignal) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitSignal(ISignal) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitState(IState) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitState(IState) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitState(IState) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitStateInvariant(IStateInvariant) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitStateInvariant(IStateInvariant) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitStateInvariant(IStateInvariant) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitStateMachine(IStateMachine) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitStateMachine(IStateMachine) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitStateMachine(IStateMachine) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitStateMachineDiagram(IStateMachineDiagram) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitStateMachineDiagram(IStateMachineDiagram) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitStateMachineDiagram(IStateMachineDiagram) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitStateVertex(IStateVertex) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitStateVertex(IStateVertex) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitStateVertex(IStateVertex) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitStaticDiagram(IStaticDiagram) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitStaticDiagram(IStaticDiagram) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitStaticDiagram(IStaticDiagram) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitStereotype(IStereotype) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitStereotype(IStereotype) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitStereotype(IStereotype) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitStructuredActivityNode(IStructuredActivityNode) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitStructuredActivityNode(IStructuredActivityNode) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitStructuredActivityNode(IStructuredActivityNode) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitSubstitution(ISubstitution) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitSubstitution(ISubstitution) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitSubstitution(ISubstitution) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitTaggedValue(ITaggedValue) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitTaggedValue(ITaggedValue) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitTaggedValue(ITaggedValue) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitTagParameter(ITagParameter) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitTagParameter(ITagParameter) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitTagParameter(ITagParameter) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitTagType(ITagType) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitTagType(ITagType) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitTagType(ITagType) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitTemplateBinding(ITemplateBinding) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitTemplateBinding(ITemplateBinding) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitTemplateBinding(ITemplateBinding) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitTemplateParameter(ITemplateParameter) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitTemplateParameter(ITemplateParameter) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitTemplateParameter(ITemplateParameter) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitTemplateParameterSubstitution(ITemplateParameterSubstitution) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitTemplateParameterSubstitution(ITemplateParameterSubstitution) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitTemplateParameterSubstitution(ITemplateParameterSubstitution) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitTerm(ITerm) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitTerm(ITerm) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitTerm(ITerm) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitTerminatePseudoState(ITerminatePseudoState) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitTerminatePseudoState(ITerminatePseudoState) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitTerminatePseudoState(ITerminatePseudoState) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitTerminateSpecification(ITerminateSpecification) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitTerminateSpecification(ITerminateSpecification) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitTerminateSpecification(ITerminateSpecification) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitTransition(ITransition) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitTransition(ITransition) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitTransition(ITransition) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitUsage(IUsage) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitUsage(IUsage) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitUsage(IUsage) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitUseCase(IUseCase) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitUseCase(IUseCase) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitUseCase(IUseCase) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitUseCaseDependency(IUseCaseDependency) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitUseCaseDependency(IUseCaseDependency) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitUseCaseDependency(IUseCaseDependency) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitUseCaseDiagram(IUseCaseDiagram) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitUseCaseDiagram(IUseCaseDiagram) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitUseCaseDiagram(IUseCaseDiagram) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 
visitValuePin(IValuePin) - Method in class com.modeliosoft.modelio.api.utils.AbstractMetamodelVisitor
 
visitValuePin(IValuePin) - Method in class com.modeliosoft.modelio.api.utils.DefaultMetamodelVisitor
 
visitValuePin(IValuePin) - Method in interface com.modeliosoft.modelio.api.utils.IMetamodelVisitor
 

W

warning(IMdac, String) - Method in interface com.modeliosoft.modelio.api.log.ILogService
Output a warning message in the Modelio console.
warning(IMdac, Throwable) - Method in interface com.modeliosoft.modelio.api.log.ILogService
Log the given exception with its stack trace as a warning.
WHITE - Static variable in interface com.modeliosoft.modelio.api.ui.UIColor
 
WIZ_IMG_ERROR - Static variable in class com.modeliosoft.modelio.api.ui.ModelioWizardDialog
Image registry key for error message image (value "dialog_title_error_image").
WorkbenchActionLocation - Enum in com.modeliosoft.modelio.api.mdac.commands
Deprecated.

X

XLARGE - Static variable in interface com.modeliosoft.modelio.api.ui.UIFont
 
XLARGE_G - Static variable in interface com.modeliosoft.modelio.api.ui.UIFont
 
XLARGE_GI - Static variable in interface com.modeliosoft.modelio.api.ui.UIFont
 
XLARGE_I - Static variable in interface com.modeliosoft.modelio.api.ui.UIFont
 
XLARGE_SIZE - Static variable in interface com.modeliosoft.modelio.api.ui.UIFont
 
XmiException - Exception in com.modeliosoft.modelio.api.exchange
Subclass of Exception for the XMI import/export services.
XmiException(Exception) - Constructor for exception com.modeliosoft.modelio.api.exchange.XmiException
Constructs a new exception with the specified cause and a detail message of (cause==null ?
XmiException(String) - Constructor for exception com.modeliosoft.modelio.api.exchange.XmiException
Constructs a new exception with the specified detail message.
XmiExportConfiguration - Class in com.modeliosoft.modelio.api.exchange
Configuration class for the XMI export service in IExchangeService.
XmiExportConfiguration() - Constructor for class com.modeliosoft.modelio.api.exchange.XmiExportConfiguration
Default constructor, with default fields initialization: - the entry point is the root package
XmiExportConfiguration.VersionExport - Enum in com.modeliosoft.modelio.api.exchange
This enumeration lists the available formats for the export
XmiImportConfiguration - Class in com.modeliosoft.modelio.api.exchange
Configuration class for the XMI import service in IExchangeService.
XmiImportConfiguration(File) - Constructor for class com.modeliosoft.modelio.api.exchange.XmiImportConfiguration
Default constructor, with owner initialized with the root package.
A B C D E F G H I J K L M N O P R S T U V W X