|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cmu.sphinx.linguist.acoustic.Context
Represents the context for a unit
Field Summary | |
static Context |
EMPTY_CONTEXT
Represents an empty context |
Method Summary | |
boolean |
equals(java.lang.Object o)
Determines if an object is equal to this context |
int |
hashCode()
calculates a hashCode for this context. |
boolean |
isPartialMatch(Context context)
Checks to see if there is a partial match with the given context. |
java.lang.String |
toString()
Provides a string representation of a context |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final Context EMPTY_CONTEXT
Method Detail |
public boolean isPartialMatch(Context context)
context
- the context to check
public java.lang.String toString()
public boolean equals(java.lang.Object o)
o
- the object to check
public int hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |