org.gephi.filters.plugin.operator
Class NOTBuilderNode.NOTOperatorNode
java.lang.Object
org.gephi.filters.plugin.operator.NOTBuilderNode.NOTOperatorNode
- All Implemented Interfaces:
- Filter, Operator
- Enclosing class:
- NOTBuilderNode
public static class NOTBuilderNode.NOTOperatorNode
- extends java.lang.Object
- implements Operator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NOTBuilderNode.NOTOperatorNode
public NOTBuilderNode.NOTOperatorNode()
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