org.genepi.means
Class RepostHypothesis

java.lang.Object
  extended by org.genepi.Task
      extended by org.genepi.means.RepostHypothesis

public class RepostHypothesis
extends Task


Field Summary
 
Fields inherited from class org.genepi.Task
inputs, outputs
 
Constructor Summary
RepostHypothesis()
           
 
Method Summary
 void attrDomain(java.lang.String d)
           
 void attrList(java.lang.String dl)
           
 void execute()
          Implementation du comportement du moyen.
 
Methods inherited from class org.genepi.Task
afterExec, beforeExec, flush, getConfiguration, getInputs, getOutputs, getOwningKS, message, process, setConfiguration, setInputs, setOwningKS
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepostHypothesis

public RepostHypothesis()
Method Detail

attrDomain

public void attrDomain(java.lang.String d)

attrList

public void attrList(java.lang.String dl)

execute

public void execute()
Description copied from class: Task
Implementation du comportement du moyen.

Specified by:
execute in class Task