Uses of Class
zeus.concepts.OntologyDb

Packages that use OntologyDb
zeus.actors   
zeus.agentviewer   
zeus.agentviewer.acquaintances   
zeus.agentviewer.resources   
zeus.concepts   
zeus.generator   
zeus.generator.agent   
zeus.generator.code   
zeus.generator.task   
zeus.generator.task.rulebase   
zeus.generator.util   
zeus.ontology   
zeus.ontology.attributes   
zeus.ontology.database   
zeus.ontology.facts   
zeus.ontology.restrictions   
zeus.rete   
zeus.rete.action   
zeus.visualiser.statistics   
 

Uses of OntologyDb in zeus.actors
 

Fields in zeus.actors declared as OntologyDb
protected  OntologyDb ResourceDb.ontologyDb
           
protected  OntologyDb ZeusAgentContext.ontologyDb
          This holds the agents local copy of the concepts that form the application ontology
 

Methods in zeus.actors that return OntologyDb
 OntologyDb AgentContext.OntologyDb()
           
 OntologyDb AgentContext.getOntologyDb()
           
 OntologyDb ZeusAgentContext.OntologyDb()
           
 OntologyDb ZeusAgentContext.getOntologyDb()
           
 

Methods in zeus.actors with parameters of type OntologyDb
 void AgentContext.set(OntologyDb ontologyDb)
           
 void ResourceDb.setOntologyDb(OntologyDb ontologyDb)
          this allows you to set the ontolgyDb reference
 void ZeusAgentContext.set(OntologyDb ontologyDb)
           
 

Constructors in zeus.actors with parameters of type OntologyDb
ProtocolDb(OntologyDb model)
           
 

Uses of OntologyDb in zeus.agentviewer
 

Fields in zeus.agentviewer declared as OntologyDb
(package private)  OntologyDb FactTableModel.ontologyDb
           
protected  OntologyDb GoalDialog.ontology
           
 

Methods in zeus.agentviewer with parameters of type OntologyDb
 void GoalDialog.set(OntologyDb ontology)
           
 

Constructors in zeus.agentviewer with parameters of type OntologyDb
FactTableModel(OntologyDb ontology)
           
 

Uses of OntologyDb in zeus.agentviewer.acquaintances
 

Fields in zeus.agentviewer.acquaintances declared as OntologyDb
(package private)  OntologyDb AbilitiesTableModel.ontologyDb
           
 

Uses of OntologyDb in zeus.agentviewer.resources
 

Fields in zeus.agentviewer.resources declared as OntologyDb
 OntologyDb ResourceTableModel.ontologyDb
           
 

Uses of OntologyDb in zeus.concepts
 

Fields in zeus.concepts declared as OntologyDb
protected  OntologyDb Fact.ontology
           
protected  OntologyDb SuppliedDb.ontology
           
 

Methods in zeus.concepts that return OntologyDb
 OntologyDb Fact.getOntologyDb()
          made this accessor public (simon 23/9/02) with the object of using it to get service description information
(package private)  OntologyDb SuppliedDb.getOntology()
           
 

