org.itc.irst.tcc.sre.data
Class ArgumentSet

java.lang.Object
  extended by 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
           
 
Constructor Summary
private ArgumentSet()
           
 
Method Summary
private  void addCandidateType(Sentence sent)
           
 boolean contains(java.lang.Object o)
           
static ArgumentSet getInstance()
          Returns ArgumentSet object; only one ArgumentSet instance can exist.
 void init(ExampleSet exampleSet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ArgumentSet

private ArgumentSet()
Method Detail

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