diva.graph
Class GraphUtilities.TotallyContainedEdgeFilter

java.lang.Object
  extended by diva.graph.GraphUtilities.TotallyContainedEdgeFilter
All Implemented Interfaces:
Filter
Enclosing class:
GraphUtilities

private static final class GraphUtilities.TotallyContainedEdgeFilter
extends java.lang.Object
implements Filter


Field Summary
private  java.lang.Object _composite
           
private  GraphModel _model
           
 
Constructor Summary
GraphUtilities.TotallyContainedEdgeFilter(GraphModel model, java.lang.Object composite)
           
 
Method Summary
 boolean accept(java.lang.Object o)
          Test if an object passes the filter, returning true if it does and false if it does not.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_model

private GraphModel _model

_composite

private java.lang.Object _composite
Constructor Detail

GraphUtilities.TotallyContainedEdgeFilter

public GraphUtilities.TotallyContainedEdgeFilter(GraphModel model,
                                                 java.lang.Object composite)
Method Detail

accept

public boolean accept(java.lang.Object o)
Description copied from interface: Filter
Test if an object passes the filter, returning true if it does and false if it does not.

Specified by:
accept in interface Filter