|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ix.ispace.Capability
public abstract class Capability
Represents something an agent is able to do.
Constructor Summary | |
---|---|
Capability()
|
Method Summary | |
---|---|
abstract boolean |
subsumes(Capability required)
Returns true iff this capability is at least as good as a required capability. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Capability()
Method Detail |
---|
public abstract boolean subsumes(Capability required)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |