net.ggtools.grand.tasks
Interface GraphFilterType

All Known Implementing Classes:
ConnectedFilterType, FromNodeFilterType, IsolatedNodeFilterType, MissingNodeFilterType, NodeRemoverFilterType, ToNodeFilterType

interface GraphFilterType

Interface implemented by actual GraphFilterType.

Author:
Christophe Labouisse

Method Summary
 void checkParameters()
          Checks if the filter is properly configured.
 GraphFilter getFilter()
          Returns the actual GraphFilter underlying the ant filter.
 void setNodeName(java.lang.String name)
          Sets a node name parameter.
 

Method Detail

checkParameters

void checkParameters()
                     throws org.apache.tools.ant.BuildException
Checks if the filter is properly configured.

Throws:
org.apache.tools.ant.BuildException - if the filter is not properly configured.

getFilter

GraphFilter getFilter()
Returns the actual GraphFilter underlying the ant filter.

Returns:
the actual configured filter.

setNodeName

void setNodeName(java.lang.String name)
Sets a node name parameter. The meaning of the node will be different with implementations and may even be meaningless for some filter.

Parameters:
name -


Copyright © 2004-2005 ggTools. All Rights Reserved.