|
||||||||||
| 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.solutions.ListSolution<Mention>
edu.illinois.cs.cogcomp.lbj.coref.ir.solutions.MentionSolution
public class MentionSolution
A solution that stores a list of mentions.
| Field Summary | |
|---|---|
private static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
MentionSolution()
Constructs an empty MentionSolution. |
|
MentionSolution(java.util.Collection<Mention> mentions)
Constructor that takes a collection of mentions and creates a defensive copy. |
|
| Method Summary | |
|---|---|
java.util.List<Mention> |
getMentions()
Gets the items (as an unmodifiable view). |
| Methods inherited from class edu.illinois.cs.cogcomp.lbj.coref.ir.solutions.ListSolution |
|---|
getItems, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
| Constructor Detail |
|---|
public MentionSolution()
MentionSolution.
public MentionSolution(java.util.Collection<Mention> mentions)
mentions - A collection of mentions.| Method Detail |
|---|
public java.util.List<Mention> getMentions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||