Gephi Toolkit Javadoc

org.gephi.filters.plugin.attribute
Class AttributeEqualBuilder.EqualNumberFilter

java.lang.Object
  extended by org.gephi.filters.plugin.attribute.AttributeEqualBuilder.EqualNumberFilter
All Implemented Interfaces:
Filter
Direct Known Subclasses:
AttributeEqualBuilder.EdgeEqualNumberFilter, AttributeEqualBuilder.NodeEqualNumberFilter
Enclosing class:
AttributeEqualBuilder

public static class AttributeEqualBuilder.EqualNumberFilter
extends java.lang.Object
implements Filter


Constructor Summary
AttributeEqualBuilder.EqualNumberFilter(AttributeColumn column)
           
 
Method Summary
 boolean evaluate(Graph graph, Edge edge)
           
 boolean evaluate(Graph graph, Node node)
           
 void finish()
           
 AttributeColumn getColumn()
           
 java.lang.Number getMatch()
           
 java.lang.Object getMaximum()
           
 java.lang.Object getMinimun()
           
 java.lang.String getName()
          Returns the filter's display name.
 FilterProperty[] getProperties()
          Returns the filter properties.
 boolean init(Graph graph)
           
 void setColumn(AttributeColumn column)
           
 void setMatch(java.lang.Number match)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeEqualBuilder.EqualNumberFilter

public AttributeEqualBuilder.EqualNumberFilter(AttributeColumn column)
Method Detail

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

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()

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

getMatch

public java.lang.Number getMatch()

setMatch

public void setMatch(java.lang.Number match)

getMinimun

public java.lang.Object getMinimun()

getMaximum

public java.lang.Object getMaximum()

getColumn

public AttributeColumn getColumn()

setColumn

public void setColumn(AttributeColumn column)

Gephi Toolkit Javadoc