modelling
Class ModelOperation

java.lang.Object
  extended by control.Operation
      extended by modelling.ModelOperation
Direct Known Subclasses:
Fiti

public abstract class ModelOperation
extends Operation

Abstract class implementing a modelling operation.

Author:
Kjell-Inge Skogstad and Trond Řivind Eriksen

Constructor Summary
ModelOperation()
           
 
Method Summary
abstract  void printResults()
          Methodd for outputting the result of the operation.
 
Methods inherited from class control.Operation
getLogResult, getProperties, performOperation, setLogResult, setProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelOperation

public ModelOperation()
Method Detail

printResults

public abstract void printResults()
Methodd for outputting the result of the operation.