|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnct.filter.UniqueCompatNodeFilter
public class UniqueCompatNodeFilter
This Filter filters graphs based on whether the subnodes that form the compatibility nodes that represent nodes in this graph are all unique. The goal is to prevent any distance 0 nodes.
Constructor Summary | |
---|---|
UniqueCompatNodeFilter()
|
Method Summary | |
---|---|
java.util.List<Graph<java.lang.String,java.lang.Double>> |
filter(java.util.List<Graph<java.lang.String,java.lang.Double>> solutions)
This provides the basic foundation for filtering. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UniqueCompatNodeFilter()
Method Detail |
---|
public java.util.List<Graph<java.lang.String,java.lang.Double>> filter(java.util.List<Graph<java.lang.String,java.lang.Double>> solutions)
Filter
filter
in interface Filter<java.lang.String,java.lang.Double>
solutions
- The List of solutions to process.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |