Uses of Class
ucot.model.Updation

Packages that use Updation
ucot.core ControlInterface and Core class, these control the program flow. 
ucot.model Classes related to analyzemodel and its editing. 
ucot.model.object Objects used by analyzemodel. 
 

Uses of Updation in ucot.core
 

Fields in ucot.core with type parameters of type Updation
private  java.util.List<Updation> AnalyzeModelLogger.updations
           
 

Uses of Updation in ucot.model
 

Methods in ucot.model that return types with arguments of type Updation
 java.util.List<Updation> ModelEditor.getUpdations()
          Get updations done to this analyzemodel.
 

Methods in ucot.model with parameters of type Updation
 boolean ModelEditor.execute(Updation updation)
          Executes action defined by updaton object.
 

Uses of Updation in ucot.model.object
 

Fields in ucot.model.object with type parameters of type Updation
(package private)  java.util.List<Updation> ObjectAnalyzeModelEditor.updations
           
 

Methods in ucot.model.object that return types with arguments of type Updation
 java.util.List<Updation> ObjectAnalyzeModelEditor.getUpdations()
           
 

Methods in ucot.model.object with parameters of type Updation
 boolean ObjectAnalyzeModelEditor.execute(Updation updation)
           
private  void ObjectAnalyzeModelEditor.sendUpdation(Updation updation)