|
||||||||||
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.SetSolution<Chunk>
edu.illinois.cs.cogcomp.lbj.coref.ir.solutions.ChunkSolution
public class ChunkSolution
A ChunkSolution represents a set of chunks.
Field Summary | |
---|---|
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
ChunkSolution()
Constructs an empty chunk solution. |
|
ChunkSolution(java.util.Collection<Chunk> chunks)
Constructs a ChainSolution containing some chunks. |
Method Summary | |
---|---|
java.util.Set<Chunk> |
getChunks()
Gets the chunks of the chainSolution. |
Methods inherited from class edu.illinois.cs.cogcomp.lbj.coref.ir.solutions.SetSolution |
---|
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 ChunkSolution()
public ChunkSolution(java.util.Collection<Chunk> chunks)
chunks
- Some chunks.Method Detail |
---|
public java.util.Set<Chunk> getChunks()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |