proper.engine
Class ReMilker

java.lang.Object
  extended by proper.core.ProperObject
      extended by proper.engine.Engine
          extended by proper.engine.DatabaseEngine
              extended by proper.engine.ReMilker
All Implemented Interfaces:
ProperInterface

public class ReMilker
extends DatabaseEngine

This class combines the aggregation from MILK and RELAGGS.

Version:
$Revision: 1.3 $
Author:
FracPete

Field Summary
static java.lang.String PREFIX_MILK
          prefix for the MILK columns
static java.lang.String PREFIX_RELAGGS
          prefix for the RELAGGS columns
 
Fields inherited from interface proper.core.ProperInterface
VERSION
 
Constructor Summary
ReMilker()
          initializes the object
 
Method Summary
 boolean execute()
          combines the propositionalized data from MILK and RELAGGS
 
Methods inherited from class proper.engine.Engine
clear, copyParameter, exists, getParameter, getParameters, getStringParameter, setParameter, setParameters, toString, valueEquals
 
Methods inherited from class proper.core.ProperObject
addListener, addOutput, classInVerbose, debugprint, debugprint, debugprint, debugprint, debugprintln, debugprintln, debugprintln, debugprintln, debugprintln, getListeners, getRuntime, getVerbose, getVerboseLevel, getVerboseLevelForClass, getVerboseString, getVerboseStringForClass, notifyListener, notifyListeners, print, print, print, print, println, println, println, println, println, printMemory, removeListener, setOutput, setVerbose, setVerboseLevel, setVerboseString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PREFIX_MILK

public static final java.lang.String PREFIX_MILK
prefix for the MILK columns

See Also:
Constant Field Values

PREFIX_RELAGGS

public static final java.lang.String PREFIX_RELAGGS
prefix for the RELAGGS columns

See Also:
Constant Field Values
Constructor Detail

ReMilker

public ReMilker()
initializes the object

Method Detail

execute

public boolean execute()
combines the propositionalized data from MILK and RELAGGS

Overrides:
execute in class Engine