Class ail.Resource
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ail.Resource

Object
   |
   +----ail.Resource

public class Resource
extends Object

Variable Index

 o expands
Does this resource attempt to expand itself?
 o history
Some agents (err, programmers) may want to have their agents look at the history of a resource in a region to analyze whether it should stay there or move on...
 o level
Amount of a resource in a particular landscape
 o obstruction
Is the resource obstructed in someway? i.e.

Constructor Index

 o ail.Resource()

Variables

 o expands
public boolean expands
Does this resource attempt to expand itself?

 o history
public ail.Resource[] history
Some agents (err, programmers) may want to have their agents look at the history of a resource in a region to analyze whether it should stay there or move on...

 o level
public int level
Amount of a resource in a particular landscape

 o obstruction
public int obstruction
Is the resource obstructed in someway? i.e. there, but can't currently get to it

Constructors

 o Resource
public Resource()

All Packages  Class Hierarchy  This Package  Previous  Next  Index