metaglue
Class AgentDefInfo

java.lang.Object
  |
  +--metaglue.AgentDefInfo

public class AgentDefInfo
extends Object
implements Iconizable, Serializable

See Also:
Serialized Form

Constructor Summary
AgentDefInfo(String occupation, String location)
           
 
Method Summary
 String getLocation()
           
 String getName()
           
 String getOccupation()
           
 String getPackage()
           
 Icon toIcon(String label)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AgentDefInfo

public AgentDefInfo(String occupation,
                    String location)
Method Detail

getOccupation

public String getOccupation()

getLocation

public String getLocation()

getPackage

public String getPackage()

getName

public String getName()

toString

public String toString()
Overrides:
toString in class Object

toIcon

public Icon toIcon(String label)
Specified by:
toIcon in interface Iconizable