Package | Description |
---|---|
com.tameif.tame |
Base package.
|
com.tameif.tame.lang |
Contains linguistic abstraction classes.
|
Modifier and Type | Method and Description |
---|---|
java.util.Queue<Cue> |
TAMEResponse.getCues()
Returns the cues on this response.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
TAMEResponseReader.handleCue(Cue cue)
Handles a cue.
|
Modifier and Type | Method and Description |
---|---|
static Cue |
Cue.create(java.lang.String type)
Creates a new cue with no content.
|
static Cue |
Cue.create(java.lang.String type,
boolean content)
Creates a new cue.
|
static Cue |
Cue.create(java.lang.String type,
double content)
Creates a new cue.
|
static Cue |
Cue.create(java.lang.String type,
long content)
Creates a new cue.
|
static Cue |
Cue.create(java.lang.String type,
java.lang.String content)
Creates a new cue.
|