Package microsim.agent
Interface Weight
public interface Weight
An interface to implement when using JAS-mine classes that depend on agents that have weights.
-
Method Summary
-
Method Details
-
getWeight
double getWeight()- Returns:
- the weight of an object, must be positive only.
-