org.itc.irst.tcc.sre.data
Class ArgumentSet
java.lang.Object
org.itc.irst.tcc.sre.data.ArgumentSet
public class ArgumentSet
- extends java.lang.Object
TO DO
- Since:
- 1.0
- Version:
- %I%, %G%
- Author:
- Claudio Giuliano
Field Summary |
private static ArgumentSet |
argumentSet
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 ArgumentSet . |
private java.util.Set |
set
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
static org.apache.log4j.Logger logger
- Define a static logger variable so that it references the
Logger instance named
ArgumentSet
.
argumentSet
private static ArgumentSet argumentSet
- A prototype for a global context such that only
one instance class can ever exist.
set
private java.util.Set set
ArgumentSet
private ArgumentSet()
init
public void init(ExampleSet exampleSet)
contains
public boolean contains(java.lang.Object o)
addCandidateType
private void addCandidateType(Sentence sent)
getInstance
public static ArgumentSet getInstance()
- Returns
ArgumentSet
object; only
one ArgumentSet
instance can
exist.
- Returns:
ArgumentSet
object