Uses of Class
uk.ac.cisban.rod.database.data.LogEvent

Packages that use LogEvent
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.database.data Storing experimental data classes. 
uk.ac.cisban.rod.database.fuge Protocol and Action classes inspired by the FuGE API. 
uk.ac.cisban.rod.parsing.logfiles Parsers for log files. 
 

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

Methods in uk.ac.cisban.rod.dao that return types with arguments of type LogEvent
 java.util.Collection<LogEvent> DAO.loadLogs(java.lang.Long actionAppId)
          Loads the LogEvents of an ActionApplication, given the AA's PK.
 

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

Methods in uk.ac.cisban.rod.dao.specifics that return types with arguments of type LogEvent
 java.util.Collection<LogEvent> ManageLogs.loadLogs(java.lang.Long actionAppId)
          Loads the LogEvents of an ActionApplication, given the AA's PK.
 

Uses of LogEvent in uk.ac.cisban.rod.database.data
 

Subclasses of LogEvent in uk.ac.cisban.rod.database.data
 class ImageSpot
          A logging event that represents the position on a plate that has been photographed.
 class Inoculation
          Represents an inoculation from a master plate to a working plate.
 class Spotting
          Represents a spotting from a master plate to a working plate.
 

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

Methods in uk.ac.cisban.rod.database.fuge that return types with arguments of type LogEvent
 java.util.Set<LogEvent> ActionApplication.getLogs()
           
 

Methods in uk.ac.cisban.rod.database.fuge with parameters of type LogEvent
 void ActionApplication.addLogEvent(LogEvent logEvent)
           
 

Method parameters in uk.ac.cisban.rod.database.fuge with type arguments of type LogEvent
 void ActionApplication.addLogs(java.util.Collection<LogEvent> logEvent)
           
 void ActionApplication.setLogs(java.util.Set<LogEvent> logs)
           
 

Uses of LogEvent in uk.ac.cisban.rod.parsing.logfiles
 

Methods in uk.ac.cisban.rod.parsing.logfiles with parameters of type LogEvent
 void LogParserListener.newMove(LogEvent im)
           
 



Copyright © 2010. All Rights Reserved.