de.ukn.hci.squidy.valve
Class TestValve

java.lang.Object
  extended by de.ukn.hci.squidy.manager.model.Processable
      extended by de.ukn.hci.squidy.manager.model.Piping
          extended by de.ukn.hci.squidy.manager.model.Node
              extended by de.ukn.hci.squidy.manager.model.AbstractNode
                  extended by de.ukn.hci.squidy.valve.TestValve
All Implemented Interfaces:
ILaunchable, IProcessable<Processable>

public class TestValve
extends AbstractNode

TestFilter.

 Date: Feb 1, 2009
 Time: 8:43:38 PM
 

Since:
2.0
Version:
$Id: TestValve.java 30 2009-09-18 22:23:35Z nitsche $
Author:
Roman Rädle, Roman. Raedle@uni-konstanz.de, University of Konstanz

Field Summary
 
Fields inherited from class de.ukn.hci.squidy.manager.model.Processable
processing, PROPERTY_DELETE, PROPERTY_FAILURE_PUBLISH, PROPERTY_FAILURE_RESOLVE, PROPERTY_PROCESSING_START, PROPERTY_PROCESSING_STOP
 
Constructor Summary
TestValve()
           
 
Method Summary
 String getSomeTestProperty()
           
 Integer getWave()
           
 void onStart()
           
 void onStop()
           
 void setSomeTestProperty(String someTestProperty)
           
 void setWave(Integer wave)
           
 
Methods inherited from class de.ukn.hci.squidy.manager.model.AbstractNode
delete, getDataQueue, postProcess, preProcess, process, publish, publish, publish, start, stop
 
Methods inherited from class de.ukn.hci.squidy.manager.model.Node
addIssue, getIssuable, getIssues, hasIssues, removeIssue, setIssuable
 
Methods inherited from class de.ukn.hci.squidy.manager.model.Piping
addDataVisitorFactory, addIncomingPipe, addOutgoingPipe, attachVisitors, getIncomingPipes, getOutgoingPipes, getPipes, notifyVisitors, removeDataVisitorFactory, removeIncomingPipe, removeOutgoingPipe, setIncomingPipes, setOutgoingPipes, setPipes, toString
 
Methods inherited from class de.ukn.hci.squidy.manager.model.Processable
addPropertyChangeListener, addPropertyChangeListener, addSubProcessable, firePropertyChange, getId, getParent, getSubProcessables, isProcessing, postStopSubProcessables, preStartSubProcessables, publishFailure, removeStateChangeListener, removeStateChangeListener, removeSubProcessable, resolveFailure, setId, setParent, setSubProcessables
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestValve

public TestValve()
Method Detail

getSomeTestProperty

public String getSomeTestProperty()
Returns:
the someTestProperty

setSomeTestProperty

public void setSomeTestProperty(String someTestProperty)
Parameters:
someTestProperty - the someTestProperty to set

getWave

public final Integer getWave()
Returns:
the wave

setWave

public final void setWave(Integer wave)
Parameters:
wave - the wave to set

onStart

public void onStart()
             throws ProcessException
Overrides:
onStart in class AbstractNode
Throws:
ProcessException

onStop

public void onStop()
            throws ProcessException
Overrides:
onStop in class AbstractNode
Throws:
ProcessException


Copyright © 2007-2010 Human-Computer-Interaction :: University of Konstanz. All Rights Reserved.