
NexusFileReader |
org.cipres.kepler.NexusFileReader |
The NexusFileReader actor reads a Nexus file from the local file system
and sends the file content as a string token.
Author(s): Zhijie Guan
Version:$Id: NexusFileReader.java,v 1.4 2006/05/19 11:51:23 guan Exp $
inputTrigger
A trigger signal that enables the actor is passed to the NexusFileReader
actor through this input port.
This port is an input port of type GENERAL.
outputFileContent
The Nexus file content is sent out through this output port.
This port is an output port of type GENERAL.
fileNamePar
The Nexus file name is set in this parameter. The NexusFileReader
actor opens and reads the file specified by this parameter and sends
out the content through the outputFileContent port. If the user
leaves this parameter empty, the NexusFileReader will pop up a file
chooser dialog to let the user specify the file in the local file
system.