org.gephi.filters.plugin.operator
Class NOTBuilderEdge.NotOperatorEdge
java.lang.Object
org.gephi.filters.plugin.operator.NOTBuilderEdge.NotOperatorEdge
- All Implemented Interfaces:
- Filter, Operator
- Enclosing class:
- NOTBuilderEdge
public static class NOTBuilderEdge.NotOperatorEdge
- extends java.lang.Object
- implements Operator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NOTBuilderEdge.NotOperatorEdge
public NOTBuilderEdge.NotOperatorEdge()
getInputCount
public int getInputCount()
- Specified by:
getInputCount
in interface Operator
getName
public java.lang.String getName()
- Description copied from interface:
Filter
- Returns the filter's display name.
- Specified by:
getName
in interface Filter
- Returns:
- the filter's dispaly name
getProperties
public FilterProperty[] getProperties()
- Description copied from interface:
Filter
- Returns the filter properties. Property values can be get and set from
FilterProperty
objects.
- Specified by:
getProperties
in interface Filter
- Returns:
- the filter's properties
filter
public Graph filter(Graph[] graphs)
- Specified by:
filter
in interface Operator
filter
public Graph filter(Graph graph,
Filter[] filters)
- Specified by:
filter
in interface Operator