fr.dyade.aaa.agent
Class StringId

java.lang.Object
  extended byfr.dyade.aaa.agent.StringId

public final class StringId
extends java.lang.Object


Constructor Summary
StringId()
           
 
Method Summary
static java.lang.String toStringId(char label, char sep, int x, int y, int z)
          Returns a string representation of id: label + x + sep + y + sep + z.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringId

public StringId()
Method Detail

toStringId

public static final java.lang.String toStringId(char label,
                                                char sep,
                                                int x,
                                                int y,
                                                int z)
Returns a string representation of id: label + x + sep + y + sep + z. At least x must be provided and higher or equal to 0, if y or z are less than 0 they are ignored.



Copyright ? 2004 Scalagent - All rights reserved