Uses of Enum Class
com.pervasive.datarush.ports.LogicalPort.Direction
Packages that use LogicalPort.Direction
Package
Description
Provides classes and interfaces related to receiving and sending data in a dataflow graph.
Provides implementations of port objects dealing with the flow of single objects
between operators.
-
Uses of LogicalPort.Direction in com.pervasive.datarush.ports
Methods in com.pervasive.datarush.ports that return LogicalPort.DirectionModifier and TypeMethodDescriptionfinal LogicalPort.DirectionLogicalPort.getDirection()Returns whether this port is for input or outputstatic LogicalPort.DirectionReturns the enum constant of this class with the specified name.static LogicalPort.Direction[]LogicalPort.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pervasive.datarush.ports with parameters of type LogicalPort.DirectionModifier and TypeMethodDescriptionabstract TLogicalPortFactory.newPort(LogicalOperator owner, String name, LogicalPort.Direction direction, boolean optional) Public only as a matter of implementation; clients should not use this method directly.Constructors in com.pervasive.datarush.ports with parameters of type LogicalPort.DirectionModifierConstructorDescriptionprotectedLogicalPort(LogicalOperator owner, String name, LogicalPort.Direction direction, boolean optional) Create a new LogicalPort -
Uses of LogicalPort.Direction in com.pervasive.datarush.ports.model
Methods in com.pervasive.datarush.ports.model with parameters of type LogicalPort.DirectionModifier and TypeMethodDescriptionSimpleModelPort.Factory.newPort(LogicalOperator owner, String name, LogicalPort.Direction direction, boolean optional) Constructors in com.pervasive.datarush.ports.model with parameters of type LogicalPort.DirectionModifierConstructorDescriptionprotectedAbstractModelPort(LogicalOperator owner, String name, LogicalPort.Direction direction, boolean optional, ModelStorageHandler<T> storageHandler) Subclasses must invoke this constructor -
Uses of LogicalPort.Direction in com.pervasive.datarush.script
Methods in com.pervasive.datarush.script that return LogicalPort.DirectionConstructors in com.pervasive.datarush.script with parameters of type LogicalPort.DirectionModifierConstructorDescriptionPortDescriptor(String name, LogicalPort.Direction direction, int index, Class<? extends LogicalPort> portClass, String description, boolean optional) Construct a port definition.