com.anji.run
Class Representation

java.lang.Object
  extended bycom.anji.run.Representation

public class Representation
extends java.lang.Object

Hibernate-able run object.

Author:
Philip Tucker

Constructor Summary
Representation(java.lang.String aName)
           
 
Method Summary
 void addDomain(Domain aDomain)
          Add new domain to representation.
 void addPopulation(Population aPopulation)
          Add new population to representation.
 java.util.Set getDomains()
           
 java.lang.String getName()
           
 java.util.Set getPopulations()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Representation

public Representation(java.lang.String aName)
Parameters:
aName -
Method Detail

addPopulation

public void addPopulation(Population aPopulation)
Add new population to representation.

Parameters:
aPopulation -

addDomain

public void addDomain(Domain aDomain)
Add new domain to representation.

Parameters:
aDomain -

toString

public java.lang.String toString()
See Also:
Object.toString()

getName

public java.lang.String getName()
Returns:
unique run ID

getPopulations

public java.util.Set getPopulations()
Returns:
Set contains Population objects

getDomains

public java.util.Set getDomains()
Returns:
domains