com.artenum.cassandra.pipeline
Interface Filter

All Known Implementing Classes:
FilterImpl

public interface Filter

 Project ref           : CASSANDRA project
 Copyright and license : See relevant sections
 Status                : under development
 Creation              : 04/03/2005
 Modification          :

 Description  : Meta object of the pipeline.
                It is use to hide a part of the
                underlying vtk pipeline.

 
Version numberAuthor (name, e-mail)Corrections/Modifications
0.1Sebastien Jourdain, jourdain@artenum.comCreation

Version:
0.1
Author:
Sebastien Jourdain

Method Summary
 void addRemoveListener(RemoveListener rl)
           
 java.util.Collection getInputActor()
           
 java.util.Collection getInputDataSet()
           
 java.util.Collection getInputMapper()
           
 java.util.Collection getOutputActor()
           
 java.util.Collection getOutputDataSet()
           
 java.util.Collection getOutputMapper()
           
 void remove()
           
 void removeRemoveListener(RemoveListener rl)
           
 

Method Detail

getInputDataSet

public java.util.Collection getInputDataSet()

getInputMapper

public java.util.Collection getInputMapper()

getInputActor

public java.util.Collection getInputActor()

getOutputDataSet

public java.util.Collection getOutputDataSet()

getOutputMapper

public java.util.Collection getOutputMapper()

getOutputActor

public java.util.Collection getOutputActor()

remove

public void remove()

addRemoveListener

public void addRemoveListener(RemoveListener rl)

removeRemoveListener

public void removeRemoveListener(RemoveListener rl)


 (c) Copyright: Artenum SARL, 101-103 Boulevard Mac Donald, 
                75019, Paris, France 2005.
                http://www.artenum.com
 
 License:

  This program is free software; you can redistribute it 
  and/or modify it under the terms of the Q Public License; 
  either version 1 of the License.

  This program is distributed in the hope that it will be
  useful, but WITHOUT ANY WARRANTY; without even the implied
  warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
  PURPOSE. See the Q Public License for more details.

  You should have received a copy of the Q Public License 
  License along with this program; 
  if not, write to:
    Artenum SARL, 101-103 Boulevard Mac Donald,
    75019, PARIS, FRANCE, e-mail: contact@artenum.com