Class AbstractPort
java.lang.Object
fr.ens.biologie.genomique.eoulsan.core.AbstractPort
- All Implemented Interfaces:
Port,Serializable
- Direct Known Subclasses:
SimpleInputPort,SimpleOutputPort
Abstract class that define a port.
- Since:
- 2.0
- Author:
- Laurent Jourdren
- See Also:
-
Method Details
-
getName
Description copied from interface:PortGet the name of the port. -
isList
public boolean isList()Description copied from interface:PortTest if the port requires a list as value. -
getFormat
Description copied from interface:PortGet the data format of the port. -
getLinkedSteps
Description copied from interface:PortGet the steps linked to this port.- Specified by:
getLinkedStepsin interfacePort- Returns:
- a step with the list of linked steps
-