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

Uses of Class
knowledge.Instance

Packages that use Instance
exceptions   
informationexchange   
knowledge   
operators   
planner   
 

Uses of Instance in exceptions
 

Constructors in exceptions with parameters of type Instance
RoleNotFoundException.RoleNotFoundException(Role theRole, Instance theInstance)
           
RoleNotFoundException.RoleNotFoundException(Role theRole, Instance from, Instance to)
           
 

Uses of Instance in informationexchange
 

Methods in informationexchange that return Instance
abstract  Instance PlanInformation.findConstraintInstance(java.lang.String conceptName)
          sucht zu einem Konzeptnamen eine constraint instance
 Instance FirmenAgentPlanInformation.findConstraintInstance(java.lang.String conceptName)
           
 

Methods in informationexchange with parameters of type Instance
protected  void FirmenAgentPlanInformation.verifyFromCompanyname(Instance companynameI, Instance productnameI)
          Sucht die passenden compages ausgehend vom vorgegebenen companyname.
protected  void FirmenAgentPlanInformation.verifyFromProductname(Instance productnameI)
          Sucht die passenden compages ausgehend vom vorgegebenen productname.
protected  void FirmenAgentPlanInformation.computeFinalRank(Instance compageI, java.lang.String logMess)
           
 

Uses of Instance in knowledge
 

Fields in knowledge declared as Instance
private  Instance ConcreteRole.range
          Eine Liste von Instanzen, auf die die Rolle verweist.
private  Instance ConcreteRole.domain
           
 

Methods in knowledge that return Instance
 Instance ConcreteRole.getRangeInstance()
          getRangeInstances gibt die Instanz zurück, auf die die Rolle verweist
 Instance ConcreteRole.getDomainInstance()
          getDomainInstance gibt die Instanz zurueck, von der die Rolle ausgeht
 Instance A_Box.getInstance(long id)
          liefert zu der ID die Instanz
private  Instance A_Box.createInstanceClone(Instance theInstance)
          Erzeugt ein neue Objekt der Klasse Instanz, wobei die ID, der Name und alle Flags von der uebergebenen Instanz kopiert werden.
 

Methods in knowledge with parameters of type Instance
 boolean Concept.classify(Instance theInstance)
          Classify leitet in der übergebenen Instanz vorhandene NetEntity-Objekt an die zu diesem Konzept gehörende Textklassifikatoren weiter.
(package private)  double Concept.getClassificationValue(Instance theInstance)
           
(package private)  double DefinedConcept.getClassificationValue(Instance theInstance)
           
 boolean AnythingConcept.classify(Instance theInstance)
           
 boolean A_Box.setInstance(Instance theInstance)
          Fuegt eine neue Instanz in die A-Box ein, sollte schon eine Instanz unter diesem Schlü existieren, wird sie überschieben.
 void A_Box.markAsConstraint(Instance i)
          markiert eine Instanz als constraint
 boolean A_Box.insertNewRole(Role theRole, Instance from, Instance to, double probability)
          Fügt eine neue Rolle und ihre Inverse ein.
 void A_Box.setContents(Instance i, NetEntity c)
          speichert ein optional vorhandenes Inhaltsobjekt zur gegebenen Instanz
 NetEntity A_Box.getContents(Instance i)
          liefert ein optional zu einer Instanz vorhandenes Inhaltsobjekt zurueck
private  Instance A_Box.createInstanceClone(Instance theInstance)
          Erzeugt ein neue Objekt der Klasse Instanz, wobei die ID, der Name und alle Flags von der uebergebenen Instanz kopiert werden.
 ConcreteRole A_Box.getConcreteRole(Role theRole, Instance from, Instance to)
          Sucht die konkrete Rolle, die unter die übergebene Konzept-Rolle fällt und von der Instanz from zu der Instanz to verläuft.
private  void A_Box.deleteInstance(Instance theInstance)
          deleteInstance loescht eine Instanz endgueltig aus der A-Box.
 ConcreteRole Instance.insertNewRole(Role theRole, Instance to, double probability)
          Fuegt eine neue konkrete Rolle in dieser Instanz ein, falls die konkrete Rolle schon in der Liste der konkreten Rollen steht, wird nur der Wahrscheinlichkeitswert aktuallisiert.
 boolean NothingConcept.classify(Instance theInstance)
           
 boolean T_Box.classify(Concept theConcept, Instance theInstance)
          Classify leitet in der übergebenen Instanz vorhandene NetEntity-Objekt an die zu diesem Konzept gehörende Textklassifikatoren weiter.
 

Constructors in knowledge with parameters of type Instance
ConcreteRole.ConcreteRole(Role r, Instance dI, Instance rI, double c)
          Konstruktor der Klasse ConcreteRole
 

Uses of Instance in operators
 

Fields in operators declared as Instance
private  Instance PredArgument.instance
           
 

Methods in operators that return Instance
 Instance PredArgument.getInstance()
           
 Instance PredArgument.setInstance(Instance inst)
           
 

Methods in operators with parameters of type Instance
 Instance PredArgument.setInstance(Instance inst)
           
 void PredArgument.addInstance(Instance inst)
          Diese Methode f?gt PredArgument.otherInstances eine weitere Instanz hinzu.
 void PredArgument.deleteInstance(Instance inst)
          Diese Methode l?scht aus PredArgument.otherInstances eine Instanz.
 

Uses of Instance in planner
 

Fields in planner declared as Instance
(package private)  Instance PredicateAccount.i
           
 

Constructors in planner with parameters of type Instance
PredicateAccount.PredicateAccount(Concept c, Instance i)