|
Deprecated Methods |
org.argouml.model.CoreFactory.buildAssociation(Object, Object, Object, Object, Boolean)
for 0.27.3 by tfmorris. Use
CoreFactory.buildAssociation(Object, Object, Object, Object, boolean). |
org.argouml.model.CollaborationsFactory.buildAssociationRole(Object, Object, Object, Object, Boolean)
for 0.27.3 by tfmorris. Use
CollaborationsFactory.buildAssociationRole(Object, Object, Object, Object, boolean). |
org.argouml.model.ExtensionMechanismsFactory.buildTaggedValue(String, String)
for 0.25.5 by tfmorris. Use
ExtensionMechanismsFactory.buildTaggedValue(Object, String[]). |
org.argouml.model.CoreFactory.createAssociation()
for 0.26 by tfmorris. Use CoreFactory.createAssociation(Object). |
org.argouml.model.CoreFactory.createGeneralization()
for 0.26 by tfmorris. Use
CoreFactory.createGeneralization(Object). |
org.argouml.model.CoreFactory.createPermission()
for 0.27.3 by tfmorris. Renamed in UML 2.x to PackageImport.
Use CoreFactory.createPackageImport(). |
org.argouml.cognitive.ToDoList.fireToDoItemChanged(ToDoItem)
in 0.27.2 by Bob Tarling. ToDoList is not designed to be
extended so protected is not required. This method is not used with the
package so scope will become private in future. |
org.argouml.model.ChangeableKind.getAddOnly()
|
org.argouml.model.Facade.getChangeability(Object)
for 0.25.4 by tfmorris. Use Facade.isReadOnly(Object). |
org.argouml.model.ChangeableKind.getChangeable()
|
org.argouml.model.ModelImplementation.getChangeableKind()
for 0.25.4 by tfmorris. Use
Facade.isReadOnly(Object). |
org.argouml.model.Model.getChangeableKind()
for 0.25.4 by tfmorris. This enumeration has been removed
from UML 2. Use the getter for the isReadOnly attribute. |
org.argouml.model.ScopeKind.getClassifier()
|
org.argouml.model.Facade.getDiscriminator(Object)
for 0.25.4 by tfmorris. Discriminators have been removed from
UML 2.x. |
org.argouml.model.ChangeableKind.getFrozen()
|
org.argouml.model.ScopeKind.getInstance()
|
org.argouml.model.ExtensionMechanismsHelper.getMetaModelName(Object)
for 0.27.3 by tfmorris. Use MetaTypes.getName(Object) |
org.argouml.model.ModelManagementFactory.getRootModel()
for 0.25.4 by tfmorris. Use Facade.getRootElements()
for now, but that may need enhancement/change to accommodate
multiple projects. |
org.argouml.model.ModelImplementation.getScopeKind()
for 0.25.4 by tfmorris. Use Facade.isStatic(Object). |
org.argouml.model.Model.getScopeKind()
for 0.25.4 by tfmorris. This has been removed from UML 2. Use
Facade.isStatic(Object) instead. |
org.argouml.ui.ProjectBrowser.getTab(Class)
by for 0.25.5 by tfmorris. Tabs should register themselves
with whoever they need to communicate with in a distributed
fashion rather than relying on a central registry. Currently
the only place this is used is to communicate between WizStep
and TabToDo in the Cognitive subsystem. |
org.argouml.model.Facade.getTargetScope(Object)
for 0.25.4 by tmorris. If being used with an AssociationEnd
as an argument, Facade.isStatic(Object) can be used. For
StructuralFeatures, this has been removed from UML 2.x and
should no longer be used. |
org.argouml.model.AbstractCoreHelperDecorator.setChangeability(Object, Object)
|
org.argouml.model.CoreHelper.setChangeability(Object, Object)
for 0.25.4 by tfmorris. Use
CoreHelper.setReadOnly(Object, boolean). NOTE: The UML 1.x
enum of AddOnly has no equivalent in UML 2.x. |
org.argouml.model.ModelManagementFactory.setRootModel(Object)
for 0.25.4 by tfmorris. There may be multiple top level
packages which make up the model and the model subsystem also
needs to be able to deal with more than one project at a
time, so the concept of a single root model needs to be
dropped. |
org.argouml.model.AbstractCoreHelperDecorator.setTaggedValue(Object, String, String)
|
org.argouml.model.CoreHelper.setTaggedValue(Object, String, String)
by tfmorris for 0.23.3. Use
ExtensionMechanismsHelper.setType(Object, Object) and
ExtensionMechanismsHelper.setValueOfTag(Object, String). |
org.argouml.model.AbstractCoreHelperDecorator.setTargetScope(Object, Object)
|
org.argouml.model.CoreHelper.setTargetScope(Object, Object)
for 0.25.4 by tfmorris. Target Scope has been removed from
the UML 2.x spec so this should not be used. |
org.argouml.ui.DetailsPane.setToDoItem(Object)
for 0.25.5 by tfmorris. Send an event that TabToDoTargets
listen to. |
org.argouml.ui.ProjectBrowser.setToDoItem(Object)
for 0.25.5 by tfmorris. Send an event that the
DetailsPane/TabToDo will be listening for. |
org.argouml.model.ExtensionMechanismsHelper.setValueOfTag(Object, String)
for 0.25.5 by tfmorris. Use
ExtensionMechanismsHelper.setDataValues(Object, String[]). |
org.argouml.model.AbstractExtensionMechanismsHelperDecorator.setValueOfTag(Object, String)
|
org.argouml.ui.explorer.ExplorerEventAdaptor.structureChanged()
by mvw in V0.25.4. Use events instead. |
org.argouml.ui.ProjectBrowser.trySave(boolean, File, ProgressMonitor)
in 0.29.1 by Bob Tarling use trySaveWithProgressMonitor |