Methods in zeus.concepts with parameters of type OntologyDb
 void OntologyParser.parse(OntologyDb model)
           
 AbilityDbItem Parser.abilityDbItem(OntologyDb db)
           
 java.util.Vector Parser.abilityDbItemList(OntologyDb db)
           
 AbilitySpec Parser.abilitySpec(OntologyDb db)
           
 java.util.Vector Parser.abilitySpecList(OntologyDb db)
           
 Restriction Parser.restriction(OntologyDb db)
           
 Acquaintance Parser.acquaintance(OntologyDb db)
           
 AgentDescription Parser.agentDescription(OntologyDb db)
           
 Fact Parser.fact(OntologyDb db)
           
 java.util.Vector Parser.factList(OntologyDb db)
           
 FactSummary Parser.factSummary(OntologyDb db)
           
 Goal Parser.goal(OntologyDb db)
           
 java.util.Vector Parser.goalList(OntologyDb db)
           
 ProtocolInfo Parser.protocolInfo(OntologyDb db)
           
 StrategyInfo Parser.strategyInfo(OntologyDb db)
           
 ReportRec Parser.reportRec(OntologyDb db)
           
 SuppliedDb Parser.suppliedDb(OntologyDb db)
           
 SuppliedItem Parser.suppliedItem(OntologyDb db)
           
 ResolutionContext Parser.resolutionContext(OntologyDb db)
           
 AbstractTask Parser.abstractTask(OntologyDb db)
           
 PrimitiveTask Parser.primitiveTask(OntologyDb db)
           
 SummaryTask Parser.summaryTask(OntologyDb db)
           
 PlanScript Parser.planScript(OntologyDb db)
           
 TaskNode Parser.taskNode(OntologyDb db)
           
 AbstractTask Parser.reteKB(OntologyDb db)
           
 Rule Parser.reteRule(OntologyDb db)
           
 Pattern Parser.retePattern(OntologyDb db)
           
 java.util.Vector Parser.reteFactList(OntologyDb db)
           
 ReteFact Parser.reteFact(OntologyDb db)
           
 void Parser.reteGoal(OntologyDb db, Action a)
           
 Action Parser.reteAction(OntologyDb db)
           
 java.util.Vector Parser.retePatternList(OntologyDb db)
           
 java.util.Vector Parser.reteActionList(OntologyDb db)
           
 TaskSummary Parser.taskSummary(OntologyDb db)
           
 java.util.Vector Parser.taskList(OntologyDb db)
           
 void Parser.generator(FileHandler filer, GeneratorModel genmodel, GenerationPlan genplan, OntologyDb db, java.lang.String dir)
           
 ValueFunction Parser.Expression(OntologyDb db)
           
 ValueFunction Parser.ConditionalOrExpression(OntologyDb db)
           
 ValueFunction Parser.ConditionalAndExpression(OntologyDb db)
           
 ValueFunction Parser.InclusiveOrExpression(OntologyDb db)
           
 ValueFunction Parser.AndExpression(OntologyDb db)
           
 ValueFunction Parser.RelationalExpression(OntologyDb db)
           
 ValueFunction Parser.AdditiveExpression(OntologyDb db)
           
 ValueFunction Parser.MultiplicativeExpression(OntologyDb db)
           
 ValueFunction Parser.UnaryExpression(OntologyDb db)
           
 ValueFunction Parser.Literal(OntologyDb db)
           
 java.util.Vector Parser.expression_list(OntologyDb db)
           
 ValueFunction Parser.function(OntologyDb db)
           
 ValueFunction Parser.method(OntologyDb db)
           
 ValueFunction Parser.constraint(ValueFunction fn, OntologyDb db)
           
static AbilityDbItem ZeusParser.abilityDbItem(OntologyDb db, java.lang.String str)
           
static java.util.Vector ZeusParser.abilityDbItemList(OntologyDb db, java.lang.String str)
           
static java.util.Vector ZeusParser.abilitySpecList(OntologyDb db, java.lang.String str)
           
static AbilitySpec ZeusParser.abilitySpec(OntologyDb db, java.lang.String str)
           
static Acquaintance ZeusParser.acquaintance(OntologyDb db, java.lang.String str)
           
static AgentDescription ZeusParser.agentDescription(OntologyDb db, java.lang.String str)
           
static Fact ZeusParser.fact(OntologyDb db, java.lang.String str)
           
static java.util.Vector ZeusParser.factList(OntologyDb db, java.lang.String str)
           
static FactSummary ZeusParser.factSummary(OntologyDb db, java.lang.String str)
           
static java.util.Vector ZeusParser.goalList(OntologyDb db, java.lang.String str)
           
static Goal ZeusParser.goal(OntologyDb db, java.lang.String str)
           
static ProtocolInfo ZeusParser.protocolInfo(OntologyDb db, java.lang.String str)
           
static StrategyInfo ZeusParser.strategyInfo(OntologyDb db, java.lang.String str)
           
static ReportRec ZeusParser.reportRec(OntologyDb db, java.lang.String str)
           
static SuppliedDb ZeusParser.suppliedDb(OntologyDb db, java.lang.String str)
           
static SuppliedItem ZeusParser.suppliedItem(OntologyDb db, java.lang.String str)
           
static ResolutionContext ZeusParser.resolutionContext(OntologyDb db, java.lang.String str)
           
static AbstractTask ZeusParser.abstractTask(OntologyDb db, java.lang.String str)
           
