|
TPTP 4.2.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.tptp.platform.analysis.core.history.AnalysisHistory
| Nested Class Summary | |
|---|---|
class |
AnalysisHistory.AnalysisHistoryResultTracker
A class used to track the time and result count for an analysis history or element |
| Constructor Summary | |
|---|---|
AnalysisHistory(java.lang.String configName)
Construct a new analysis history for the specified configuration |
|
AnalysisHistory(java.lang.String configName,
java.lang.String historyId)
Construct a new analysis history for the specified configuration |
|
| Method Summary | |
|---|---|
boolean |
containsAnalysisElement(IAnalysisElement element)
|
AnalysisHistory.AnalysisHistoryResultTracker |
countHistoryResults()
INTERNAL USE ONLY Return a AnalysisHistoryResultTracker instance containg the total execution time and result count for this history |
AnalysisHistory.AnalysisHistoryResultTracker |
countHistoryResults(AnalysisHistoryElement ahe)
INTERNAL USE ONLY Return a AnalysisHistoryResultTracker instance containg the total execution time and result count for this history |
AnalysisHistoryElement |
getHistoryElement(IAnalysisElement element)
This method find the history element for the specified anlysis element in the history. |
java.lang.String |
getHistoryId()
|
java.lang.String |
getLabel()
|
java.util.HashMap |
getProviderPropertyHash()
This method returns the hashmap associated with persisitent data stored in the provider. |
java.util.List |
getSelectAnalysisElements()
Return the list of anlysis elements selected by the user in the runtime configuration. |
java.util.List |
getSelectedElements()
Return the list of selected history elements. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AnalysisHistory(java.lang.String configName)
configName - The name of the Eclipse runtime configuration being executed
public AnalysisHistory(java.lang.String configName,
java.lang.String historyId)
configName - THe name of the Eclipse runtime configuration being executed| Method Detail |
public java.lang.String getHistoryId()
public java.util.List getSelectedElements()
public java.util.List getSelectAnalysisElements()
public boolean containsAnalysisElement(IAnalysisElement element)
element - The anlysis element to search for
public java.lang.String getLabel()
public AnalysisHistoryElement getHistoryElement(IAnalysisElement element)
element - The anlysis element whose history element is beign sought
public AnalysisHistory.AnalysisHistoryResultTracker countHistoryResults()
public AnalysisHistory.AnalysisHistoryResultTracker countHistoryResults(AnalysisHistoryElement ahe)
ahe - The history element for which result tracking will be calculated
public java.util.HashMap getProviderPropertyHash()
public java.lang.String toString()
|
TPTP 4.2.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||