public class CreatureActionComparator
extends java.lang.Object
implements java.util.Comparator
Modifier and Type | Field and Description |
---|---|
protected jadex.extension.envsupport.environment.IEnvironmentSpace |
space
The space.
|
Constructor and Description |
---|
CreatureActionComparator(jadex.extension.envsupport.environment.IEnvironmentSpace space)
Create a new creature action comparator.
|
Modifier and Type | Method and Description |
---|---|
int |
compare(java.lang.Object obj1,
java.lang.Object obj2)
Return a negative number when the first action should be executed before the second.
|