Modifier and Type | Method and Description |
---|---|
IAbstractDiagram |
IDiagramCreator.createDiagram(IModelElement main)
Create or update an automatic diagram for the given element.
|
IAbstractDiagram |
IDiagramCreator.getExistingAutoDiagram(IModelElement main)
Get the current auto diagram centered on the given element.
|
Modifier and Type | Method and Description |
---|---|
IModelElement |
IMDATextEditor.getElement()
Get the element corresponding to this editor.
|
Modifier and Type | Method and Description |
---|---|
void |
IMDAEditorListener.documentSaved(IMDATextEditor editor,
IModelElement modelElement,
File file)
This method is called after an editor is saved.
|
IMDATextEditor |
IEditionService.openEditor(IModelElement modelElement,
File file,
String editorTypeID,
boolean readonly)
Open a new text editor, making the correspondence between a model element and a file.
|
Modifier and Type | Method and Description |
---|---|
static void |
ObUtils.addStereotype(IModelingSession session,
IModelElement element,
String type)
Deprecated.
|
IActivityDiagram |
IUmlModel.createActivityDiagram(String name,
IModelElement owner)
Create an ActivityDiagram.
|
IClassDiagram |
IUmlModel.createClassDiagram(String name,
IModelElement owner,
String stereotype)
Create a ClassDiagram.
|
ICommunicationDiagram |
IUmlModel.createCommunicationDiagram(String name,
IModelElement owner,
String stereotype)
Create a CommunicationDiagram.
|
ICompositeStructureDiagram |
IUmlModel.createCompositeStructureDiagram(String name,
IModelElement owner,
String stereotype)
Create a CompositeStructureDiagram.
|
IDependency |
IUmlModel.createDependency(IModelElement source,
IModelElement destination,
String stereotype)
Create a Dependency between two ModelElements.
|
IDeploymentDiagram |
IUmlModel.createDeploymentDiagram(String name,
IModelElement owner,
String stereotype)
Create a DeploymentDiagram.
|
IExternDocument |
IUmlModel.createExternDocument(String documentRole,
IModelElement owner,
String mimeType)
Creates a rich note.
|
INote |
IUmlModel.createNote(String noteType,
IModelElement owner,
String content)
Create a Note.
|
IObjectDiagram |
IUmlModel.createObjectDiagram(String name,
IModelElement owner,
String stereotype)
Create a ObjectDiagram.
|
IStateMachineDiagram |
IUmlModel.createStateMachineDiagram(String name,
IModelElement owner,
String stereotype)
Create a StateMachineDiagram.
|
IStaticDiagram |
IUmlModel.createStaticDiagram(String name,
IModelElement owner,
String stereotype)
Create a StaticDiagram.
|
ITaggedValue |
IUmlModel.createTaggedValue(String tagType,
IModelElement owner)
Create a TaggedValue.
|
IUsage |
IUmlModel.createUsage(IModelElement source,
IModelElement destination)
Create a Usage between two ModelElement.
|
IUseCaseDiagram |
IUmlModel.createUseCaseDiagram(String name,
IModelElement owner,
String stereotype)
Create a UseCaseDiagram.
|
static String |
ObUtils.getNoteContent(IModelElement element,
String type)
Deprecated.
|
static ITaggedValue |
ObUtils.getTag(IModelElement element,
String type)
Deprecated.
|
static String |
ObUtils.getTagValue(IModelElement element,
String type)
Deprecated.
|
static List<String> |
ObUtils.getTagValues(IModelElement element,
String type)
Deprecated.
|
static boolean |
ObUtils.isTagged(IModelElement element,
String type)
Deprecated.
|
static void |
ObUtils.putNoteContent(IModelingSession session,
IModelElement element,
String type,
String content)
Deprecated.
|
static void |
ObUtils.putTagValues(IModelingSession session,
IModelElement element,
String type,
List<String> values)
Deprecated.
|
static void |
ObUtils.removeNote(IModelingSession session,
IModelElement element,
String noteType)
Deprecated.
|
static void |
ObUtils.removeStereotype(IModelingSession session,
IModelElement element,
String type)
Deprecated.
|
static void |
ObUtils.removeTag(IModelingSession session,
IModelElement element,
String type)
Deprecated.
|
void |
IDefaultNameService.setDefaultName(IModelElement element)
Set an element default name.
|
void |
IDefaultNameService.setDefaultName(IModelElement element,
String prefix)
Set an element default name.
|
void |
IDefaultNameService.setDefaultNameUsingBaseName(IModelElement element,
String baseName)
Set an element default name.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IAnalystProject |
interface |
IDictionary |
interface |
IDictionaryElement |
interface |
IEnumeratedPropertyType |
interface |
IProperty |
interface |
IPropertyContainer |
interface |
IPropertyEnumerationLitteral |
interface |
IPropertySet |
interface |
IPropertyType |
interface |
IRequirement |
interface |
IRequirementContainer |
interface |
IRequirementElement |
interface |
ITerm |
Modifier and Type | Method and Description |
---|---|
IModelElement |
IBpmnLane.getPartitionElement()
Get the PartitionElement association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnLane.setPartitionElement(IModelElement element)
Setter for the 'PartitionElement' [0..1] association.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IAbstractDiagram |
interface |
IActivityDiagram |
interface |
IBehaviorDiagram |
interface |
IClassDiagram |
interface |
ICommunicationDiagram |
interface |
ICompositeStructureDiagram |
interface |
IDeploymentDiagram |
interface |
IDiagramContainer |
interface |
IDiagramSet |
interface |
IObjectDiagram |
interface |
ISequenceDiagram |
interface |
IStateMachineDiagram |
interface |
IStaticDiagram |
interface |
IUseCaseDiagram |
Modifier and Type | Method and Description |
---|---|
IModelElement |
IAbstractDiagram.getOrigin()
Get the Origin association.
|
Modifier and Type | Method and Description |
---|---|
void |
IAbstractDiagram.setOrigin(IModelElement element)
Setter for the 'Origin' [0..1] association.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IConfigParam |
interface |
IModule |
interface |
IProject |
Modifier and Type | Method and Description |
---|---|
IModelElement |
IActivityPartition.getRepresented()
Get the Represented association.
|
Modifier and Type | Method and Description |
---|---|
void |
IActivityPartition.setRepresented(IModelElement element)
Setter for the 'Represented' [0..1] association.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IBehavior |
interface |
IBehaviorParameter |
interface |
IOpaqueBehavior |
interface |
ISignal |
Modifier and Type | Method and Description |
---|---|
IModelElement |
ISignal.getBrowseBase()
Get the BrowseBase association.
|
Modifier and Type | Method and Description |
---|---|
void |
ISignal.setBrowseBase(IModelElement element)
Setter for the 'BrowseBase' [0..1] association.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ICommunicationChannel |
interface |
ICommunicationInteraction |
interface |
ICommunicationMessage |
interface |
ICommunicationNode |
Modifier and Type | Interface and Description |
---|---|
interface |
ICombinedFragment |
interface |
IDurationConstraint |
interface |
IExecutionOccurenceSpecification |
interface |
IExecutionSpecification |
interface |
IGate |
interface |
IInteraction |
interface |
IInteractionFragment |
interface |
IInteractionOperand |
interface |
IInteractionUse |
interface |
ILifeline |
interface |
IMessage |
interface |
IMessageEnd |
interface |
IOccurrenceSpecification |
interface |
IPartDecomposition |
interface |
ITerminateSpecification |
Modifier and Type | Interface and Description |
---|---|
interface |
IAbstractPseudoState |
interface |
IChoicePseudoState |
interface |
IConnectionPointReference |
interface |
IDeepHistoryPseudoState |
interface |
IEntryPointPseudoState |
interface |
IEvent |
interface |
IExitPointPseudoState |
interface |
IFinalState |
interface |
IForkPseudoState |
interface |
IInitialPseudoState |
interface |
IInternalTransition |
interface |
IJoinPseudoState |
interface |
IJunctionPseudoState |
interface |
IRegion |
interface |
IShallowHistoryPseudoState |
interface |
IState |
interface |
IStateInvariant |
interface |
IStateMachine |
interface |
IStateVertex |
interface |
ITerminatePseudoState |
interface |
ITransition |
Modifier and Type | Interface and Description |
---|---|
interface |
IInformationFlow |
interface |
IInformationItem |
Modifier and Type | Method and Description |
---|---|
<T extends IModelElement> |
IInformationFlow.getInformationSource(Class<T> filteredClass)
Get the list of ObModelElement to the InformationSource association.
|
<T extends IModelElement> |
IInformationFlow.getInformationTarget(Class<T> filteredClass)
Get the list of ObModelElement to the InformationTarget association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IModelElement> |
IInformationFlow.getInformationSource()
Get the list of ObModelElement to the InformationSource association.
|
ObList<IModelElement> |
IInformationFlow.getInformationTarget()
Get the list of ObModelElement to the InformationTarget association.
|
Modifier and Type | Method and Description |
---|---|
void |
IInformationFlow.addInformationSource(IModelElement element)
Add a ObModelElement to the 'InformationSource' association.
|
void |
IInformationFlow.addInformationTarget(IModelElement element)
Add a ObModelElement to the 'InformationTarget' association.
|
void |
IInformationFlow.removeInformationSource(IModelElement element)
Remove an ObModelElement from the 'InformationSource' association.
|
void |
IInformationFlow.removeInformationTarget(IModelElement element)
Remove an ObModelElement from the 'InformationTarget' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IInformationFlow.cardInformationSource(Class<? extends IModelElement> filteredClass)
Returns the number elements in the InformationSource association filtered with the given metaclass.
|
int |
IInformationFlow.cardInformationTarget(Class<? extends IModelElement> filteredClass)
Returns the number elements in the InformationTarget association filtered with the given metaclass.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IAbstraction |
interface |
IConstraint |
interface |
IDependency |
interface |
IElementRealization |
interface |
IExternDocument |
interface |
IExternDocumentType |
interface |
ILocalTaggedValue |
interface |
INote |
interface |
INoteType |
interface |
IProfile |
interface |
IStereotype |
interface |
ISubstitution |
interface |
ITaggedValue |
interface |
ITagType |
interface |
IUsage |
Modifier and Type | Method and Description |
---|---|
<T extends IModelElement> |
IConstraint.getConstrainedElement(Class<T> filteredClass)
Get the list of ObModelElement to the ConstrainedElement association.
|
<T extends IModelElement> |
IStereotype.getExtendedElement(Class<T> filteredClass)
Get the list of ObModelElement to the ExtendedElement association.
|
Modifier and Type | Method and Description |
---|---|
IModelElement |
ITaggedValue.getAnnoted()
Get the Annoted association.
|
IModelElement |
IDependency.getDependsOn()
Get the DependsOn association.
|
IModelElement |
IDependency.getImpacted()
Get the Impacted association.
|
IModelElement |
ILocalTaggedValue.getLocalAnnoted()
Get the LocalAnnoted association.
|
IModelElement |
ILocalNote.getLocalSubject()
Get the LocalSubject association.
|
IModelElement |
INote.getSubject()
Get the Subject association.
|
IModelElement |
IExternDocument.getSubject() |
Modifier and Type | Method and Description |
---|---|
ObList<IModelElement> |
IConstraint.getConstrainedElement()
Get the list of ObModelElement to the ConstrainedElement association.
|
ObList<IModelElement> |
IStereotype.getExtendedElement()
Get the list of ObModelElement to the ExtendedElement association.
|
Modifier and Type | Method and Description |
---|---|
void |
IConstraint.addConstrainedElement(IModelElement element)
Add a ObModelElement to the 'ConstrainedElement' association.
|
void |
IStereotype.addExtendedElement(IModelElement element)
Add a ObModelElement to the 'ExtendedElement' association.
|
void |
IConstraint.removeConstrainedElement(IModelElement element)
Remove an ObModelElement from the 'ConstrainedElement' association.
|
void |
IStereotype.removeExtendedElement(IModelElement element)
Remove an ObModelElement from the 'ExtendedElement' association.
|
void |
ITaggedValue.setAnnoted(IModelElement element)
Setter for the 'Annoted' [0..1] association.
|
void |
IDependency.setDependsOn(IModelElement element)
Setter for the 'DependsOn' [0..1] association.
|
void |
IDependency.setImpacted(IModelElement element)
Setter for the 'Impacted' [1..1] association.
|
void |
ILocalTaggedValue.setLocalAnnoted(IModelElement element)
Setter for the 'LocalAnnoted' [0..1] association.
|
void |
ILocalNote.setLocalSubject(IModelElement element)
Setter for the 'LocalSubject' [0..1] association.
|
void |
INote.setSubject(IModelElement element)
Setter for the 'Subject' [0..1] association.
|
void |
IExternDocument.setSubject(IModelElement element) |
Modifier and Type | Method and Description |
---|---|
int |
IConstraint.cardConstrainedElement(Class<? extends IModelElement> filteredClass)
Returns the number elements in the ConstrainedElement association filtered with the given metaclass.
|
int |
IStereotype.cardExtendedElement(Class<? extends IModelElement> filteredClass)
Returns the number elements in the ExtendedElement association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
IModelElement |
ITemplateParameterSubstitution.getActual()
Get the Actual association.
|
IModelElement |
ITemplateParameter.getDefaultType()
Get the DefaultType association.
|
IModelElement |
ITemplateParameter.getOwnedParameterElement()
Get the OwnedParameterElement association.
|
IModelElement |
IConnectorEnd.getRepresentedFeature()
Get the RepresentedFeature association.
|
IModelElement |
IConnector.getRepresentedFeature()
Get the RepresentedFeature association.
|
IModelElement |
IBinding.getRepresentedFeature()
Get the RepresentedFeature association.
|
IModelElement |
IBindableInstance.getRepresentedFeature()
Get the RepresentedFeature association.
|
IModelElement |
ITemplateParameter.getType()
Get the Type association.
|
IModelElement |
IManifestation.getUtilizedElement()
Get the UtilizedElement association.
|
Modifier and Type | Method and Description |
---|---|
void |
ITemplateParameterSubstitution.setActual(IModelElement element)
Setter for the 'Actual' [0..1] association.
|
void |
ITemplateParameter.setDefaultType(IModelElement element)
Setter for the 'DefaultType' [0..1] association.
|
void |
ITemplateParameter.setOwnedParameterElement(IModelElement element)
Setter for the 'OwnedParameterElement' [0..1] association.
|
void |
IConnectorEnd.setRepresentedFeature(IModelElement element)
Setter for the 'RepresentedFeature' [0..1] association.
|
void |
IConnector.setRepresentedFeature(IModelElement element)
Setter for the 'RepresentedFeature' [0..1] association.
|
void |
IBinding.setRepresentedFeature(IModelElement element)
Setter for the 'RepresentedFeature' [1..1] association.
|
void |
IBindableInstance.setRepresentedFeature(IModelElement element)
Setter for the 'RepresentedFeature' [0..1] association.
|
void |
ITemplateParameter.setType(IModelElement element)
Setter for the 'Type' [0..1] association.
|
void |
IManifestation.setUtilizedElement(IModelElement element)
Setter for the 'UtilizedElement' [1..1] association.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IActor |
interface |
IExtensionPoint |
interface |
IUseCase |
interface |
IUseCaseDependency |
Modifier and Type | Method and Description |
---|---|
IModelElement |
DiagramWizardModel.getContext() |
Modifier and Type | Method and Description |
---|---|
IAbstractDiagram |
IDiagramWizardContributor.actionPerformed(IModelElement diagramContext,
String diagramName,
String diagramDescription) |
void |
DiagramWizardModel.setContext(IModelElement context) |
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitModelElement(IModelElement theModelElement) |
Object |
DefaultMetamodelVisitor.visitModelElement(IModelElement theModelElement) |
Object |
AbstractMetamodelVisitor.visitModelElement(IModelElement theModelElement) |