net.sf.pipet.test
Class SimulationModuleData
java.lang.Object
net.sf.pipet.test.SimulationModuleData
- All Implemented Interfaces:
- ModuleData, ResourceLoader
public class SimulationModuleData
- extends Object
- implements ModuleData
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimulationModuleData
public SimulationModuleData(ModuleAttributes atts,
Map<String,byte[]> input,
Map<String,byte[]> output,
net.sf.qxs.messenger.Messenger msgr)
getStatus
public boolean getStatus()
testModuleOutput
public void testModuleOutput()
close
public void close(boolean status)
- Specified by:
close
in interface ModuleData
getAttributes
public ModuleAttributes getAttributes()
- Specified by:
getAttributes
in interface ModuleData
getInputPipes
public Map<String,? extends Collection<? extends InputStream>> getInputPipes()
- Specified by:
getInputPipes
in interface ModuleData
getOutputPipes
public Map<String,? extends OutputStream> getOutputPipes()
- Specified by:
getOutputPipes
in interface ModuleData
getUniqueId
public int getUniqueId()
- Specified by:
getUniqueId
in interface ModuleData
waitForPipeline
public boolean waitForPipeline(boolean status)
- Specified by:
waitForPipeline
in interface ModuleData
getResource
public InputStream getResource(String spec)
throws IOException
- Specified by:
getResource
in interface ResourceLoader
- Throws:
IOException
getResourceURL
public URL getResourceURL(String spec)
throws IOException
- Specified by:
getResourceURL
in interface ResourceLoader
- Throws:
IOException
Copyright © 2011 VU University Amsterdam. All Rights Reserved.