Uses of Class
story.scheherazade.virgil.PredicateSelectorParams

Packages that use PredicateSelectorParams
story.scheherazade.misc   
story.scheherazade.virgil   
 

Uses of PredicateSelectorParams in story.scheherazade.misc
 

Methods in story.scheherazade.misc that return PredicateSelectorParams
 PredicateSelectorParams SCHHashtable.getPredicateSelectorParams(java.lang.String key)
          Get a PredicateSelectorParams
 

Methods in story.scheherazade.misc with parameters of type PredicateSelectorParams
 void SCHHashtable.setPredicateSelectorParams(java.lang.String key, PredicateSelectorParams value)
          Set PredicateSelectorParams.
 

Uses of PredicateSelectorParams in story.scheherazade.virgil
 

Methods in story.scheherazade.virgil that return PredicateSelectorParams
 PredicateSelectorParams PredicateSelectorParams.makeCopy()
           
 

Methods in story.scheherazade.virgil with parameters of type PredicateSelectorParams
 void PredicateSelector.initialize(StoryInterpreter story, TimelineID timeline, PredicateSelectorMode mode, boolean inheritSupertimelines, PredicateSelectorParams config)
          Clear the selector and reboot it with a "choose a condition/action type" combo box.
 

Constructors in story.scheherazade.virgil with parameters of type PredicateSelectorParams
PredicateSelectorParams(PredicateSelectorParams prototype)
          Constructor to make a copy of a prototype SCHSelectorParams.
 



Copyright © 2011 David K. Elson. All Rights Reserved.