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