|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcontrol.Operation
public abstract class Operation
Abstract class representing an operation in the temporal text mining process. All operations must extend this class.
Constructor Summary | |
---|---|
Operation()
|
Method Summary | |
---|---|
boolean |
getLogResult()
Method for getting wether the result of the operation should be logged. |
abstract java.util.ArrayList |
getProperties()
Method for getting the properties used in the operation. |
abstract void |
performOperation(DataSet dataSet)
Method performing the operation. |
void |
setLogResult(boolean logResult)
Method for setting wether the result of the operation should be logged. |
abstract void |
setProperties(java.util.ArrayList properties)
Method for setting the properties used in the operation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Operation()
Method Detail |
---|
public void setLogResult(boolean logResult)
logResult
- True if loggingpublic boolean getLogResult()
public abstract void performOperation(DataSet dataSet)
dataSet
- The datasetpublic abstract java.util.ArrayList getProperties()
public abstract void setProperties(java.util.ArrayList properties)
properties
- List of properties
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |