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