pt.uminho.anote2.aibench.publicationmanager.operations
Class AddPublicationToQueryOperation
java.lang.Object
pt.uminho.anote2.aibench.publicationmanager.operations.AddPublicationToQueryOperation
@Operation(enabled=false)
public class AddPublicationToQueryOperation
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddPublicationToQueryOperation
public AddPublicationToQueryOperation()
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)