static PrimitiveTask ZeusParser.primitiveTask(OntologyDb db, java.lang.String str)
           
static SummaryTask ZeusParser.summaryTask(OntologyDb db, java.lang.String str)
           
static PlanScript ZeusParser.planScript(OntologyDb db, java.lang.String str)
           
static TaskNode ZeusParser.taskNode(OntologyDb db, java.lang.String str)
           
static TaskSummary ZeusParser.taskSummary(OntologyDb db, java.lang.String str)
           
static AbstractTask ZeusParser.reteKB(OntologyDb db, java.lang.String str)
           
static AbstractTask ZeusParser.reteKB(OntologyDb db, java.io.InputStream stream)
           
static Rule ZeusParser.reteRule(OntologyDb db, java.lang.String str)
           
static Pattern ZeusParser.retePattern(OntologyDb db, java.lang.String str)
           
static Action ZeusParser.reteAction(OntologyDb db, java.lang.String str)
           
static java.util.Vector ZeusParser.reteFactList(OntologyDb db, java.io.InputStream stream)
           
static java.util.Vector ZeusParser.reteFactList(OntologyDb db, java.lang.String str)
           
static ReteFact ZeusParser.reteFact(OntologyDb db, java.lang.String str)
           
static java.util.Vector ZeusParser.retePatternList(OntologyDb db, java.lang.String str)
           
static java.util.Vector ZeusParser.reteActionList(OntologyDb db, java.lang.String str)
           
static java.util.Vector ZeusParser.taskList(OntologyDb db, java.lang.String str)
           
static ValueFunction ZeusParser.Expression(OntologyDb db, java.lang.String str)
           
 

Constructors in zeus.concepts with parameters of type OntologyDb
Fact(boolean is_variable, java.lang.String type, OntologyDb ontology, GenSym genSym)
           
Fact(java.lang.String type, java.lang.String id, int modifiers, AttributeList attr, OntologyDb ontology)
           
SuppliedDb(OntologyDb ontology)
           
 

Uses of OntologyDb in zeus.generator
 

Fields in zeus.generator declared as OntologyDb
protected  OntologyDb AgentGenerator.ontology
           
protected  OntologyDb FileHandler.ontology
           
 OntologyDb GeneratorModel.ontology
           
 

Constructors in zeus.generator with parameters of type OntologyDb
FileHandler(OntologyDb ontology, GeneratorModel genmodel, GenerationPlan genplan)
           
GeneratorModel(OntologyDb ontology)
           
 

Uses of OntologyDb in zeus.generator.agent
 

Fields in zeus.generator.agent declared as OntologyDb
protected  OntologyDb AbilityModel.ontologyDb
           
protected  OntologyDb AcquaintanceModel.ontologyDb
           
protected  OntologyDb AgentEditor.ontologyDb
           
protected  OntologyDb CoordinationPanel.ontologyDb
           
protected  OntologyDb OrganisationPanel.ontologyDb
           
protected  OntologyDb ProtocolModel.ontologyDb
           
protected  OntologyDb StrategyModel.ontologyDb
           
 

Methods in zeus.generator.agent with parameters of type OntologyDb
private  void TaskAttributePanel.init(AgentGenerator generator, GeneratorModel genmodel, AgentEditor editor, AgentDescription agent, boolean isVar, OntologyDb ontologyDb, java.lang.String label)
           
 

Constructors in zeus.generator.agent with parameters of type OntologyDb
AbilityModel(OntologyDb ontologyDb, AttributeModel attributeModel)
           
AcquaintanceModel(GeneratorModel genmodel, OntologyDb ontologyDb, AbilityModel abilityModel, Acquaintance[] input)
           
AgentEditor(AgentGenerator generator, GeneratorModel genmodel, OntologyDb ontologyDb, AgentDescription agent)
           
CoordinationPanel(AgentGenerator generator, GeneratorModel genmodel, OntologyDb ontologyDb, AgentEditor editor, AgentDescription agent)
           
DefinitionPanel(AgentGenerator generator, GeneratorModel genmodel, OntologyDb ontologyDb, AgentEditor editor, AgentDescription agent)
           
OrganisationPanel(AgentGenerator generator, GeneratorModel genmodel, OntologyDb ontologyDb, AgentEditor editor, AgentDescription agent)
           
