org.vizzini.ui.ai.logic
Class SentenceType
java.lang.Object
org.vizzini.util.AbstractEnumeratedType
org.vizzini.ui.ai.logic.SentenceType
- All Implemented Interfaces:
- Comparable, IEnumeratedType
public class SentenceType
- extends AbstractEnumeratedType
This class provides an enumeration of sentence types.
- Since:
- v0.2
- Version:
- v0.3
- Author:
- Jeffrey M. Thompson
Method Summary |
static SentenceType |
get(int i)
Return the sentence type which corresponds to the given integer. |
static int |
size()
Return the number of enumerated values. |
static SentenceType |
valueOf(String name)
Return the sentence type which corresponds to the given string. |
ATOMIC
public static final SentenceType ATOMIC
COMPLEX
public static final SentenceType COMPLEX
get
public static SentenceType get(int i)
- Return the sentence type which corresponds to the given integer.
- Since:
- v0.2
size
public static final int size()
- Return the number of enumerated values.
- Since:
- v0.2
valueOf
public static SentenceType valueOf(String name)
- Return the sentence type which corresponds to the given string.
- Since:
- v0.2
Copyright © 2007 Vizzini.org. All Rights Reserved.
|
2007.12.25.03.00.02 |