(analysis-results :name <fixture plan name> :results
(<stability> <minimum> [<redundant>]*)):
Sent from FDATAgent to ClientAgent.
Copyright (c) 1995, H. Robert Frost, Stanford University.
All rights reserved.
Copyright (c) 1996, H. Robert Frost, Enterprise Integration Technologies,
Inc. All rights reserved.
RESTRICTED RIGHTS LEGEND: Use, duplication or disclosure by the
Government is subject to restrictions as set forth in
subparagraph(c)(1)(ii) of the Rights in Technical Data and Computer
Software clause at DFARS 252.227-7013 and in similar clauses in the
FAR and NASA FAR supplement.
This software is bound by the terms and conditions listed in the
attached LICENSE file.
-
FDATInterpreter()
-
-
addModelsAction(KQMLmessage, Agent)
- Received by the FDATAgent, adds a set of models.
-
askModelsAction(KQMLmessage, Agent)
- Returns a list of example models.
-
interpretLanguage(KQMLmessage, Agent, Language)
- Handles a received message which references the "FDAT"
Interpreter.
-
submitAction(KQMLmessage, Agent)
- A ClientAgent is submitting a set of fixels to the FDATAgent for
analysis.
-
tellModelsAction(KQMLmessage, Agent)
- Received by a ClientAgent, contains a listing of models.
FDATInterpreter
public FDATInterpreter()
interpretLanguage
protected void interpretLanguage(KQMLmessage message,
Agent receiver,
Language language) throws InterpretationException
- Handles a received message which references the "FDAT"
Interpreter.
- Parameters:
- message - Message which needs to be interpreted.
- receiver - Agent who received the message.
- language - Instance of Language which represents the message
contents.
- Overrides:
- interpretLanguage in class Interpreter
addModelsAction
protected void addModelsAction(KQMLmessage message,
Agent parent)
- Received by the FDATAgent, adds a set of models.
- Parameters:
- message - Original KQMLmessage received.
- parent - Agent which received the message.
askModelsAction
protected void askModelsAction(KQMLmessage message,
Agent parent)
- Returns a list of example models.
- Parameters:
- message - Original KQMLmessage received.
- parent - Agent which received the message.
tellModelsAction
protected void tellModelsAction(KQMLmessage message,
Agent parent)
- Received by a ClientAgent, contains a listing of models.
- Parameters:
- message - Original KQMLmessage received.
- parent - Agent which received the message.
submitAction
protected void submitAction(KQMLmessage message,
Agent parent)
- A ClientAgent is submitting a set of fixels to the FDATAgent for
analysis.
- Parameters:
- message - Original KQMLmessage received.
- parent - Agent which received the message.
All Packages Class Hierarchy This Package Previous Next Index