Uses of Class
uk.ac.ebi.intenz.domain.history.HistoryEvent

Packages that use HistoryEvent
uk.ac.ebi.intenz.domain.history The classification classes will be used to represent the EC hierarchy and the enzyme history. 
 

Uses of HistoryEvent in uk.ac.ebi.intenz.domain.history
 

Subclasses of HistoryEvent in uk.ac.ebi.intenz.domain.history
 class FutureEvent
          A future event adds some information to a history event as it has a status and a timeout associated.
 

Methods in uk.ac.ebi.intenz.domain.history that return HistoryEvent
 HistoryEvent HistoryGraph.getLatestHistoryEventOfAll()
          Returns the most recent event of the WHOLE graph.
 HistoryEvent HistoryGraph.getLatestHistoryEventOfRoot()
          Returns the most recent event of the root node only.
 HistoryEvent HistoryGraph.getLatestRelevantHistoryEventOfRoot()
          Returns the most recent event of the root node only.
 

Methods in uk.ac.ebi.intenz.domain.history that return types with arguments of type HistoryEvent
 List<HistoryEvent> HistoryNode.getEdges()
           
 SortedSet<HistoryEvent> HistoryGraph.getEdges()
           
 

Methods in uk.ac.ebi.intenz.domain.history with parameters of type HistoryEvent
 int HistoryEvent.compareTo(HistoryEvent historyEvent)
          Makes instances of this class comparable.
 

Method parameters in uk.ac.ebi.intenz.domain.history with type arguments of type HistoryEvent
 void HistoryNode.setEdges(List<HistoryEvent> edges)
           
 



Copyright © 2013 EMBL-EBI. All Rights Reserved.