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

Uses of Class
knowledge.ConcreteRole

Packages that use ConcreteRole
informationexchange   
knowledge   
planner   
 

Uses of ConcreteRole in informationexchange
 

Methods in informationexchange with parameters of type ConcreteRole
protected  java.lang.String FirmenAgentPlanInformation.storeRoleConfidence(ConcreteRole tPredRole)
           
 

Uses of ConcreteRole in knowledge
 

Fields in knowledge declared as ConcreteRole
protected  ConcreteRole ConcreteRole.oppositeRole
          Die gegensätzliche Rolle
 

Methods in knowledge that return ConcreteRole
 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.
 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.
 

Methods in knowledge with parameters of type ConcreteRole
 void Instance.markAsDeleted(ConcreteRole r)
          Markiert eine konkete Rolle aus der Liste theConcreteRoles als gelöscht
 void Instance.markAsUndeleted(ConcreteRole r)
          Hebt eine delete-Markierung eines Konzeptes wieder auf
 

Uses of ConcreteRole in planner
 

Fields in planner declared as ConcreteRole
(package private)  ConcreteRole PredicateAccount.cr
           
 

Constructors in planner with parameters of type ConcreteRole
PredicateAccount.PredicateAccount(ConcreteRole cr)