ProtocolModel(OntologyDb ontologyDb, StrategyModel strategyModel, ProtocolInfo[] protocols)
           
RestrictionPanel(AgentGenerator generator, GeneratorModel genmodel, OntologyDb ontologyDb, AgentEditor editor, AgentDescription agent)
           
StrategyModel(GeneratorModel genmodel, OntologyDb ontologyDb, AttributeModel attributeModel)
           
TaskAttributePanel(AgentGenerator generator, GeneratorModel genmodel, AgentEditor editor, AgentDescription agent, boolean isVar, OntologyDb ontologyDb, java.lang.String label)
           
 

Uses of OntologyDb in zeus.generator.code
 

Fields in zeus.generator.code declared as OntologyDb
protected  OntologyDb GenerationPlan.ontology
           
 

Constructors in zeus.generator.code with parameters of type OntologyDb
GenerationPlan(GeneratorModel genmodel, OntologyDb ontology)
           
 

Uses of OntologyDb in zeus.generator.task
 

Fields in zeus.generator.task declared as OntologyDb
protected  OntologyDb SummaryTaskModel.ontologyDb
           
protected  OntologyDb SummaryTaskNodeEditor.ontologyDb
           
protected  OntologyDb TaskEditor.ontologyDb
           
 

Constructors in zeus.generator.task with parameters of type OntologyDb
ConditionsPanel(AgentGenerator generator, GeneratorModel genmodel, OntologyDb ontologyDb, TaskEditor editor, PrimitiveTask task)
           
ConstraintsPanel(AgentGenerator generator, GeneratorModel genmodel, OntologyDb ontologyDb, TaskEditor editor, Task task, BasicFactModel precondsModel, BasicFactModel postcondsModel)
           
GroupManager(OntologyDb ontologyDb, AttributeModel attributeModel, boolean isVariable, int type, Fact[] input)
           
NodesPanel(AgentGenerator generator, GeneratorModel genmodel, OntologyDb ontologyDb, TaskEditor editor, SummaryTask task)
           
SummaryTaskModel(OntologyDb ontologyDb, TaskNode[] node, TaskLink[] link)
           
SummaryTaskNodeEditor(OntologyDb ontologyDb, SummaryTaskModel model)
           
SummaryTaskNodeEditorDialog(java.awt.Frame parent, OntologyDb ontologyDb)
           
TaskEditor(AgentGenerator generator, GeneratorModel genmodel, OntologyDb ontologyDb, AbstractTask task)
           
TaskNodePanel(OntologyDb ontologyDb, javax.swing.event.ChangeListener parent)
           
 

Uses of OntologyDb in zeus.generator.task.rulebase
 

Fields in zeus.generator.task.rulebase declared as OntologyDb
(package private)  OntologyDb FactPanel.db
           
(package private)  OntologyDb RuleModel.ontology
           
protected  OntologyDb RuleUI.db
           
 

Constructors in zeus.generator.task.rulebase with parameters of type OntologyDb
FactPanel(RuleUI parent, OntologyDb db)
           
RuleModel(ReteKB kb, OntologyDb db)
           
RuleUI(OntologyDb db, Editor editor, ReteKB kb, java.util.Vector methodValues)
           
 

Uses of OntologyDb in zeus.generator.util
 

Fields in zeus.generator.util declared as OntologyDb
protected  OntologyDb FactModel.ontologyDb
           
protected  OntologyDb FactPanel.ontologyDb
           
 

Methods in zeus.generator.util that return OntologyDb
 OntologyDb FactModel.getOntologyDb()
           
 

Constructors in zeus.generator.util with parameters of type OntologyDb
FactDialog(java.awt.Frame parent, OntologyDb ontologyDb)
           
FactModel(OntologyDb ontologyDb, AttributeModel attributeModel, boolean isVariable, int type, Fact[] input)
           
FactPanel(OntologyDb ontologyDb, javax.swing.event.ChangeListener editor, Fact[] facts, boolean isVariable, java.lang.String label)
           
FactPanel(OntologyDb ontologyDb, javax.swing.event.ChangeListener editor, Fact[] facts, boolean isVariable, int modifierType, java.lang.String label)
           
 

Uses of OntologyDb in zeus.ontology
 

Fields in zeus.ontology declared as OntologyDb
protected  OntologyDb OntologyEditor.ontologyDb
           
