Uses of Class
org.dftproject.genesis.core.research.Objective

Packages that use Objective
org.dftproject.genesis.core.research   
org.dftproject.genesis.core.search   
 

Uses of Objective in org.dftproject.genesis.core.research
 

Methods in org.dftproject.genesis.core.research that return Objective
 Objective TaskFamily.getObjective()
          Returns the objective this task family is working on.
 

Methods in org.dftproject.genesis.core.research that return types with arguments of type Objective
 java.util.Set<Objective> ResearchManager.getObjectives()
          Returns the set of objectives.
 

Methods in org.dftproject.genesis.core.research with parameters of type Objective
 void ResearchManager.addObjective(Objective objective)
          Adds an objective.
protected  void ResearchManager.objectiveAdded(Objective objective)
          Notifies the listeners that the given objective has been added.
 void ResearchListenerAdapter.objectiveAdded(Objective objective)
           
 void IResearchListener.objectiveAdded(Objective objective)
          Notification that the given objective has been added.
protected  void ResearchManager.objectiveCanceled(Objective objective)
          Notifies the listeners that the given objective has been canceled.
 void ResearchListenerAdapter.objectiveCanceled(Objective objective)
           
 void IResearchListener.objectiveCanceled(Objective objective)
          Notification that the given objective has been canceled.
protected  void ResearchManager.objectiveRemoved(Objective objective)
          Notifies the listeners that the given objective has been removed.
 void ResearchListenerAdapter.objectiveRemoved(Objective objective)
           
 void IResearchListener.objectiveRemoved(Objective objective)
          Notification that the given objective has been removed.
protected  void ResearchManager.removeObjective(Objective objective)
          Removes an objective
 

Constructors in org.dftproject.genesis.core.research with parameters of type Objective
PooledTaskFamily(Objective objective)
          Creates a pooled task family for the given objective.
TaskFamily(Objective objective)
          Creates a TaskFamily for the given objective.
 

Uses of Objective in org.dftproject.genesis.core.search
 

Subclasses of Objective in org.dftproject.genesis.core.search
 class SearchObjective
          SearchObjective is a research objective to find matches to a query example.
 class UpdateObjective
          UpdateObjective is a research objective to find more information about a given resource.