zeus.concepts
Class SL_Util

java.lang.Object
  extended byzeus.concepts.SL_Util

public class SL_Util
extends java.lang.Object

provide some commonly used functors to do formatting.

Version:
Author:
Simon Thomposon

Constructor Summary
SL_Util()
           
 
Method Summary
static java.lang.String makeAddressString(AbsPrimitive name, AbsAggregate addresses)
          used to turn a name and a set of addresses into a fipa agentid string
static java.lang.String makeSet(java.lang.String name, java.util.Vector members)
          makeSet is used to convert the vectors full of data into SL formatted strings
static java.util.Vector makeVector(AbsAggregate aggr)
          turn AbsAggregate into a Vector
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SL_Util

public SL_Util()
Method Detail

makeVector

public static java.util.Vector makeVector(AbsAggregate aggr)
turn AbsAggregate into a Vector


makeAddressString

public static java.lang.String makeAddressString(AbsPrimitive name,
                                                 AbsAggregate addresses)
used to turn a name and a set of addresses into a fipa agentid string


makeSet

public static java.lang.String makeSet(java.lang.String name,
                                       java.util.Vector members)
makeSet is used to convert the vectors full of data into SL formatted strings



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