Gephi Toolkit Javadoc

org.gephi.filters.plugin.attribute
Class AttributeNonNullBuilder.AttributeNonNullFilter

java.lang.Object
  extended by org.gephi.filters.plugin.attribute.AttributeNonNullBuilder.AttributeNonNullFilter
All Implemented Interfaces:
Filter
Direct Known Subclasses:
AttributeNonNullBuilder.EdgeAttributeNonNullFilter, AttributeNonNullBuilder.NodeAttributeNonNullFilter
Enclosing class:
AttributeNonNullBuilder

public static class AttributeNonNullBuilder.AttributeNonNullFilter
extends java.lang.Object
implements Filter


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

Constructor Detail

AttributeNonNullBuilder.AttributeNonNullFilter

public AttributeNonNullBuilder.AttributeNonNullFilter()
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,
                        Edge edge)

evaluate

public boolean evaluate(Graph graph,
                        Node node)

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

getColumn

public AttributeColumn getColumn()

setColumn

public void setColumn(AttributeColumn column)

Gephi Toolkit Javadoc