|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.illinois.cs.cogcomp.lbj.coref.alignment.Aligner<T>
public abstract class Aligner<T>
Base class for aligning objects
| Constructor Summary | |
|---|---|
Aligner()
|
|
| Method Summary | |
|---|---|
abstract java.util.Map<T,T> |
getAlignment(java.util.Collection<T> from,
java.util.Collection<T> to)
Aligns elements in from to elements in to |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Aligner()
| Method Detail |
|---|
public abstract java.util.Map<T,T> getAlignment(java.util.Collection<T> from,
java.util.Collection<T> to)
from to elements in to
from - The elements to be aligned.to - The target elements.
from
to objects in to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||