edu.illinois.cs.cogcomp.lbj.coref.ir.relations
Class RelationEntityArgument

java.lang.Object
  extended by edu.illinois.cs.cogcomp.lbj.coref.ir.relations.RelationEntityArgument
All Implemented Interfaces:
java.io.Serializable

public class RelationEntityArgument
extends java.lang.Object
implements java.io.Serializable

Represents a relation entity argument.

Author:
Eric Bengtson
See Also:
Serialized Form

Field Summary
 int m_argNum
           
 java.lang.String m_id
           
private static long serialVersionUID
           
 
Constructor Summary
RelationEntityArgument(java.lang.String id, int argNum)
          Constructs a relation entity argument.
 
Method Summary
 java.lang.String getID()
          Gets the ID.
 java.lang.String toString()
          Gets a string representation of this relation entity argument.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

m_id

public java.lang.String m_id

m_argNum

public int m_argNum
Constructor Detail

RelationEntityArgument

public RelationEntityArgument(java.lang.String id,
                              int argNum)
Constructs a relation entity argument.

Parameters:
id - The ID.
argNum - The argument.
Method Detail

toString

public java.lang.String toString()
Gets a string representation of this relation entity argument.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this relation entity argument.

getID

public java.lang.String getID()
Gets the ID.

Returns:
The ID.