|
|||||||||
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.BetweenContext
public class BetweenContext
Field Summary | |
---|---|
private static BetweenContext |
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 BetweenContext . |
Fields inherited from class org.itc.irst.tcc.sre.data.context.GlobalContext |
---|
DEFAULT_GLOBAL_CONTEXT_SIZE |
Constructor Summary | |
---|---|
private |
BetweenContext()
|
Method Summary | |
---|---|
Sentence |
filter(Sentence sent)
|
static BetweenContext |
getInstance()
Returns BetweenContext object; only
one BetweenContext 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
BetweenContext
.
private static BetweenContext context
Constructor Detail |
---|
private BetweenContext()
Method Detail |
---|
public Sentence filter(Sentence sent)
public static BetweenContext getInstance()
BetweenContext
object; only
one BetweenContext
instance can
exist.
BetweenContext
object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |