Web pages for the ArgoUML project.
This used to be located at http://argouml.tigris.org.Important: The first time you open a UML 1.3 based project, or import a UML 1.3 XMI file, ArgoUML will automatically update it to UML 1.4. You should carefully verify that everything got converted correctly you should keep a backup of your UML 1.3 file in case you need it again. ArgoUML can no longer write UML 1.3 files, so this is a one way conversion process.
The following changes are internal to the project or exported XMI files should be transparent to most users, but you may find this information useful if you write your own tools that read or write XMI files.
Old Name | New Name |
---|---|
ModelElement.supplierDependency | ModelElement.clientDependency |
TaggedValue.value | TaggedValue.dataValue |
TaggedValue.tag | TaggedValue.type |
ModelElement.templateParameter2 | ModelElement.parameterTemplate |
ModelElement.templateParameter3 | ModelElement.defaultedParameter |
Classifier.structuralFeature | Classifier.typedFeature |
Classifier.parameter | Classifier.typedParameter |
Classifier.associationEnd | Classifier.association |
Classifier.participant | Classifier.specifiedEnd |
AssociationEnd.type | AssociationEnd.participant |
Node.resident | Node.deployedComponent |
ElementResidence.implementationLocation | ElementResidence.container |
TemplateParameter.modelElement | TemplateParameter.template |
TemplateParameter.modelElement2 | TemplateParameter.parameter |
Constraint.constrainedElement2 | Constraint.constrainedStereotype |
UseCase.include2 | UseCase.include |
StateMachine.subMachineState | StateMachine.submachineState |
ElementImport.modelElement | ElementImport.importedElement |
The following list of changes is derived in part from the MagicDraw Migration to UML 2.0 Manual. More detail may be found there.
Metatypes which were subtypes of ModelElement, but are not subtypes of NamedElements include Generalization, PackageMerge and ElementImport. These should be avoided when drawing dependencies which you want to migrate to UML 2.0.
Deleted Stereotype | Base Element |
---|---|
«access» | Permission |
«appliedProfile» | Package |
«association» | AssociationEnd |
«copy» | Flow |
«create» | CallEvent |
«create» | Usage |
«destroy» | CallEvent |
«facade» | Package |
«friend» | Permission |
«invariant» | Constraint |
«local» | AssociationEnd |
«parameter» | AssociationEnd |
«postcondition» | Constraint |
«powertype» | Class |
«precondition» | Constraint |
«profile» | Package |
«realize» | Abstraction |
«requirement» | Comment |
«self» | AssociationEnd |
«signalflow» | ObjectFlowState |
«stateInvariant» | Constraint |
«stub» | Package |
«table» | Artifact |
«thread» | Classifier |
«topLevel» | Package |