Interface ail.Landscape
All Packages Class Hierarchy This Package Previous Next Index
Interface ail.Landscape
- public interface Landscape
-
getAgents()
- Gets the agents within a particular spot
-
getResources()
- Gets the resources within a particular spot
getAgents
public abstract ail.Agent[] getAgents()
- Gets the agents within a particular spot
getResources
public abstract ail.Resource getResources()
- Gets the resources within a particular spot
All Packages Class Hierarchy This Package Previous Next Index