Package astra.tr
Class AbstractAction
java.lang.Object
astra.tr.AbstractAction
- All Implemented Interfaces:
Action
- Direct Known Subclasses:
CompositeAction,FunctionCall,ModuleAction,TRBeliefUpdate,TRStopAction
public abstract class AbstractAction extends Object implements Action
-
Constructor Summary
Constructors Constructor Description AbstractAction() -
Method Summary
Modifier and Type Method Description intbeginLine()StringgetASTRAClass()booleanisLinkedToSource()voidsetLocation(String clazz, int beginLine, int beginColumn, int endLine, int endColumn)
-
Constructor Details
-
AbstractAction
public AbstractAction()
-
-
Method Details
-
setLocation
-
beginLine
public int beginLine() -
getASTRAClass
-
isLinkedToSource
public boolean isLinkedToSource()- Specified by:
isLinkedToSourcein interfaceAction
-