de.ukn.hci.squidy.valve
Class TestValve
java.lang.Object
de.ukn.hci.squidy.manager.model.Processable
de.ukn.hci.squidy.manager.model.Piping
de.ukn.hci.squidy.manager.model.Node
de.ukn.hci.squidy.manager.model.AbstractNode
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
| 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 |
TestValve
public TestValve()
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.