it.polito.elite.doseWS.agency.behaviours
Class CheckAnnotationBaseWeakConcepts

java.lang.Object
  extended byjade.core.behaviours.Behaviour
      extended byjade.core.behaviours.SimpleBehaviour
          extended byjade.core.behaviours.OneShotBehaviour
              extended byit.polito.elite.doseWS.agency.behaviours.CheckAnnotationBaseWeakConcepts
All Implemented Interfaces:
java.io.Serializable, jade.util.leap.Serializable

public class CheckAnnotationBaseWeakConcepts
extends jade.core.behaviours.OneShotBehaviour

Title: CheckAnnotationBaseWeakConcepts

Description: Parts of the autonomic features of the platform. Interacts with the AnnotatorWS in order to get a list of concepts which coverage is weak within the knowledge base. It contacts the SynsetManager to get a list of proper synsets and submit a query to an external Search Engine (here it's google via google API) and thus obtaining a list of document URLs which indexing are then issued.

Copyright: Copyright (c) 2004

Company: Politecnico di Torino

Author:
alessio.bosca@polito.it
See Also:
Serialized Form

Field Summary
 
Fields inherited from class jade.core.behaviours.Behaviour
STATE_BLOCKED, STATE_READY, STATE_RUNNING
 
Constructor Summary
CheckAnnotationBaseWeakConcepts(AgencyManager myAgent)
           
 
Method Summary
 void action()
           
 
Methods inherited from class jade.core.behaviours.OneShotBehaviour
done
 
Methods inherited from class jade.core.behaviours.SimpleBehaviour
reset
 
Methods inherited from class jade.core.behaviours.Behaviour
actionWrapper, block, block, getBehaviourName, getDataStore, isRunnable, onEnd, onStart, restart, root, setAgent, setBehaviourName, setDataStore
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckAnnotationBaseWeakConcepts

public CheckAnnotationBaseWeakConcepts(AgencyManager myAgent)
Method Detail

action

public void action()