|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.starhope.appius.util.SimpleDataRecord<ConversationState>
org.starhope.appius.game.npc.ConversationState
public class ConversationState
WRITEME: Document this type.
| Field Summary |
|---|
| Fields inherited from class org.starhope.appius.util.SimpleDataRecord |
|---|
myLoader, timeLastChanged, timeLastSaved |
| Constructor Summary | |
|---|---|
ConversationState(ConversationVerb verb,
ConversationState nextState)
WRITEME: Document this constructor brpocock@star-hope.org |
|
ConversationState(String phrase,
ConversationState nextState)
WRITEME: Document this constructor brpocock@star-hope.org |
|
| Method Summary | |
|---|---|
void |
add(ConversationStateType chooseRandom,
ConversationState state)
WRITEME: Document this method brpocock@star-hope.org |
int |
getCacheableID()
Note that all records must have either a numeric ID ( DataRecord.getCacheableID() or a string identifier (
DataRecord.getCacheableIdent() or both. |
String |
getCacheableIdent()
Note that all records must have either a numeric ID ( DataRecord.getCacheableID() or a string identifier (
DataRecord.getCacheableIdent() or both. |
String |
getSubversionRevision()
Return the Subversion revision level of this class's source code file, as supplied via the special "$Rev: " sequence. |
void |
setDelay(long duration)
WRITEME: Document this method brpocock@star-hope.org |
| Methods inherited from class org.starhope.appius.util.SimpleDataRecord |
|---|
changed, checkStale, compareTo, equals, finalize, getRecordLoader, getTimeLastChanged, getTimeLastSaved, hashCode, isBeingLoaded, markAsLoaded, markAsLoaded, markAsSaved, onRemove, onRetrieve, onStore, setRecordLoader, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConversationState(ConversationVerb verb,
ConversationState nextState)
verb - WRITEMEnextState - WRITEME
public ConversationState(String phrase,
ConversationState nextState)
phrase - WRITEMEnextState - WRITEME| Method Detail |
|---|
public void add(ConversationStateType chooseRandom,
ConversationState state)
chooseRandom - WRITEMEstate - WRITEME
public int getCacheableID()
throws NotFoundException
DataRecordDataRecord.getCacheableID() or a string identifier (
DataRecord.getCacheableIdent() or both.
NotFoundException - if the item doesn't have a distinct
numeric IDDataRecord.getCacheableID()
public String getCacheableIdent()
throws NotFoundException
DataRecordDataRecord.getCacheableID() or a string identifier (
DataRecord.getCacheableIdent() or both.
NotFoundException - if the item doesn't have a distinct
string identifierDataRecord.getCacheableIdent()public String getSubversionRevision()
HasSubversionRevisionReturn the Subversion revision level of this class's source code file, as supplied via the special "$Rev: " sequence.
As an example,the Subversion revision string for this file is "$Rev: $"
@Override
public String getSubversionRevision () {
return "$Rev: ";
}
HasSubversionRevision.getSubversionRevision()public void setDelay(long duration)
duration - WRITEME
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||