Uses of Class
adams.parser.ActorSuggestion.SuggestionData
-
Packages that use ActorSuggestion.SuggestionData Package Description adams.gui.flow.tree adams.parser -
-
Uses of ActorSuggestion.SuggestionData in adams.gui.flow.tree
Methods in adams.gui.flow.tree that return ActorSuggestion.SuggestionData Modifier and Type Method Description ActorSuggestion.SuggestionDataTreeOperations. configureSuggestionContext(TreePath[] paths)Returns the context for making external actor suggestions.ActorSuggestion.SuggestionDataTreeOperations. configureSuggestionContext(TreePath path, TreeOperations.InsertPosition position)Returns the context for making actor suggestions.Methods in adams.gui.flow.tree with parameters of type ActorSuggestion.SuggestionData Modifier and Type Method Description Actor[]ActorSuggestion. suggest(ActorSuggestion.SuggestionData context)Returns the suggested actors.Actor[]ExternalActorSuggestion. suggest(ActorSuggestion.SuggestionData context)Returns the suggested actors. -
Uses of ActorSuggestion.SuggestionData in adams.parser
Methods in adams.parser with parameters of type ActorSuggestion.SuggestionData Modifier and Type Method Description static Actor[]ActorSuggestion. evaluate(String[] expr, ActorSuggestion.SuggestionData data)Performs the evaluation.static ActorActorSuggestion. evaluate(String expr, ActorSuggestion.SuggestionData data)Performs the evaluation.static Actor[]ExternalActorSuggestion. evaluate(String[] expr, ActorSuggestion.SuggestionData data)Performs the evaluation.static ActorExternalActorSuggestion. evaluate(String expr, ActorSuggestion.SuggestionData data)Performs the evaluation.
-