Serialized Form


Package vs

Class vs.AgentLauncher extends javax.swing.JFrame implements Serializable

serialVersionUID: -2094331996376189092L

Serialized Fields

chooseAgentClassBox

javax.swing.JComboBox chooseAgentClassBox

chooseStoryDomainBox

javax.swing.JComboBox chooseStoryDomainBox

startJadeButton

javax.swing.JButton startJadeButton

startAgentButton

javax.swing.JButton startAgentButton

closeTabsButton

javax.swing.JButton closeTabsButton

killAgentsButton

javax.swing.JButton killAgentsButton

agentButtonPanel

javax.swing.JPanel agentButtonPanel

agentButtonSet

java.util.Set<E> agentButtonSet

tabPane

javax.swing.JTabbedPane tabPane

jadeArea

javax.swing.JTextArea jadeArea

jadeScroll

javax.swing.JScrollPane jadeScroll

popupMenu

javax.swing.JPopupMenu popupMenu

imgLabel

javax.swing.JLabel imgLabel

domDesc

javax.swing.JEditorPane domDesc

mainTabComponent

javax.swing.JComponent mainTabComponent

_storyDomains

java.util.Map<K,V> _storyDomains

_properties

java.util.Properties _properties

_dynaProperties

java.util.Properties _dynaProperties

logger

java.util.logging.Logger logger

Class vs.AssassinAgent extends jade.core.Agent implements Serializable

Serialized Fields

m_codec

jade.content.lang.Codec m_codec

m_ontology

jade.content.onto.Ontology m_ontology

Package vs.characteragent

Class vs.characteragent.BasicCharacterAgent extends RationalAgent implements Serializable

serialVersionUID: 5619493617571786259L

Serialized Fields

logger

java.util.logging.Logger logger

m_plotAgent

jade.core.AID m_plotAgent

m_characterURI

java.lang.String m_characterURI

m_characterProcess

ActorProcess m_characterProcess

m_interpretationModule

IInterpretationModule m_interpretationModule

m_episodicMemory

EpisodicMemory m_episodicMemory

m_explainerBehaviour

ExplainerBehaviour m_explainerBehaviour

m_elements

java.util.Set<E> m_elements

m_causalities

java.util.Set<E> m_causalities

Package vs.characteragent.behaviour

Class vs.characteragent.behaviour.ExplainerBehaviour extends jade.core.behaviours.SimpleBehaviour implements Serializable

Serialized Fields

characterAgent

BasicCharacterAgent characterAgent

logger

java.util.logging.Logger logger

explainedFabulaElements

java.util.Set<E> explainedFabulaElements

explainedFabulaCausalities

java.util.Set<E> explainedFabulaCausalities

Class vs.characteragent.behaviour.InitiateRequestPlotPerformOperatorBehaviour extends jade.proto.AchieveREInitiator implements Serializable

serialVersionUID: -1682888567186663058L

Serialized Fields

logger

java.util.logging.Logger logger

m_operator

Operator m_operator

Class vs.characteragent.behaviour.ProposeResponderBehaviour extends jade.proto.ProposeResponder implements Serializable

Serialized Fields

logger

java.util.logging.Logger logger

Class vs.characteragent.behaviour.ReceiveInformBehaviour extends InformReceiver implements Serializable

serialVersionUID: -3551787954456482184L

Serialized Fields

logger

java.util.logging.Logger logger

Class vs.characteragent.behaviour.RequestResponderBehaviour extends jade.proto.SimpleAchieveREResponder implements Serializable

serialVersionUID: -590992386588474513L

Serialized Fields

logger

java.util.logging.Logger logger

Package vs.characteragent.ui

Class vs.characteragent.ui.CharacterAgentGui extends RationalAgentGui implements Serializable

serialVersionUID: -1655976715125777663L

Serialized Fields

logger

java.util.logging.Logger logger

graphPane

PlanGraphPanel graphPane

menu_CA

javax.swing.JMenu menu_CA

m_mindTreePanel

javax.swing.JPanel m_mindTreePanel

m_mindTree

javax.swing.JTree m_mindTree

frame

javax.swing.JFrame frame

Class vs.characteragent.ui.MindDisplayer extends UpdateablePanel implements Serializable

Serialized Fields

