Package | Description |
---|---|
es.ehu.si.ixa.prebmt.model.inmemory |
Provides in-memory implementations of most of the interfaces in the domain
model.
|
Modifier and Type | Method and Description |
---|---|
InMemoryPhrase.Builder |
InMemoryPhrase.Builder.add(java.lang.CharSequence text)
|
InMemoryPhrase.Builder |
InMemoryPhrase.Builder.add(PhraseElement child)
Appends a
PhraseElement (either another Phrase or a LeafElement ) to the end of the children list contained by this builder. |