Uses of Class
story.scheherazade.elements.ConditionAssocType

Packages that use ConditionAssocType
story.scheherazade.elements   
 

Uses of ConditionAssocType in story.scheherazade.elements
 

Fields in story.scheherazade.elements declared as ConditionAssocType
static ConditionAssocType ConditionAssocType.Binary
           
static ConditionAssocType ConditionAssocType.Fraction
           
static ConditionAssocType ConditionAssocType.Integer
           
 

Methods in story.scheherazade.elements that return ConditionAssocType
static ConditionAssocType ConditionAssocType.get(int number)
          Return the corresponding ConditionAssocType for the given Unique ID (see getUniqueID).
static ConditionAssocType ConditionAssocType.get(java.lang.String string)
          Static version of get() that gets around the Java restriction on static types in interfaces.
 



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