Uses of Class
uk.ac.cisban.rod.database.fuge.ActionCV

Packages that use ActionCV
uk.ac.cisban.rod.dao Database access package containing all code for database access. 
uk.ac.cisban.rod.dao.specifics Grouping specific sets of tasks together in communication to the database. 
uk.ac.cisban.rod.data Manages all data incoming from the database and forwards database requests from the GUI. 
uk.ac.cisban.rod.database.fuge Protocol and Action classes inspired by the FuGE API. 
uk.ac.cisban.rod.gui.inset All GUI classes that are inset into RodDesktopPane or its children. 
 

Uses of ActionCV in uk.ac.cisban.rod.dao
 

Methods in uk.ac.cisban.rod.dao that return ActionCV
 ActionCV Find.findActionCV(javax.jdo.PersistenceManager pm, java.lang.Long id)
          Finds a ActionCV given its database id.
 ActionCV Find.findActionCV(javax.jdo.PersistenceManager pm, java.lang.String identifier)
          Finds an ActionCV given its XML identifier .
 ActionCV Persist.newActionCV(java.lang.String protocolID, java.lang.String identifier, int actionOrdinal, java.lang.String actionText, java.lang.String name, java.lang.String subProtocolID, boolean repeatable)
           
 

Methods in uk.ac.cisban.rod.dao with parameters of type ActionCV
 ActionApplication Persist.newActionApplication(javax.jdo.PersistenceManager pm, ActionCV actionCV, ProtocolApplication protocolApp, PlateCV input, PlateCV output)
           
 

Uses of ActionCV in uk.ac.cisban.rod.dao.specifics
 

Methods in uk.ac.cisban.rod.dao.specifics with parameters of type ActionCV
 ActionApplication ProtocolActionNavigation.createTrail(javax.jdo.PersistenceManager pm, ProtocolApplication sourceProtocolApp, ActionCV startActionCV, ActionCV targetActionCV)
          Creates an ActionApplication in a ProtocolApplication based upon the trail of the ProtocolCV and ActionCV.
 

Uses of ActionCV in uk.ac.cisban.rod.data
 

Fields in uk.ac.cisban.rod.data with type parameters of type ActionCV
protected  java.util.SortedMap<ActionCV,java.util.List<ActionCV>> DataManager.protocol
          A map of top-level ActionCVs to the ActionCVs that expect logs.
protected  java.util.SortedMap<ActionCV,java.util.List<ActionCV>> DataManager.protocol
          A map of top-level ActionCVs to the ActionCVs that expect logs.
 

Methods in uk.ac.cisban.rod.data that return types with arguments of type ActionCV
 java.util.SortedMap<ActionCV,java.util.List<ActionCV>> DataManager.getProtocol()
          Returns a map of top-level ActionCVs to the ActionCVs that expect logs.
 java.util.SortedMap<ActionCV,java.util.List<ActionCV>> DataManager.getProtocol()
          Returns a map of top-level ActionCVs to the ActionCVs that expect logs.
 java.util.List<ActionCV> DataManager.locateLoggable(ActionCV curr)
          For a top-level ActionCV, finds the ActionCVs further down in the hierarchy that expect LogEvents.
 

Methods in uk.ac.cisban.rod.data with parameters of type ActionCV
 java.util.List<ActionCV> DataManager.locateLoggable(ActionCV curr)
          For a top-level ActionCV, finds the ActionCVs further down in the hierarchy that expect LogEvents.
 

Uses of ActionCV in uk.ac.cisban.rod.database.fuge
 

Methods in uk.ac.cisban.rod.database.fuge that return ActionCV
 ActionCV ActionApplication.getActionCV()
           
 

Methods in uk.ac.cisban.rod.database.fuge that return types with arguments of type ActionCV
 java.util.List<ActionCV> ProtocolCV.getActions()
           
 

Methods in uk.ac.cisban.rod.database.fuge with parameters of type ActionCV
 void ActionApplication.setActionCV(ActionCV actionCV)
           
 

Method parameters in uk.ac.cisban.rod.database.fuge with type arguments of type ActionCV
 void ProtocolCV.setActions(java.util.List<ActionCV> actions)
           
 

Constructors in uk.ac.cisban.rod.database.fuge with parameters of type ActionCV
ActionApplication(ActionCV actionCV)
           
 

Constructor parameters in uk.ac.cisban.rod.database.fuge with type arguments of type ActionCV
ProtocolCV(java.util.List<ActionCV> actions, java.util.List<EquipmentCV> equipment, java.lang.String identifier, java.lang.String name)
           
 

Uses of ActionCV in uk.ac.cisban.rod.gui.inset
 

Methods in uk.ac.cisban.rod.gui.inset that return ActionCV
 ActionCV ActionCVContainer.getActionCV()
           
 

Methods in uk.ac.cisban.rod.gui.inset with parameters of type ActionCV
 void ActionCVContainer.setActionCV(ActionCV actionCV)
           
 

Constructors in uk.ac.cisban.rod.gui.inset with parameters of type ActionCV
ActionCVContainer(ActionCV actionCV)
           
 



Copyright © 2010. All Rights Reserved.