m_characterAgent

ICharacterAgent m_characterAgent

mindTree

javax.swing.JTree mindTree

popup

javax.swing.JPopupMenu popup

pm

com.hp.hpl.jena.shared.PrefixMapping pm

Class vs.characteragent.ui.PlanGraphPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

m_planner

PoPlanner m_planner

m_graph

edu.uci.ics.jung.graph.Graph<V,E> m_graph

m_layout

edu.uci.ics.jung.algorithms.layout.Layout<V,E> m_layout

m_renderer

edu.uci.ics.jung.visualization.renderers.Renderer<V,E> m_renderer

m_viewer

edu.uci.ics.jung.visualization.VisualizationViewer<V,E> m_viewer

m_menuBar

javax.swing.JMenuBar m_menuBar

m_scrollPane

edu.uci.ics.jung.visualization.GraphZoomScrollPane m_scrollPane

logger

java.util.logging.Logger logger

vertices

java.util.Map<K,V> vertices

Package vs.communication

Class vs.communication.Aborted extends OperatorStatus implements Serializable

Class vs.communication.CharacterInfo extends java.lang.Object implements Serializable

Serialized Fields

individual

java.lang.String individual
the Individual that the character represents in the world Protege name: individual

Class vs.communication.FabulaCausality extends java.lang.Object implements Serializable

Serialized Fields

causalProperty

