se.sics.tasim.logtool
Class ParticipantInfo

java.lang.Object
  extended by se.sics.tasim.logtool.ParticipantInfo

public class ParticipantInfo
extends java.lang.Object

Utility for parsing server logs (not used by the AgentWare).


Constructor Summary
ParticipantInfo(int index, java.lang.String address, int id, java.lang.String name, int role)
           
 
Method Summary
 java.lang.String getAddress()
           
 int getIndex()
           
 java.lang.String getName()
           
 int getRole()
           
 int getUserID()
           
 boolean isBuiltinAgent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParticipantInfo

public ParticipantInfo(int index,
                       java.lang.String address,
                       int id,
                       java.lang.String name,
                       int role)
Method Detail

getIndex

public int getIndex()

getAddress

public java.lang.String getAddress()

getName

public java.lang.String getName()

isBuiltinAgent

public boolean isBuiltinAgent()

getUserID

public int getUserID()

getRole

public int getRole()


Copyright © 2007-2009 Association for Trading Agent Research. All Rights Reserved.