Uses of Class
vs.plotagent.inspiration.OperationalizedSuggestion

Packages that use OperationalizedSuggestion
vs.plotagent The plotagent classes build forth on rational agent, defining the control logic for a Plot Agent 
vs.plotagent.ui GUI for the Plot Agent 
 

Uses of OperationalizedSuggestion in vs.plotagent
 

Methods in vs.plotagent that return types with arguments of type OperationalizedSuggestion
 java.util.Set<OperationalizedSuggestion> IInspirationModule.operationalizeSuggestions(java.util.Set<Suggestion> suggestions)
          Operationalizes given suggestions, meaning: make them ready for use.
 java.util.Set<OperationalizedSuggestion> BasicInspirationModule.operationalizeSuggestions(java.util.Set<Suggestion> suggestions)
           
 

Uses of OperationalizedSuggestion in vs.plotagent.ui
 

Methods in vs.plotagent.ui that return types with arguments of type OperationalizedSuggestion
 java.util.Set<OperationalizedSuggestion> NewSuggestionsCreatedEvent.getSuggestions()
           
 

Constructor parameters in vs.plotagent.ui with type arguments of type OperationalizedSuggestion
NewSuggestionsCreatedEvent(java.lang.Object src, java.util.Set<OperationalizedSuggestion> sugs)