Modifier and Type | Method and Description |
---|---|
void |
DefaultModelComponentContent.addNameSpace(INameSpace namespace)
Adds a namespace to the set of namespaces that must be added to a model component.
|
Modifier and Type | Method and Description |
---|---|
INameSpace |
UMLPath.getLastElement()
Returns the last element of the hierarchy.
|
Modifier and Type | Method and Description |
---|---|
List<INameSpace> |
UMLPath.getHierarchy()
Gets all the composition hierarchy of the namespace.
|
Modifier and Type | Method and Description |
---|---|
IActor |
IUmlModel.createActor(String name,
INameSpace owner)
Create an Actor.
|
IActor |
IUmlModel.createActor(String name,
INameSpace owner,
String stereotype)
Create an Actor with the desired name and stereotype.
|
IArtifact |
IUmlModel.createArtifact(String name,
INameSpace owner)
Create an Artifact.
|
IArtifact |
IUmlModel.createArtifact(String name,
INameSpace owner,
String stereotype)
Create an Artifact.
|
IClass |
IUmlModel.createClass(String name,
INameSpace owner)
Create a class.
|
IClass |
IUmlModel.createClass(String name,
INameSpace owner,
String stereotype)
Create a stereotyped class.
|
IComponent |
IUmlModel.createComponent(String name,
INameSpace owner)
Create a Component.
|
IComponent |
IUmlModel.createComponent(String name,
INameSpace owner,
String stereotype)
Create a stereotyped Component.
|
IDataType |
IUmlModel.createDataType(String name,
INameSpace owner)
Create a DataType.
|
IDataType |
IUmlModel.createDataType(String name,
INameSpace owner,
String stereotype)
Create a DataType.
|
IElementImport |
IUmlModel.createElementImport(INameSpace source,
INameSpace destination)
Create an ElementImport between two NameSpaces.
|
IElementImport |
IUmlModel.createElementImport(IOperation source,
INameSpace destination)
Create an ElementImport between an Operation and a NameSpace.
|
IEnumeration |
IUmlModel.createEnumeration(String name,
INameSpace owner)
Create an Enumeration.
|
IEnumeration |
IUmlModel.createEnumeration(String name,
INameSpace owner,
String stereotype)
Create an stereotyped Enumeration.
|
IGeneralization |
IUmlModel.createGeneralization(INameSpace source,
INameSpace destination)
Create a Generalization between two NameSpaces.
|
IInterface |
IUmlModel.createInterface(String name,
INameSpace owner)
Create an Interface.
|
IInterface |
IUmlModel.createInterface(String name,
INameSpace owner,
String stereotype)
Create a stereotyped Interface.
|
IInterfaceRealization |
IUmlModel.createInterfaceRealization(INameSpace source,
IInterface destination)
Create an InterfaceRealization.
|
IPackage |
IUmlModel.createPackage(String name,
INameSpace owner)
Create a Package.
|
IPackage |
IUmlModel.createPackage(String name,
INameSpace owner,
String stereotype)
Create a stereotyped Package.
|
IPackageImport |
IUmlModel.createPackageImport(INameSpace source,
IPackage destination)
Create a PackageImport between a NameSpace and a Package.
|
IUseCase |
IUmlModel.createUseCase(String name,
INameSpace owner)
Create a UseCase.
|
IUseCase |
IUmlModel.createUseCase(String name,
INameSpace owner,
String stereotype)
Create a stereotyped UseCase.
|
Constructor and Description |
---|
UMLPath(INameSpace element)
Builds a new path using an existing hierarchy.
|
UMLPath(INameSpace rootNamespace,
String path)
Builds a UMLPath using a specific delimiter ('.')
|
UMLPath(INameSpace rootNamespace,
String path,
String delim)
Builds a new
UMLPath using a string that represent the UML path of a namespace from a root
namespace. |
Modifier and Type | Interface and Description |
---|---|
interface |
IModule |
Modifier and Type | Interface and Description |
---|---|
interface |
ISignal |
Modifier and Type | Method and Description |
---|---|
INameSpace |
IBehavior.getOwner()
Get the Owner association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBehavior.setOwner(INameSpace element)
Setter for the 'Owner' [0..1] association.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IInformationItem |
Modifier and Type | Method and Description |
---|---|
INameSpace |
IInformationFlow.getOwner()
Get the Owner association.
|
Modifier and Type | Method and Description |
---|---|
void |
IInformationFlow.setOwner(INameSpace element)
Setter for the 'Owner' [0..1] association.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IProfile |
Modifier and Type | Interface and Description |
---|---|
interface |
IArtifact |
interface |
IClass |
interface |
IClassifier |
interface |
ICollaboration |
interface |
IComponent |
interface |
IDataType |
interface |
IEnumeration |
interface |
IGeneralClass |
interface |
IInterface |
interface |
INode |
interface |
IPackage |
interface |
ITemplateParameter |
Modifier and Type | Method and Description |
---|---|
INameSpace |
IInstance.getBase()
Get the Base association.
|
INameSpace |
ITemplateBinding.getBoundElement()
Get the BoundElement association.
|
INameSpace |
IDataFlow.getDestination()
Get the Destination association.
|
INameSpace |
IInterfaceRealization.getImplementer()
Get the Implementer association.
|
INameSpace |
IElementImport.getImportedElement()
Get the ImportedElement association.
|
INameSpace |
IPackageImport.getImportingNameSpace()
Get the ImportingNameSpace association.
|
INameSpace |
IElementImport.getImportingNameSpace()
Get the ImportingNameSpace association.
|
INameSpace |
ITemplateBinding.getInstanciatedTemplate()
Get the InstanciatedTemplate association.
|
INameSpace |
ICollaborationUse.getNRepresented()
Get the NRepresented association.
|
INameSpace |
IDataFlow.getOrigin()
Get the Origin association.
|
INameSpace |
IInstance.getOwner()
Get the Owner association.
|
INameSpace |
IDataFlow.getOwner()
Get the Owner association.
|
INameSpace |
ITemplateParameter.getParameterized()
Get the Parameterized association.
|
INameSpace |
IGeneralization.getSubType()
Get the SubType association.
|
INameSpace |
IGeneralization.getSuperType()
Get the SuperType association.
|
INameSpace |
INamespaceUse.getused()
Get the used association.
|
INameSpace |
INamespaceUse.getuser()
Get the user association.
|
Modifier and Type | Method and Description |
---|---|
void |
IInstance.setBase(INameSpace element)
Setter for the 'Base' [0..1] association.
|
void |
ITemplateBinding.setBoundElement(INameSpace element)
Setter for the 'BoundElement' [0..1] association.
|
void |
IDataFlow.setDestination(INameSpace element)
Setter for the 'Destination' [0..1] association.
|
void |
IInterfaceRealization.setImplementer(INameSpace element)
Setter for the 'Implementer' [0..1] association.
|
void |
IElementImport.setImportedElement(INameSpace element)
Setter for the 'ImportedElement' [1..1] association.
|
void |
IPackageImport.setImportingNameSpace(INameSpace element)
Setter for the 'ImportingNameSpace' [0..1] association.
|
void |
IElementImport.setImportingNameSpace(INameSpace element)
Setter for the 'ImportingNameSpace' [0..1] association.
|
void |
ITemplateBinding.setInstanciatedTemplate(INameSpace element)
Setter for the 'InstanciatedTemplate' [0..1] association.
|
void |
ICollaborationUse.setNRepresented(INameSpace element)
Setter for the 'NRepresented' [0..1] association.
|
void |
IDataFlow.setOrigin(INameSpace element)
Setter for the 'Origin' [0..1] association.
|
void |
IInstance.setOwner(INameSpace element)
Setter for the 'Owner' [0..1] association.
|
void |
IDataFlow.setOwner(INameSpace element)
Setter for the 'Owner' [1..1] association.
|
void |
ITemplateParameter.setParameterized(INameSpace element)
Setter for the 'Parameterized' [0..1] association.
|
void |
IGeneralization.setSubType(INameSpace element)
Setter for the 'SubType' [1..1] association.
|
void |
IGeneralization.setSuperType(INameSpace element)
Setter for the 'SuperType' [1..1] association.
|
void |
INamespaceUse.setused(INameSpace element)
Setter for the 'used' [1..1] association.
|
void |
INamespaceUse.setuser(INameSpace element)
Setter for the 'user' [1..1] association.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IActor |
interface |
IUseCase |
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitNameSpace(INameSpace theNameSpace) |
Object |
DefaultMetamodelVisitor.visitNameSpace(INameSpace theNameSpace) |
Object |
AbstractMetamodelVisitor.visitNameSpace(INameSpace theNameSpace) |