java.lang.String causalProperty
The property as string (i.e. http://...#psi_causes) Protege name: causalProperty


subjectIndividual

java.lang.String subjectIndividual
The subject of the link (a string representing the individual Protege name: subjectIndividual


objectIndividual

java.lang.String objectIndividual
the object of the link (as Individual) Protege name: objectIndividual

Class vs.communication.FabulaCausalityDeclaration extends java.lang.Object implements Serializable

Serialized Fields

fabulaCausality

FabulaCausality fabulaCausality
Protege name: fabulaCausality

Class vs.communication.FabulaElement extends java.lang.Object implements Serializable

Serialized Fields

individual

java.lang.String individual
the Individual that the character represents in the world Protege name: individual


type

java.lang.String type
Protege name: type


character

java.lang.String character
refers to the entity in the story world that 'has' or 'intends' the fabula element. Protege name: character


time

int time
time at which the fabula element was created Protege name: time

Class vs.communication.FabulaElementDeclaration extends java.lang.Object implements Serializable

Serialized Fields

fabulaElement

FabulaElement fabulaElement
Protege name: fabulaElement

Class vs.communication.Finished extends OperatorStatus implements Serializable

Class vs.communication.FramingOperator extends Operator implements Serializable

Class vs.communication.FramingOperatorPossible extends java.lang.Object implements Serializable

Serialized Fields

operator

Operator operator
Protege name: operator

Class vs.communication.GiveControl extends java.lang.Object implements Serializable

Class vs.communication.GoalProgress extends java.lang.Object implements Serializable

Serialized Fields

goal

java.lang.String goal
The goal the character was performing Protege name: goal


goalstatus

int goalstatus
The status of this goal Protege name: goalstatus


character

java.lang.String character
refers to the entity in the story world that 'has' or 'intends' the fabula element. Protege name: character

Class vs.communication.GoalSchema extends Schema implements Serializable

Serialized Fields

opponent

java.lang.String opponent
Protege name: opponent


agens

java.lang.String agens
Agens of the operator Protege name: agens


target

java.lang.String target
Target of the operator Protege name: target


instrument

java.lang.String instrument
Instrument of the operator Protege name: instrument


patiens

java.lang.String patiens
Patiens of the operator Protege name: patiens

Class vs.communication.IncomingPerception extends java.lang.Object implements Serializable

Serialized Fields

perception

StoryPerception perception
Protege name: perception

Class vs.communication.IncomingSetting extends java.lang.Object implements Serializable

Serialized Fields

setting

StorySettingElement setting
Protege name: setting

Class vs.communication.InferenceOperator extends Operator implements Serializable

Class vs.communication.NextRound extends java.lang.Object implements Serializable

Serialized Fields

roundNumber

int roundNumber
The round number in the simulation in time steps (PA is responsible) Protege name: roundNumber

Class vs.communication.Operator extends FabulaElement implements Serializable

Serialized Fields

isSuccessful

boolean isSuccessful
whether the Operator was successful (set by Plot Agent when communicating perceptions) Protege name: isSuccessful


agens

java.lang.String agens
Agens of the operator Protege name: agens


starttime

int starttime
Protege name: starttime


target

java.lang.String target
Target of the operator Protege name: target


instrument

java.lang.String instrument
Instrument of the operator Protege name: instrument


prologDescription

java.lang.String prologDescription
Prolog description of the operator Protege name: prologDescription


endtime

int endtime
Protege name: endtime


patiens

java.lang.String patiens
Patiens of the operator Protege name: patiens

Class vs.communication.OperatorResult extends java.lang.Object implements Serializable

Serialized Fields

operator

Operator operator
Protege name: operator


status

OperatorStatus status
The status of the operator Protege name: status

Class vs.communication.OperatorStatus extends java.lang.Object implements Serializable

Class vs.communication.PerformOperator extends java.lang.Object implements Serializable

Serialized Fields

operator

Operator operator
Protege name: operator

Class vs.communication.PlayCharacter extends java.lang.Object implements Serializable

Serialized Fields

characterInfo

CharacterInfo characterInfo
the character info for the request ("do you want to join the story as [characterinfo]"?) Protege name: characterInfo

Class vs.communication.RDFtriple extends java.lang.Object implements Serializable

Serialized Fields

object

java.lang.String object
the object of a triple (a URI) Protege name: object


truth

boolean truth
whether to add, or delete (true = add, false = delete) Protege name: truth


predicate

java.lang.String predicate
the predicate of a triple (an URI) Protege name: predicate


subject

java.lang.String subject
the subject of a triple (an URI) Protege name: subject

Class vs.communication.Scheduled extends OperatorStatus implements Serializable

Class vs.communication.Schema extends FabulaElement implements Serializable

Serialized Fields

prologDescription

java.lang.String prologDescription
Prolog description of the operator Protege name: prologDescription

Class vs.communication.SelectAction extends java.lang.Object implements Serializable

Class vs.communication.State extends FabulaElement implements Serializable

Serialized Fields

contentTriple

jade.util.leap.List contentTriple
The contents of a fabula element, represented as a list of RDF triples Protege name: contentTriple


contentFabula

jade.util.leap.List contentFabula
Protege name: contentFabula

Class vs.communication.StoryAction extends Operator implements Serializable

Class vs.communication.StoryBelief extends StoryInternalElement implements Serializable

Class vs.communication.StoryEvent extends Operator implements Serializable

Class vs.communication.StoryGoal extends State implements Serializable

Class vs.communication.StoryInternalElement extends State implements Serializable

Class vs.communication.StoryOutcome extends FabulaElement implements Serializable

Serialized Fields

resolves

java.lang.String resolves
Which Goal (referenced by its Individual string) this outcome resolves Protege name: resolves

Class vs.communication.StoryPerception extends State implements Serializable

Class vs.communication.StorySettingElement extends State implements Serializable

Class vs.communication.Trace extends java.lang.Object implements Serializable

Serialized Fields

traceInformation

TraceInformation traceInformation
Protege name: traceInformation

Class vs.communication.TraceInformation extends java.lang.Object implements Serializable

Serialized Fields

traceDepth

int traceDepth
Protege name: traceDepth


verbosity

int verbosity
Protege name: verbosity


message

java.lang.String message
Protege name: message

Class vs.communication.UseSuggestion extends java.lang.Object implements Serializable

Serialized Fields

suggestion

FabulaElement suggestion
the suggestion (e.g. a goal or action to be performed) Protege name: suggestion

Class vs.communication.VSTOntology extends jade.content.onto.Ontology implements Serializable

Class vs.communication.WorldChange extends java.lang.Object implements Serializable

Serialized Fields

cause

java.lang.String cause
The thing (e.g. Action) that causes this world change. Empty could be interpreted as "no cause", i.e. a setting change. Protege name: cause


truth

boolean truth
whether to add, or delete (true = add, false = delete) Protege name: truth


contentTriple

jade.util.leap.List contentTriple
The contents of a fabula element, represented as a list of RDF triples Protege name: contentTriple


Package vs.debug

Class vs.debug.CastException extends java.lang.Exception implements Serializable

Class vs.debug.FabulaException extends java.lang.Exception implements Serializable

Class vs.debug.KnowledgeException extends java.lang.Exception implements Serializable


Package vs.fabula.ui

Class vs.fabula.ui.FabulaPanel extends UpdateablePanel implements Serializable

Serialized Fields

_reasoningModel

com.hp.hpl.jena.ontology.OntModel _reasoningModel

_fabulaSet

de.fuberlin.wiwiss.ng4j.NamedGraphSet _fabulaSet

_storyDomain

StoryDomain _storyDomain

reasoningSpec

com.hp.hpl.jena.ontology.OntModelSpec reasoningSpec

reasoner

com.hp.hpl.jena.reasoner.Reasoner reasoner

m_graph

edu.uci.ics.jung.graph.Graph<V,E> m_graph

m_layout

edu.uci.ics.jung.algorithms.layout.Layout<V,E> m_layout

m_renderer

edu.uci.ics.jung.visualization.renderers.Renderer<V,E> m_renderer

m_viewer

edu.uci.ics.jung.visualization.VisualizationViewer<V,E> m_viewer

m_menuBar

javax.swing.JMenuBar m_menuBar

m_scrollPane

edu.uci.ics.jung.visualization.GraphZoomScrollPane m_scrollPane

collapser

edu.uci.ics.jung.visualization.subLayout.GraphCollapser collapser

logger

java.util.logging.Logger logger

Package vs.plotagent

Class vs.plotagent.BasicPlotAgent extends RationalAgent implements Serializable

serialVersionUID: -7329902462752425416L

Serialized Fields

m_worldAgent

jade.core.AID m_worldAgent

subscribeToWorldAgentsBehaviour

InitiateSubscriptionBehaviour subscribeToWorldAgentsBehaviour

subscribeToCharacterAgentsBehaviour

InitiateSubscriptionBehaviour subscribeToCharacterAgentsBehaviour

m_perceptionManager

IPerceptionManager m_perceptionManager

m_fabulaBuilder

IFabulaBuilder m_fabulaBuilder

m_characterManager

ICharacterManager m_characterManager

m_threadManager

IThreadManager m_threadManager

m_inspirationModule

IInspirationModule m_inspirationModule

m_plotGoalManager

IPlotGoalManager m_plotGoalManager

m_explainerBehaviour

ExplainerBehaviour m_explainerBehaviour

m_time

int m_time

m_status

int m_status

logger

java.util.logging.Logger logger

Package vs.plotagent.behaviour

Class vs.plotagent.behaviour.ActuateInspirationBehaviour extends jade.core.behaviours.SimpleBehaviour implements Serializable

Serialized Fields

plotAgent

BasicPlotAgent plotAgent

logger

java.util.logging.Logger logger

Class vs.plotagent.behaviour.ExplainerBehaviour extends jade.core.behaviours.SimpleBehaviour implements Serializable

Serialized Fields

plotAgent

BasicPlotAgent plotAgent

logger

java.util.logging.Logger logger

explainedFabulaElements

java.util.Set<E> explainedFabulaElements

explainedFabulaCausalities

java.util.Set<E> explainedFabulaCausalities

Class vs.plotagent.behaviour.InitiateReachConsensusFramingOperatorBehaviour extends jade.proto.ProposeInitiator implements Serializable

serialVersionUID: 8791119808211493575L

Serialized Fields

logger

java.util.logging.Logger logger

framing

FramingOperator framing

allAcceptProposalBehaviour

jade.core.behaviours.Behaviour allAcceptProposalBehaviour

someRejectProposalBehaviour

jade.core.behaviours.Behaviour someRejectProposalBehaviour

Class vs.plotagent.behaviour.InitiateRequestGiveControlBehaviour extends jade.proto.AchieveREInitiator implements Serializable

serialVersionUID: 4575507303497999483L

Serialized Fields

logger

java.util.logging.Logger logger

m_receiver

jade.core.AID m_receiver

Class vs.plotagent.behaviour.InitiateRequestPerformOperatorBehaviour extends jade.proto.AchieveREInitiator implements Serializable

serialVersionUID: -1682888567186663058L

Serialized Fields

logger

java.util.logging.Logger logger

m_operator

Operator m_operator

Class vs.plotagent.behaviour.InitiateRequestPlayCharacterBehaviour extends jade.proto.AchieveREInitiator implements Serializable

serialVersionUID: -6003712312447004031L

Serialized Fields

logger

java.util.logging.Logger logger

m_receiver

jade.core.AID m_receiver

m_charInfo

CharacterInfo m_charInfo

Class vs.plotagent.behaviour.InitiateRequestPlotPlotPerformOperatorBehaviour extends jade.proto.AchieveREInitiator implements Serializable

serialVersionUID: -1682888567186663058L

Serialized Fields

logger

java.util.logging.Logger logger

m_operator

Operator m_operator

Class vs.plotagent.behaviour.InitiateRequestSelectActionBehaviour extends jade.proto.AchieveREInitiator implements Serializable

serialVersionUID: 8791119808211493575L

Serialized Fields

logger

java.util.logging.Logger logger

m_character

jade.core.AID m_character

Class vs.plotagent.behaviour.InitiateRequestUseSuggestionBehaviour extends jade.proto.AchieveREInitiator implements Serializable

serialVersionUID: 8791119808211493575L

Serialized Fields

logger

java.util.logging.Logger logger

m_character

jade.core.AID m_character

m_suggestion

FabulaElement m_suggestion

Class vs.plotagent.behaviour.InitiateSubscriptionBehaviour extends jade.proto.SubscriptionInitiator implements Serializable

serialVersionUID: -3788435051195332300L

Serialized Fields

logger

java.util.logging.Logger logger

subscriptionMessage

jade.lang.acl.ACLMessage subscriptionMessage

cancelled

boolean cancelled

Class vs.plotagent.behaviour.ManageEpisodesBehaviour extends jade.core.behaviours.SimpleBehaviour implements Serializable

Serialized Fields

plotAgent

BasicPlotAgent plotAgent

logger

java.util.logging.Logger logger

Class vs.plotagent.behaviour.ManagePlotGoalBehaviour extends jade.core.behaviours.SimpleBehaviour implements Serializable

Serialized Fields

plotAgent

BasicPlotAgent plotAgent

logger

java.util.logging.Logger logger

Class vs.plotagent.behaviour.PlanCharacterGoalsBehaviour extends jade.core.behaviours.SimpleBehaviour implements Serializable

Serialized Fields

plotAgent

BasicPlotAgent plotAgent

Class vs.plotagent.behaviour.ReceiveInformBehaviour extends InformReceiver implements Serializable

serialVersionUID: -7658693527371381508L

Serialized Fields

logger

java.util.logging.Logger logger

Class vs.plotagent.behaviour.RequestResponderBehaviour extends jade.proto.SimpleAchieveREResponder implements Serializable

serialVersionUID: -590992386588474513L

Serialized Fields

logger

java.util.logging.Logger logger

Package vs.plotagent.ui

Class vs.plotagent.ui.AgentsChangedEvent extends StoryAgentEvent implements Serializable

Class vs.plotagent.ui.NewSuggestionsCreatedEvent extends StoryAgentEvent implements Serializable

Serialized Fields

m_sugs

java.util.Set<E> m_sugs

Class vs.plotagent.ui.PlotAgentGui extends RationalAgentGui implements Serializable

serialVersionUID: 5620849255011107225L

Serialized Fields

m_infoArea

javax.swing.JTextArea m_infoArea

m_toolBar

javax.swing.JToolBar m_toolBar

m_infoComponent

javax.swing.JComponent m_infoComponent

m_fabulaFrame

javax.swing.JFrame m_fabulaFrame

menu_PA

javax.swing.JMenu menu_PA

menuItem_PA_Graph

javax.swing.JMenuItem menuItem_PA_Graph

menuItem_PA_SaveFabula

javax.swing.JMenuItem menuItem_PA_SaveFabula

m_agentTree

javax.swing.JTree m_agentTree

m_agentTreePanel

javax.swing.JPanel m_agentTreePanel

m_suggestionsTree

javax.swing.JTree m_suggestionsTree

m_suggestionsTreePanel

javax.swing.JPanel m_suggestionsTreePanel

m_fabulaTabPanel

javax.swing.JPanel m_fabulaTabPanel

m_fabulaPanel

FabulaPanel m_fabulaPanel

trigFilter

LanguageFilter trigFilter

trixFilter

LanguageFilter trixFilter

frame

javax.swing.JFrame frame

pm

com.hp.hpl.jena.shared.PrefixMapping pm

Class vs.plotagent.ui.StatusChangedEvent extends StoryAgentEvent implements Serializable

Serialized Fields

m_status

int m_status

Package vs.rationalagent

Class vs.rationalagent.RationalAgent extends jade.gui.GuiAgent implements Serializable

Serialized Fields

m_worldKnowledge

PrologKB m_worldKnowledge

m_Codec

jade.content.lang.Codec m_Codec

m_Ontology

jade.content.onto.Ontology m_Ontology

m_currDomain

StoryDomain m_currDomain

m_eventListeners

java.util.Set<E> m_eventListeners

cidBase

java.lang.String cidBase

m_TracerAID

jade.core.AID m_TracerAID

m_SnifferAID

jade.core.AID m_SnifferAID

logger

java.util.logging.Logger logger

Package vs.rationalagent.behaviour

Class vs.rationalagent.behaviour.AnswerQueryBehaviour extends jade.core.behaviours.OneShotBehaviour implements Serializable

serialVersionUID: 1536550106438684912L

Serialized Fields

m_gui

RationalAgentGui m_gui

m_answers

java.util.Hashtable<K,V>[] m_answers

Class vs.rationalagent.behaviour.InformReceiver extends jade.core.behaviours.CyclicBehaviour implements Serializable

Serialized Fields

template

jade.lang.acl.MessageTemplate template

logger

java.util.logging.Logger logger

Class vs.rationalagent.behaviour.ReceiveBehaviour extends jade.core.behaviours.SimpleBehaviour implements Serializable

Serialized Fields

template

jade.lang.acl.MessageTemplate template
Deprecated. 

timeOut

long timeOut
Deprecated. 

wakeupTime

long wakeupTime
Deprecated. 

finished

boolean finished
Deprecated. 

msg

jade.lang.acl.ACLMessage msg
Deprecated. 

logger

java.util.logging.Logger logger
Deprecated. 

Class vs.rationalagent.behaviour.RegisterBehaviour extends jade.core.behaviours.OneShotBehaviour implements Serializable

serialVersionUID: 7604969547785089939L

Serialized Fields

m_serviceType

java.lang.String m_serviceType

Class vs.rationalagent.behaviour.SendInformBehaviour extends jade.core.behaviours.OneShotBehaviour implements Serializable

serialVersionUID: -5450755780589217811L

Serialized Fields

m_content

jade.content.ContentElement m_content

m_target

jade.core.AID[] m_target

logger

java.util.logging.Logger logger

Class vs.rationalagent.behaviour.SendMessageBehaviour extends jade.core.behaviours.OneShotBehaviour implements Serializable

Serialized Fields

logger

java.util.logging.Logger logger

message

jade.lang.acl.ACLMessage message

Class vs.rationalagent.behaviour.TraceBehaviour extends jade.core.behaviours.OneShotBehaviour implements Serializable

serialVersionUID: 5395094810181986387L

Serialized Fields

m_rationalAgent

IRationalAgent m_rationalAgent

m_verbosity

int m_verbosity

m_depth

int m_depth

m_message

java.lang.String m_message

Package vs.rationalagent.ui

Class vs.rationalagent.ui.RationalAgentGui extends javax.swing.JFrame implements Serializable

serialVersionUID: -5524822911782233318L

Serialized Fields

myAgent

RationalAgent myAgent

m_commands

java.util.Map<K,V> m_commands

m_cmdField

javax.swing.JTextField m_cmdField

m_consoleArea

javax.swing.JTextArea m_consoleArea

m_tabPane

javax.swing.JTabbedPane m_tabPane

m_consoleScrollPane

javax.swing.JScrollPane m_consoleScrollPane

menuBar

javax.swing.JMenuBar menuBar

menu_File

javax.swing.JMenu menu_File

menu_KB

javax.swing.JMenu menu_KB

menu_Debug

javax.swing.JMenu menu_Debug

menuItem_File_Exit

javax.swing.JMenuItem menuItem_File_Exit

menuItem_KB_Save

javax.swing.JMenuItem menuItem_KB_Save

menuItem_KB_Clear

javax.swing.JMenuItem menuItem_KB_Clear

menuItem_KB_Load

javax.swing.JMenuItem menuItem_KB_Load

menuItem_KB_Consult

javax.swing.JMenuItem menuItem_KB_Consult

menuItem_KB_Test

javax.swing.JMenuItem menuItem_KB_Test

menuItem_KB_LoadKifRules

javax.swing.JMenuItem menuItem_KB_LoadKifRules

m_consolePanel

javax.swing.JPanel m_consolePanel

m_controlPanel

javax.swing.JPanel m_controlPanel

logger

java.util.logging.Logger logger

Class vs.rationalagent.ui.RationalAgentGui.ExtendedAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: -3297806278450601544L

Class vs.rationalagent.ui.StoryAgentEvent extends java.util.EventObject implements Serializable

Class vs.rationalagent.ui.UpdateablePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

refreshButton

javax.swing.JButton refreshButton

buttonPanel

javax.swing.JPanel buttonPanel

m_content

java.awt.Component m_content

m_name

java.lang.String m_name

nameLabel

javax.swing.JLabel nameLabel

Package vs.tracer

Class vs.tracer.TracerAgent extends jade.gui.GuiAgent implements Serializable

serialVersionUID: -67964627327157007L

Serialized Fields

m_traceDepth

int m_traceDepth

m_verbosityLevel

int m_verbosityLevel

m_Codec

jade.content.lang.Codec m_Codec

m_Ontology

jade.content.onto.Ontology m_Ontology

Class vs.tracer.TracerAgentGui extends javax.swing.JFrame implements Serializable

serialVersionUID: -7468327446909264231L

Serialized Fields

m_Tracer

TracerAgent m_Tracer

m_cmdField

javax.swing.JTextField m_cmdField

m_consoleArea

javax.swing.JTextArea m_consoleArea

m_consoleScrollPane

javax.swing.JScrollPane m_consoleScrollPane

menuBar

javax.swing.JMenuBar menuBar

menu_File

javax.swing.JMenu menu_File

menuItem_File_Exit

javax.swing.JMenuItem menuItem_File_Exit

m_consolePanel

javax.swing.JPanel m_consolePanel

Class vs.tracer.TracerReceiveBehaviour extends jade.core.behaviours.CyclicBehaviour implements Serializable

serialVersionUID: -1750283467347785195L


Package vs.worldagent

Class vs.worldagent.BasicWorldAgent extends RationalAgent implements Serializable

serialVersionUID: 4813118502761861507L

Serialized Fields

m_PlotAgent

jade.core.AID m_PlotAgent

m_time

int m_time

m_operatorScheduler

IOperatorScheduler m_operatorScheduler

logger

java.util.logging.Logger logger

Package vs.worldagent.behaviour

Class vs.worldagent.behaviour.ReceiveInformBehaviour extends InformReceiver implements Serializable

serialVersionUID: 4287807288946992460L

Serialized Fields

logger

java.util.logging.Logger logger

Class vs.worldagent.behaviour.RequestResponderBehaviour extends jade.proto.AchieveREResponder implements Serializable

serialVersionUID: -6472195387066178022L

Serialized Fields

logger

java.util.logging.Logger logger

Package vs.worldagent.ui

Class vs.worldagent.ui.OperatorsChangedEvent extends StoryAgentEvent implements Serializable

Class vs.worldagent.ui.WorldAgentGui extends RationalAgentGui implements Serializable

serialVersionUID: 4336263640707024737L

Serialized Fields

logger

java.util.logging.Logger logger

m_infoArea

javax.swing.JTextArea m_infoArea

m_infoScrollPane

javax.swing.JScrollPane m_infoScrollPane

m_statusBar

javax.swing.JLabel m_statusBar

menu_WA

javax.swing.JMenu menu_WA

menuItem_WA_Graph

javax.swing.JMenuItem menuItem_WA_Graph

m_operatorPanel

javax.swing.JPanel m_operatorPanel

m_operatorScrollPane

javax.swing.JScrollPane m_operatorScrollPane

rowStatus

java.util.HashMap<K,V> rowStatus