|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ggtools.grand.filters.AbstractGraphFilter
net.ggtools.grand.filters.NodeRemoverFilter
public class NodeRemoverFilter
A filter to remove one or more node from a graph.
| Field Summary |
|---|
| Fields inherited from class net.ggtools.grand.filters.AbstractGraphFilter |
|---|
name |
| Constructor Summary | |
|---|---|
NodeRemoverFilter(java.util.Collection nodesToRemove)
Creates a new node remover filter. |
|
| Method Summary | |
|---|---|
protected java.util.Collection |
getFilteredNodes()
Get the nodes from the graph that pass the filter. |
| Methods inherited from class net.ggtools.grand.filters.AbstractGraphFilter |
|---|
getGraph, getGraphProducer, getName, getProducersGraph, setProducer |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NodeRemoverFilter(java.util.Collection nodesToRemove)
nodesToRemove - a collection of node names to remove.| Method Detail |
|---|
protected java.util.Collection getFilteredNodes()
throws GrandException
AbstractGraphFilterUnsupportedOperationExceptionon modification methods.
getFilteredNodes in class AbstractGraphFilterGrandException - if the filtering cannot be done
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||