Interface ComplexFilter

  • All Superinterfaces:
    Filter

    public interface ComplexFilter
    extends Filter
    Filter working with full graphs and generally returning a subgraph. Node and Edge filters removes either nodes or edges but not both. This filter interface has to be used in these case.
    Author:
    Mathieu Bastian