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