se.sics.tasim.is
Class AgentInfo

java.lang.Object
  extended by se.sics.tasim.is.AgentInfo

public class AgentInfo
extends java.lang.Object


Constructor Summary
AgentInfo(java.lang.String name, java.lang.String password, int id, int parentID)
           
 
Method Summary
 int getID()
           
 java.lang.String getName()
           
 int getParent()
           
 java.lang.String getPassword()
           
 boolean hasParent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentInfo

public AgentInfo(java.lang.String name,
                 java.lang.String password,
                 int id,
                 int parentID)
Method Detail

getID

public int getID()

hasParent

public boolean hasParent()

getParent

public int getParent()

getName

public java.lang.String getName()

getPassword

public java.lang.String getPassword()


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