| Modifier and Type | Field and Description |
|---|---|
protected List<Sentence> |
Feature.background
List of background sentences.
|
protected List<Sentence> |
Feature.finallys
List of ending sentences.
|
protected List<Sentence> |
NamedSentences.sentences
Sentences set.
|
| Modifier and Type | Method and Description |
|---|---|
List<Sentence> |
Feature.getBackground()
The background list.
|
List<Sentence> |
Feature.getFinallys()
The ending list.
|
List<Sentence> |
NamedSentences.getSentences()
Get the list of sentences.
|
| Modifier and Type | Method and Description |
|---|---|
Feature |
Feature.addBackground(Sentence background)
Add a background sentence.
|
Feature |
Feature.addFinallys(Sentence finallys)
Add an ending sentence.
|
NamedSentences |
NamedSentences.addSentence(Sentence sentence)
Add a description.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
FeaturePresenter.dumpExecutableList(nu.xom.Element root,
List<Sentence> list,
boolean replace)
Dump an executable list.
|
protected void |
FeaturePresenter.dumpList(nu.xom.Element root,
List<Sentence> list)
Dump a list.
|
protected String |
FeatureReaderImpl.readNextGroup(BufferedReader reader,
String line,
List<Sentence> group)
Read next group.
|
void |
Feature.setBackground(List<Sentence> background)
Set the background list.
|
void |
Feature.setFinallys(List<Sentence> finallys)
Set the ending list.
|
NamedSentences |
NamedSentences.setSentences(List<Sentence> sentences)
Set the sentences list.
|
Copyright © 2017. All rights reserved.