org.genepi.means
Class SIMIResolver

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

public class SIMIResolver
extends Task


Field Summary
 
Fields inherited from class org.genepi.Task
inputs, outputs
 
Constructor Summary
SIMIResolver()
           
 
Method Summary
 void attrCovmin(java.lang.String h)
           
 void attrIdentity(java.lang.String h)
           
 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

SIMIResolver

public SIMIResolver()
Method Detail

attrIdentity

public void attrIdentity(java.lang.String h)

attrCovmin

public void attrCovmin(java.lang.String h)

execute

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

Specified by:
execute in class Task
Throws:
MeanException