zeus.concepts
Class FIPA_DF_Management_Content

java.lang.Object
  extended byzeus.concepts.FIPA_DF_Management_Content

public class FIPA_DF_Management_Content
extends java.lang.Object

this class is used to construct and store content if the FIPA Agent Management ontology that is either to be passed to, or from the DF


Field Summary
private  java.lang.String action
           
private  java.lang.String context
           
private  FIPA_AID_Address implementor
           
private  java.lang.String outputType
           
private  java.lang.String result
           
private  DF_Description subject
           
private  boolean type
           
 
Constructor Summary
FIPA_DF_Management_Content()
           
 
Method Summary
 void debug(java.lang.String str)
           
 java.lang.String getAction()
          provides debug access to the values
 FIPA_AID_Address getAddress()
           
 java.lang.String getContext()
          provides debug access to the values
 DF_Description getDescription()
           
 java.lang.String getImplementor()
          provides debug access to the values
 java.lang.String getOutputType()
          provides debug access to the values
 java.lang.String getResult()
          provides debug access to the values
 java.lang.String getSubject()
          provides debug access to the values
 java.lang.String getSubjectName()
           
 java.lang.String getType()
          provides debug access to the values
 void setAction(java.lang.String act)
          ie. register...
 void setContext(java.lang.String context)
           
 void setImplementor(FIPA_AID_Address addr)
          use this to set the name of the agent that is expected to carry out the action
 void setOutputType(java.lang.String outType)
           
 void setResult(boolean res)
          if this passed back as a result of a request then it might be "true" or "false" or some more meaningful string
 void setResult(java.lang.String val)
          if this passed back as a result of a request then it might be "true" or "false" or some more meaningful string
 void setSubject(DF_Description desc)
          this is used to set the df-agent-description element of the management content
 void setType(boolean in)
          I can't remember what this is for
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

implementor

private FIPA_AID_Address implementor

subject

private DF_Description subject

type

private boolean type

action

private java.lang.String action

result

private java.lang.String result

context

private java.lang.String context

outputType

private java.lang.String outputType
Constructor Detail

FIPA_DF_Management_Content

public FIPA_DF_Management_Content()
Method Detail

getSubjectName

public java.lang.String getSubjectName()

getImplementor

public java.lang.String getImplementor()
provides debug access to the values


getSubject

public java.lang.String getSubject()
provides debug access to the values


getAction

public java.lang.String getAction()
provides debug access to the values


getType

public java.lang.String getType()
provides debug access to the values


getResult

public java.lang.String getResult()
provides debug access to the values


getContext

public java.lang.String getContext()
provides debug access to the values


getOutputType

public java.lang.String getOutputType()
provides debug access to the values


getDescription

public DF_Description getDescription()

getAddress

public FIPA_AID_Address getAddress()

setContext

public void setContext(java.lang.String context)

setImplementor

public void setImplementor(FIPA_AID_Address addr)
use this to set the name of the agent that is expected to carry out the action


setSubject

public void setSubject(DF_Description desc)
this is used to set the df-agent-description element of the management content


setType

public void setType(boolean in)
I can't remember what this is for


setAction

public void setAction(java.lang.String act)
ie. register...


setResult

public void setResult(java.lang.String val)
if this passed back as a result of a request then it might be "true" or "false" or some more meaningful string


setResult

public void setResult(boolean res)
if this passed back as a result of a request then it might be "true" or "false" or some more meaningful string


setOutputType

public void setOutputType(java.lang.String outType)

toString

public java.lang.String toString()

debug

public void debug(java.lang.String str)


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