|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.googlecode.whatswrong.EdgeFilter
public abstract class EdgeFilter
An EdgeFilter is a NLPInstanceFilter that only filters out edges.
Constructor Summary | |
---|---|
EdgeFilter()
|
Method Summary | |
---|---|
NLPInstance |
filter(NLPInstance original)
Filter the given instance. |
abstract java.util.Collection<Edge> |
filterEdges(java.util.Collection<Edge> original)
Take a set of edges and return a subset of them. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EdgeFilter()
Method Detail |
---|
public abstract java.util.Collection<Edge> filterEdges(java.util.Collection<Edge> original)
original
- the original set of edges.
public NLPInstance filter(NLPInstance original)
NLPInstanceFilter
filter
in interface NLPInstanceFilter
original
- the original instance.
NLPInstanceFilter.filter(NLPInstance)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |