|
Fido Alpha 3.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fido.grammar.SentenceThreadFactory
Factory pattern class to create a new SentenceThread or clone an existing one.
Constructor Summary | |
SentenceThreadFactory()
Creates a new Sentence Thread Factory. |
Method Summary | |
SentenceThread |
cloneThread(SentenceThread cthread)
Creates a new SentenceThread object with the same values as the parameter object. |
SentenceThread |
createNewThread()
Creates a new, empty SentenceThread object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SentenceThreadFactory()
SentenceThread
Method Detail |
public SentenceThread createNewThread()
public SentenceThread cloneThread(SentenceThread cthread)
The name of the new object is genereated by an internal one up counter.
SentenceThread.cloneSentenceThread(String)
|
Fido Alpha 3.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |