Uses of Class
story.scheherazade.misc.SCHVariableTypeSet

Packages that use SCHVariableTypeSet
story.scheherazade.misc   
 

Uses of SCHVariableTypeSet in story.scheherazade.misc
 

Fields in story.scheherazade.misc declared as SCHVariableTypeSet
static SCHVariableTypeSet SCHVariableTypeSet.ALL_TYPES
           
 

Methods in story.scheherazade.misc that return SCHVariableTypeSet
 SCHVariableTypeSet SCHHashtable.getSCHVariableTypeSet(java.lang.String key)
          Get a SCHVariableTypeSet.
 SCHVariableTypeSet SCHVariableTypeSet.makeCopy()
          Make a copy.
static SCHVariableTypeSet SCHVariableTypeSet.merge(SCHVariableTypeSet s1, SCHVariableTypeSet s2)
          Merge two sets.
 

Methods in story.scheherazade.misc with parameters of type SCHVariableTypeSet
static SCHVariableTypeSet SCHVariableTypeSet.merge(SCHVariableTypeSet s1, SCHVariableTypeSet s2)
          Merge two sets.
 void SCHHashtable.setSCHVariableTypeSet(java.lang.String key, SCHVariableTypeSet value)
          Set SCHVariableTypeSet.
 boolean SCHVariableTypeSet.subsumes(SCHVariableTypeSet other)
          Determine if this set subsumes, or contains all the present elements of, another set
 



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