Archived Website: This website is a static snapshot for archival purposes only. It is no longer maintained or updated.

Uses of Class
systemcontrol.SearchID

Packages that use SearchID
io   
systemcontrol   
 

Uses of SearchID in io
 

Fields in io declared as SearchID
(package private)  SearchID Input.sid
           
private  SearchID StartConcept.sid
           
 

Constructors in io with parameters of type SearchID
Input.Input(SearchID id)
           
StartConcept.StartConcept(SearchID id)
           
StartConcept.StartConcept(java.lang.String header, java.util.LinkedList elements, SearchID sid)
           
 

Uses of SearchID in systemcontrol
 

Fields in systemcontrol declared as SearchID
(package private)  SearchID Flowcontrol.sid
           
(package private)  SearchID MainElement.sid
           
 

Methods in systemcontrol that return SearchID
 SearchID Flowcontrol.getSearchID()
           
 SearchID MainElement.getSearchID()
           
 

Methods in systemcontrol with parameters of type SearchID
static void Flowcontrol.setResults(Results res, SearchID sid)
           
static ResultsList Flowcontrol.getResults(SearchID sid)
           
 MainElement MainTable.getMainElement(SearchID id)
          Gibt ein Element der liste aus
 Reference_table MainTable.getReference_table(SearchID id)
           
 java.lang.Object MainTable.getEventListener(SearchID id)
           
 ResultsList MainTable.getResultsList(SearchID id)
           
 PlanArchive MainTable.getPlanArchive(SearchID id)
           
 void MainElement.setMainElement(SearchID id)
           
 

Constructors in systemcontrol with parameters of type SearchID
MainElement.MainElement(java.lang.Object EventListener, ResultsList results, PlanArchive planArchive, SearchID sid, Reference_table rt, Input input, Output output, StartConcept start, Flowcontrol flow)