com.agentfactory.logic.support
Class Support

java.lang.Object
  extended by com.agentfactory.logic.support.Support

public class Support
extends java.lang.Object


Constructor Summary
Support()
           
 
Method Summary
static com.agentfactory.platform.core.AgentID convert(FOS fos)
          Constructor that takes input in FOS form.
static java.lang.String convertToFIPASL0(FOS fos)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Support

public Support()
Method Detail

convert

public static com.agentfactory.platform.core.AgentID convert(FOS fos)
Constructor that takes input in FOS form. Input should conform to: agentID(name, addresses(?addr1, ?addr2, ...), resolvers(?res1, ?res2, ...)) The resolvers part of the agentID is optional.

Parameters:
fos - the FOS object to be parsed.

convertToFIPASL0

public static java.lang.String convertToFIPASL0(FOS fos)