|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.illinois.cs.cogcomp.lbj.coref.ir.relations.RelationMentionArgument
public class RelationMentionArgument
Represents a relation mention argument.
| Field Summary | |
|---|---|
int |
m_argNum
|
Chunk |
m_extent
|
java.lang.String |
m_id
|
private static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
RelationMentionArgument(java.lang.String id,
int argNum,
Chunk extent)
Constructs a relation mention argument. |
|
| Method Summary | |
|---|---|
int |
getArgNum()
Gets the argument number. |
Chunk |
getExtent()
Gets the extent of the relation mention argument. |
java.lang.String |
getID()
Gets the ID of the relation mention argument. |
java.lang.String |
toString()
Gets a string representation of this relation mention argument. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
public java.lang.String m_id
public int m_argNum
public Chunk m_extent
| Constructor Detail |
|---|
public RelationMentionArgument(java.lang.String id,
int argNum,
Chunk extent)
id - The ID.argNum - The argument number (1 or 2).extent - The extent of the relation mention argument.| Method Detail |
|---|
public java.lang.String getID()
public int getArgNum()
public Chunk getExtent()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||