Package jason.asSemantics
Class IMCondition
java.lang.Object
jason.asSemantics.IMCondition
- All Implemented Interfaces:
java.io.Serializable
public abstract class IMCondition
extends java.lang.Object
implements java.io.Serializable
Used to generalise dropIM (in Intention)
- Author:
- jomi
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description IMCondition()
-
Method Summary
Modifier and Type Method Description abstract Trigger
getTrigger()
boolean
test(IntendedMeans im, Unifier u)
abstract boolean
test(Trigger t, Unifier u)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
IMCondition
public IMCondition()
-
-
Method Details
-
test
-
test
-
getTrigger
-