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