pt.uminho.anote2.aibench.publicationmanager.operations
Class AddPublicationToQueryOperation

java.lang.Object
  extended by pt.uminho.anote2.aibench.publicationmanager.operations.AddPublicationToQueryOperation

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


Constructor Summary
AddPublicationToQueryOperation()
           
 
Method Summary
 void getFile(java.io.File file)
           
 void getPub(java.util.List pub)
          This is an object and not a IPublication because AIbench not permits remove links for Dataypes that don´t have depencecies
 void getQuery(QueryInformationRetrievalExtension query)
           
 void getRelevance(java.lang.String relavance)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddPublicationToQueryOperation

public AddPublicationToQueryOperation()
Method Detail

getQuery

@Port(name="Query",
      direction=INPUT,
      order=1)
public void getQuery(QueryInformationRetrievalExtension query)

getPub

@Port(name="Pub",
      direction=INPUT,
      order=2)
public void getPub(java.util.List pub)
This is an object and not a IPublication because AIbench not permits remove links for Dataypes that don´t have depencecies

Parameters:
pub -

getFile

@Port(name="File",
      direction=INPUT,
      order=3)
public void getFile(java.io.File file)

getRelevance

@Port(name="Relevance",
      direction=INPUT,
      order=4)
public void getRelevance(java.lang.String relavance)