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

Uses of Class
knowledge.T_Box

Packages that use T_Box
informationexchange   
io   
knowledge   
learners   
operators   
planner   
systemcontrol   
 

Uses of T_Box in informationexchange
 

Fields in informationexchange declared as T_Box
protected  T_Box PlanInformation.tBox
          Die suchspezifische T-Box.
 

Methods in informationexchange that return T_Box
 T_Box PlanInformation.getTBox()
          Liefert die T-Box, deren suchspezifischen Zielkonzepte markiert werden.
 T_Box PlanInformation.setTBox(T_Box tBox)
          Setzt die T-Box, deren suchspezifische Zielkonzepte markiert werden.
 

Methods in informationexchange with parameters of type T_Box
 T_Box PlanInformation.setTBox(T_Box tBox)
          Setzt die T-Box, deren suchspezifische Zielkonzepte markiert werden.
 

Constructors in informationexchange with parameters of type T_Box
PlanInformation.PlanInformation(long planID, long searchID, A_Box localABox, T_Box tBox, OperatorDB operatorDB, boolean createInitialWorld)
          Konstruktor, der von der Systemkontrolle aufgerufen wird.
FirmenAgentPlanInformation.FirmenAgentPlanInformation(long planID, long searchID, A_Box localABox, T_Box tBox, OperatorDB operatorDB, boolean createInitialWorld)
          Konstruktor
 

Uses of T_Box in io
 

Methods in io with parameters of type T_Box
 StartConcept Input.createStartConcept(T_Box tbox)
           
 void StartConcept.extractGoal(T_Box tbox)
          Die als Ziele markierten Elemente der Eingabemaske werden in der T-Box markiert.
 void StartConcept.markInstance(A_Box abox, T_Box tbox)
          Die vom Benutzer ausgefuellten und nicht als Ziel markierten Elemente der Eingabemaske, werden in der A-Box markiert.
 

Uses of T_Box in knowledge
 

Fields in knowledge declared as T_Box
private  T_Box Concept.theTBox
          Der Verweis auf die zugehörige T-Box
protected  T_Box A_Box.theTBox
           
 

Methods in knowledge that return T_Box
 T_Box Concept.getT_Box()
          liefert die T-Box, zu der das Konzept gehört.
 T_Box A_Box.getT_Box()
          Liefert einen Verweis auf die T-Box
 

Constructors in knowledge with parameters of type T_Box
Concept.Concept(java.lang.String newName, T_Box t)
          Konstruktor der Klasse Concept
DefinedConcept.DefinedConcept(java.lang.String name, T_Box t)
          Der Konstruktor der Klasse DefinedConcept
AnythingConcept.AnythingConcept(T_Box t)
          Der Konstruktor der Klasse AnythingConcept
A_Box.A_Box(T_Box t)
          Konstruktor der Klasse A_Box
NothingConcept.NothingConcept(T_Box t)
          Der Konstruktor der Klasse NothingConcept
 

Uses of T_Box in learners
 

Fields in learners declared as T_Box
(package private)  T_Box InstanceLearner.theTBox
           
 

Uses of T_Box in operators
 

Fields in operators declared as T_Box
protected  T_Box OperatorDB.tBox
          in diesem Attribut ist die T_Box gespeichert f?r die die ClassifierOperator erzeugt werden.
 

Constructors in operators with parameters of type T_Box
OperatorDB.OperatorDB(T_Box tBox, Concept c, boolean b)
          Mit diesem Konstruktor ist es m?glich das Concept f?r die automatisch generierten ClassifierOperator zu setzen.
OperatorDB.OperatorDB(java.lang.String s, T_Box tBox, Concept c, boolean b)
          Dieser Konstruktor f?llt nach der der Initialisierung der Datenbank wie in OperatorDB.OperatorDB() die Datenbank mit den, in der Datei, dessen Name (kompletter Pfad) ?bergeben wurde.
Die Datei muss zeilenweise wechselnd die Klassennamen und das Gewicht der Operatoren enthalten.

 

Uses of T_Box in planner
 

Fields in planner declared as T_Box
protected  T_Box PlanExecution.tBox
          Referenz auf die T_Box, die der PlanExecution.aBox zugrunde liegt.
 

Uses of T_Box in systemcontrol
 

Fields in systemcontrol declared as T_Box
(package private)  T_Box Flowcontrol.tbox
           
private  T_Box MainTable.tbox
           
 

Methods in systemcontrol that return T_Box
 T_Box MainTable.getGlobalT_Box()
           
 

Methods in systemcontrol with parameters of type T_Box
 void Flowcontrol.startSearch(StartConcept s, T_Box tbox, A_Box abox)
          Erzeugt FirmenAgentPlanInformationObjekt, startet einen Planner.
 

Constructors in systemcontrol with parameters of type T_Box
MainTable.MainTable(ClassifierDatabase classifierDB, OperatorDB operatorDB, A_Box abox, T_Box tbox, int lifeEnd)