Uses of Class
gps.core.GPSModel

Packages that use GPSModel
gps.clientapi   
gps.core   
 

Uses of GPSModel in gps.clientapi
 

Methods in gps.clientapi that return GPSModel
 GPSModel InstanceExecutor.getGPSModel()
          Method for getting GPSModel
 

Methods in gps.clientapi with parameters of type GPSModel
 void InstanceExecutor.setGPSModel(GPSModel gpsModel)
          Method for setting GPSModel
 

Uses of GPSModel in gps.core
 

Subclasses of GPSModel in gps.core
 class HierarchyModel
           
 

Methods in gps.core that return GPSModel
 GPSModel TrinitiCanvas.getModel()
           
 GPSModel GPSNode.getModel()
          gets gps model
 GPSModel DefaultHierarchyCanvas.getModel()
           
 GPSModel TrinitiCanvas.getModelInNode()
          gets model inside the node
 GPSModel DefaultHierarchyPainter.getSelectedModel()
           
 GPSModel ObjectMaker.startModelConstruction(java.lang.Object object)
          Changed parameter Hashmap into Object and return type as GPSModel starts model construction for the given property values
 GPSModel ProcessModelArchitect.startModelConstruction(gps.wfb.core.ProcessNode processNode, ObjectMaker getController)
          starts model construction for the given values
 

Methods in gps.core with parameters of type GPSModel
abstract  boolean FlushController.finishModel(GPSModel model)
          finishes model to target flush controller
 void TrinitiCanvas.setModel(GPSModel gpsModel)
          Method used to set the model object to the canvas.
 void GPSNode.setModel(GPSModel gpsModel)
          sets gps model
 void DefaultHierarchyCanvas.setModel(GPSModel model)
          Method used to set the model object to the canvas.
 void TrinitiCanvas.setModelInNode(GPSModel gpsModel)
          sets model inside the node
 void DefaultHierarchyPainter.setSelectedModel(GPSModel selectedModel)
          Sets the selected model.