org.rdtdm
Class Twice

java.lang.Object
  |
  +--org.rdtdm.Main
        |
        +--org.rdtdm.Twice

public class Twice
extends Main

Twice



Copyright (c) 2001 by Dirk Münstermann
All Rights Reserved

Version:
$Revision:$ ($Date:$)
Changelog:
 $Log:$
 


Author:
Dirk Münstermann

Field Summary
private  boolean addlistener
           
private  java.util.Collection tospecialrules
           
private  ToSpecialListener tsl
           
 
Fields inherited from class org.rdtdm.Main
acceptcrit, feeder, mapper, params, pruningcrit, rdtdb, rms, target, ts, xmlinit
 
Constructor Summary
Twice()
           
 
Method Summary
protected  void initRDT()
           
static void main(java.lang.String[] args)
           
private  boolean prepare()
           
private  void printToSpecialRules()
           
protected  void startRDT()
           
 
Methods inherited from class org.rdtdm.Main
doneRDT, init, initCrits, initDB, initMaps, initRMs, initSearchSpace, initTarget, initXML, isEnvOk, isPropertiesOk, isSwitch, printActiveParams, printParams, printProperties, printProperty, printResults, start, usage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tospecialrules

private java.util.Collection tospecialrules

tsl

private ToSpecialListener tsl

addlistener

private boolean addlistener
Constructor Detail

Twice

public Twice()
Method Detail

printToSpecialRules

private void printToSpecialRules()

initRDT

protected void initRDT()
                throws java.lang.Exception
Overrides:
initRDT in class Main
java.lang.Exception

prepare

private boolean prepare()
                 throws java.lang.Exception
java.lang.Exception

startRDT

protected void startRDT()
                 throws java.lang.Exception
Overrides:
startRDT in class Main
java.lang.Exception

main

public static void main(java.lang.String[] args)