|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.itc.irst.tcc.sre.data.context.GlobalContext
org.itc.irst.tcc.sre.data.context.ForeBetweenContext
public class ForeBetweenContext
Field Summary | |
---|---|
private static ForeBetweenContext |
context
A prototype for a global context such that only one instance class can ever exist. |
(package private) static org.apache.log4j.Logger |
logger
Define a static logger variable so that it references the Logger instance named ForeBetweenContext . |
Fields inherited from class org.itc.irst.tcc.sre.data.context.GlobalContext |
---|
DEFAULT_GLOBAL_CONTEXT_SIZE |
Constructor Summary | |
---|---|
private |
ForeBetweenContext()
|
Method Summary | |
---|---|
Sentence |
filter(Sentence sent)
|
static ForeBetweenContext |
getInstance()
Returns ForeBetweenContext object; only
one ForeBetweenContext instance can
exist. |
Methods inherited from class org.itc.irst.tcc.sre.data.context.GlobalContext |
---|
getSize, setSize |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
static org.apache.log4j.Logger logger
ForeBetweenContext
.
private static ForeBetweenContext context
Constructor Detail |
---|
private ForeBetweenContext()
Method Detail |
---|
public static ForeBetweenContext getInstance()
ForeBetweenContext
object; only
one ForeBetweenContext
instance can
exist.
ForeBetweenContext
objectpublic Sentence filter(Sentence sent)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |