pt.uminho.anote2.aibench.resources.operations.dics
Class UploadDicionary

java.lang.Object
  extended by pt.uminho.anote2.aibench.resources.operations.dics.UploadDicionary

@Operation(enabled=false)
public class UploadDicionary
extends java.lang.Object


Constructor Summary
UploadDicionary()
           
 
Method Summary
 void cancel()
           
 void getFilePath(java.lang.String filepath)
           
 TimeLeftProgress getProgress()
           
 void setDicionaries(DictionaryAibench dic)
           
 void setEntity(java.lang.String entity)
           
 void setOrganism(java.util.Properties properties)
           
 void setSource(java.lang.String source)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UploadDicionary

public UploadDicionary()
Method Detail

getProgress

@Progress
public TimeLeftProgress getProgress()

cancel

@Cancel
public void cancel()

setDicionaries

@Port(name="dictionary",
      direction=INPUT,
      order=1)
public void setDicionaries(DictionaryAibench dic)

setSource

@Port(name="source",
      direction=INPUT,
      order=2)
public void setSource(java.lang.String source)

setEntity

@Port(name="entity",
      direction=INPUT,
      order=3)
public void setEntity(java.lang.String entity)

setOrganism

@Port(name="organism",
      direction=INPUT,
      order=4)
public void setOrganism(java.util.Properties properties)

getFilePath

@Port(name="filepath",
      direction=INPUT,
      order=5)
public void getFilePath(java.lang.String filepath)
                 throws java.io.IOException
Throws:
java.io.IOException