Deprecated API

Deprecated Classes
fipaos.agent.conversation.content.Content
          Content objects should be avoided - please use XML Databinding instead 
fipaos.agent.conversation.content.ContentUtil
          Content objects should be avoided - please use XML Databinding instead 
fipaos.agent.conversation.content.ContentValue
          Content objects should be avoided - please use XML Databinding instead 
fipaos.parser.rdf.RDFContentHandler
          Content objects should be avoided - please use XML Databinding instead 
fipaos.parser.xml.XMLContentHandler
          Content objects should be avoided - please use XML Databinding instead 
 

Deprecated Methods
fipaos.parser.acl.string.ASCII_CharStream.getColumn()
            
fipaos.parser.aid.ASCII_CharStream.getColumn()
            
fipaos.parser.sl.ASCII_CharStream.getColumn()
            
fipaos.parser.sl0.ASCII_CharStream.getColumn()
            
fipaos.parser.acl.ACLMessage.getEnvelope()
          This method is no longer supported - please use the Envelope class instead 
fipaos.agent.conversation.lightweight.LightweightConversationImpl.getFilledInMessage()
          The ACL object should be used in favour of the ACLMessage object, hence the getFilledInACL() should be used in preference to this 
fipaos.parser.acl.string.ASCII_CharStream.getLine()
            
fipaos.parser.aid.ASCII_CharStream.getLine()
            
fipaos.parser.sl.ASCII_CharStream.getLine()
            
fipaos.parser.sl0.ASCII_CharStream.getLine()
            
fipaos.agent.conversation.standard.ConversationImpl.getMessage(int)
          The ACLMessage object is no longer supported - please use the getACL() and getEnvelope() methods instead 
fipaos.parser.acl.ACLMessage.getMessageType()
          Please use getPerformative() in preference to this 
fipaos.agent.task.DFSearchTask.searchDF(DFAgentDescription)
          Please use this task as a sub-task, rather than directly invoking methods on it. 
fipaos.agent.task.DFSearchTask.searchDF(DFAgentDescription, boolean)
          Please use this task as a sub-task, rather than directly invoking methods on it. 
fipaos.agent.task.DFSearchTask.searchDF(DFAgentDescription, SearchConstraints)
          Please use this task as a sub-task, rather than directly invoking methods on it. 
fipaos.agent.task.DFSearchTask.searchDF(String, DFAgentDescription, boolean)
          Please use this task as a sub-task, rather than directly invoking methods on it. 
fipaos.agent.task.DFSearchTask.searchDF(String, DFAgentDescription, SearchConstraints, boolean)
          Please use this task as a sub-task, rather than directly invoking methods on it. 
fipaos.parser.acl.ACLMessage.setMessageType(String)
          Please use setPerformative() in preference to this 
 

Deprecated Constructors
fipaos.ont.fipa.ACL(ACL)
          Please use clone() instead 
fipaos.ont.fipa.fipaman.AgentID(AgentID)
          Please use clone() instead 
fipaos.ont.fipa.fipaman.Envelope(Envelope)
          Please use clone() instead 
fipaos.mts.Message(Message)
          Use the clone() method instead 
fipaos.agent.task.Task(FIPAOSAgent, TaskManager)
          This constructor is no longer supported. Use the no-argument constructor from sub-classes, and initialise using the newTask() method of the parent Task or TaskManager. 
fipaos.agent.task.Task(FIPAOSAgent, TaskManager, String)
          This constructor is no longer supported. Use the no-argument constructor from sub-classes, and initialise using the newTask() method of the parent Task or TaskManager. 
fipaos.util.URL(URL)
          Please use clone() instead