UML Modeler

Deprecated API


Contents
Deprecated Methods
com.ibm.xtools.modeler.ui.UMLModeler.closeModel(Model)
          Since 7.5, use the UMLModeler.closeModelResource(Element) method, instead 
com.ibm.xtools.modeler.ui.UMLModeler.createModel(String)
          Since 7.5, use the UMLModeler.createModelResource(Class, String) method, instead, with the Model.class root metaclass argument 
com.ibm.xtools.modeler.ui.UMLModeler.createModel(URI)
          Since 7.5, use the UMLModeler.createModelResource(Class, URI) method, instead, with the Model.class root metaclass argument 
com.ibm.xtools.modeler.ui.IOclQueryHelper.executeOclStatement(EObject, EClass, String, IProgressMonitor)
          Use the IOclQueryHelper.evaluate(EObject, String, IProgressMonitor) method, instead, because it preserves the ordering of collection-valued OCL expressions in case the expression is of an ordered collection (list) type 
com.ibm.xtools.modeler.ui.UMLModeler.getOpenedModels()
          Since 7.5, use the UMLModeler.getOpenModelRoots() method, instead. 
com.ibm.xtools.modeler.ui.UMLModeler.openModel(String)
          Since 7.5, use the UMLModeler.openModelResource(String) method, instead. 
com.ibm.xtools.modeler.ui.UMLModeler.openModel(URI)
          Since 7.5, use the UMLModeler.openModelResource(URI) method, instead. 
com.ibm.xtools.modeler.ui.UMLModeler.saveModel(Model)
          Since 7.5, use the UMLModeler.saveModelResource(Element) method, instead. 
com.ibm.xtools.modeler.ui.UMLModeler.saveModelAs(Model, String)
          Since 7.5, use the UMLModeler.saveModelResourceAs(Element, String) method, instead. 
com.ibm.xtools.modeler.ui.UMLModeler.saveModelAs(Model, URI)
          Since 7.5, use the UMLModeler.saveModelResourceAs(Element, URI) method, instead. 
 


UML Modeler

© Copyright IBM Corp. 2009. All rights reserved.