TPTP 4.2.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.analysis.core.history
Class AnalysisHistoryFactory

java.lang.Object
  extended byorg.eclipse.tptp.platform.analysis.core.history.AnalysisHistoryFactory

public class AnalysisHistoryFactory
extends java.lang.Object


Constructor Summary
AnalysisHistoryFactory()
           
 
Method Summary
 AnalysisHistory createAnalysisHistory(java.lang.String configName)
           
 AnalysisHistory createAnalysisHistory(java.lang.String configName, java.lang.String historyId)
           
 AnalysisHistory getHistory(java.lang.String historyId)
           
 java.util.List getHistoryList()
           
static AnalysisHistoryFactory instance()
           
 void removeHistory(AnalysisHistory history)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnalysisHistoryFactory

public AnalysisHistoryFactory()
Method Detail

instance

public static AnalysisHistoryFactory instance()

createAnalysisHistory

public AnalysisHistory createAnalysisHistory(java.lang.String configName)

createAnalysisHistory

public AnalysisHistory createAnalysisHistory(java.lang.String configName,
                                             java.lang.String historyId)

getHistoryList

public java.util.List getHistoryList()

getHistory

public AnalysisHistory getHistory(java.lang.String historyId)

removeHistory

public void removeHistory(AnalysisHistory history)

TPTP 4.2.0 Platform Project
Public API Specification