Gephi Toolkit Javadoc

org.gephi.filters.plugin.partition
Class PartitionCountBuilder.PartitionCountFilter

java.lang.Object
  extended by org.gephi.filters.plugin.partition.PartitionCountBuilder.PartitionCountFilter
All Implemented Interfaces:
RangeFilter, Filter
Direct Known Subclasses:
PartitionCountBuilder.EdgePartitionCountFilter, PartitionCountBuilder.NodePartitionCountFilter
Enclosing class:
PartitionCountBuilder

public static class PartitionCountBuilder.PartitionCountFilter
extends java.lang.Object
implements Filter, RangeFilter


Constructor Summary
PartitionCountBuilder.PartitionCountFilter(Partition partition)
           
 
Method Summary
 boolean evaluate(Graph graph, Edge edge)
           
 boolean evaluate(Graph graph, Node node)
           
 void finish()
           
 AttributeColumn getColumn()
           
 java.lang.Object getMaximum()
           
 java.lang.Object getMinimum()
           
 java.lang.String getName()
          Returns the filter's display name.
 FilterProperty[] getProperties()
          Returns the filter properties.
 Range getRange()
           
 FilterProperty getRangeProperty()
           
 java.lang.Object[] getValues()
           
 boolean init(Graph graph)
           
 void setColumn(AttributeColumn column)
           
 void setRange(Range range)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartitionCountBuilder.PartitionCountFilter

public PartitionCountBuilder.PartitionCountFilter(Partition partition)
Method Detail

init

public boolean init(Graph graph)

evaluate

public boolean evaluate(Graph graph,
                        Node node)

evaluate

public boolean evaluate(Graph graph,
                        Edge edge)

finish

public void finish()

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

getRangeProperty

public FilterProperty getRangeProperty()
Specified by:
getRangeProperty in interface RangeFilter

getValues

public java.lang.Object[] getValues()
Specified by:
getValues in interface RangeFilter

getMinimum

public java.lang.Object getMinimum()
Specified by:
getMinimum in interface RangeFilter

getMaximum

public java.lang.Object getMaximum()
Specified by:
getMaximum in interface RangeFilter

getRange

public Range getRange()

setRange

public void setRange(Range range)

getColumn

public AttributeColumn getColumn()

setColumn

public void setColumn(AttributeColumn column)

Gephi Toolkit Javadoc