Uses of Interface
giny.filter.Filter

Packages that use Filter
giny.model   
 

Uses of Filter in giny.model
 

Methods in giny.model with parameters of type Filter
 GraphPerspective GraphPerspective.createGraphPerspective(Filter filter)
          Create a new GraphPerspective with all of the Nodes from this one that pass the given filter and all of the Edges from this one that pass the filter (and all Nodes incident on those edges).