Package astra.statement
Class BeliefUpdate
java.lang.Object
astra.core.AbstractElement
astra.statement.AbstractStatement
astra.statement.BeliefUpdate
- All Implemented Interfaces:
Statement
public class BeliefUpdate extends AbstractStatement
-
Field Summary
-
Constructor Summary
Constructors Constructor Description BeliefUpdate(char op, Predicate predicate)BeliefUpdate(char op, String clazz, int[] data, Predicate predicate) -
Method Summary
Modifier and Type Method Description StatementHandlergetStatementHandler()Methods inherited from class astra.core.AbstractElement
beginLine, endLine, getASTRAClass, isLinkedToSource, setLocationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface astra.statement.Statement
beginLine, endLine, getASTRAClass, isLinkedToSource
-
Field Details
-
ADDITION
public static final char ADDITION- See Also:
- Constant Field Values
-
DELETION
public static final char DELETION- See Also:
- Constant Field Values
-
-
Constructor Details
-
Method Details