org.dyndns.hentschel.openArena.application
Class ArenaAgent

java.lang.Object
  |
  +--org.dyndns.hentschel.openArena.application.ArenaAgent

public class ArenaAgent
extends java.lang.Object


Field Summary
private  openArena.Agent agent
           
private  int generation
           
 
Constructor Summary
ArenaAgent(openArena.Agent agent, int generation)
          Creates a new instance of ArenaAgent
 
Method Summary
 int getGeneration()
           
 java.lang.String getRasse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

agent

private openArena.Agent agent

generation

private int generation
Constructor Detail

ArenaAgent

public ArenaAgent(openArena.Agent agent,
                  int generation)
Creates a new instance of ArenaAgent

Method Detail

getGeneration

public int getGeneration()

getRasse

public java.lang.String getRasse()