Uses of Class
org.vizzini.ui.ai.logic.SentenceType

Packages that use SentenceType
org.vizzini.ui.ai.logic Provides AI logic user interface classes for the game framework. 
 

Uses of SentenceType in org.vizzini.ui.ai.logic
 

Fields in org.vizzini.ui.ai.logic declared as SentenceType
static SentenceType SentenceType.ATOMIC
           
static SentenceType SentenceType.COMPLEX
           
 

Methods in org.vizzini.ui.ai.logic that return SentenceType
static SentenceType SentenceType.get(int i)
          Return the sentence type which corresponds to the given integer.
static SentenceType SentenceType.valueOf(String name)
          Return the sentence type which corresponds to the given string.
 



Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02