protected  OntologyDb TypeTreeModel.model
           
 

Methods in zeus.ontology with parameters of type OntologyDb
 void TypesHandler.addRestrictions(OntologyDb db)
          Add the derived restrictions to the db
 

Constructors in zeus.ontology with parameters of type OntologyDb
OntologyEditor(OntologyDb ontologyDb, java.awt.Component root, GeneratorModel genmodel, javax.swing.JLabel infoLabel)
          Constructor invoked from the Agent Generator tool
OntologyEditor(OntologyDb ontologyDb, boolean isFrame)
          Constructor to build standalone ontology editor
TypeDialog(java.awt.Frame parent, OntologyDb ontologyDb, int mode)
           
TypeTreeModel(OntologyDb model, int mode)
           
 

Uses of OntologyDb in zeus.ontology.attributes
 

Fields in zeus.ontology.attributes declared as OntologyDb
protected  OntologyDb AttributeTableModel.model
           
 

Constructors in zeus.ontology.attributes with parameters of type OntologyDb
AttributeTableModel(OntologyDb model)
           
AttributeTablePanel(OntologyEditor editor, OntologyDb ontologyDb)
           
AttributeTablePanel.TypeCellEditor(OntologyDb ontologyDb)
           
 

Uses of OntologyDb in zeus.ontology.database
 

Fields in zeus.ontology.database declared as OntologyDb
 OntologyDb DatabasePane.ONTDB
           
 

Constructors in zeus.ontology.database with parameters of type OntologyDb
DatabasePane(OntologyDb ontologyDb, GeneratorModel genmodel)
           
 

Uses of OntologyDb in zeus.ontology.facts
 

Fields in zeus.ontology.facts declared as OntologyDb
protected  OntologyDb FactTreeModel.model
           
 

Constructors in zeus.ontology.facts with parameters of type OntologyDb
FactTreeModel(OntologyDb model)
           
FactTreePane(OntologyEditor editor, OntologyDb ontologyDb)
           
FactTreeUI(OntologyDb ontologyDb)
           
FactTreeUI(OntologyDb ontologyDb, AttributeTablePanel panel)
           
 

Uses of OntologyDb in zeus.ontology.restrictions
 

Fields in zeus.ontology.restrictions declared as OntologyDb
protected  OntologyDb RestrictionTableModel.model
           
 

Constructors in zeus.ontology.restrictions with parameters of type OntologyDb
RestrictionTableModel(OntologyDb model)
           
RestrictionTableUI(OntologyDb ontologyDb)
           
RestrictionTableUI.TypeCellEditor(OntologyDb ontologyDb)
           
 

Uses of OntologyDb in zeus.rete
 

Fields in zeus.rete declared as OntologyDb
protected  OntologyDb ConflictSet.db
           
protected  OntologyDb ReteEngine.ontologyDb
           
 

Methods in zeus.rete that return OntologyDb
(package private)  OntologyDb ConflictSet.ontology()
          superceeded by getOntologyDb()
private  OntologyDb ReteEngine.ontology()
           
 

Constructors in zeus.rete with parameters of type OntologyDb
ConflictSet(ReteEngine engine, OntologyDb db)
           
ReteEngine(OntologyDb ontologyDb)
           
 

Uses of OntologyDb in zeus.rete.action
 

Fields in zeus.rete.action declared as OntologyDb
protected  OntologyDb ReteAction.ontologyDb
          ontologyDb is the reference to the ontology we are working in, again, this package protected slot is provided because we need to remember to use case for Rete where it is not in an agent persay.
 

Methods in zeus.rete.action that return OntologyDb
 OntologyDb BasicAction.getOntologyDb()
           
 OntologyDb ReteAction.getOntologyDb()
          return the ontology ref, if the ontologyDb slot is null then get the current agent ontology, otherwise get the current ontology Issues:
------
If the context object and the rete object are both null should this then throw an exception - nice, but makes harder to use...
 

Uses of OntologyDb in zeus.visualiser.statistics
 

Fields in zeus.visualiser.statistics declared as OntologyDb
protected  OntologyDb TrafficVolume.ontology
           
 

Constructors in zeus.visualiser.statistics with parameters of type OntologyDb
TrafficVolume(OntologyDb ontology)
           
 



Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.