Class RefPort<T>

  • Type Parameters:
    T - type of references
    All Implemented Interfaces:
    Port
    Direct Known Subclasses:
    RefPort.Input, RefPort.Output

    public abstract class RefPort<T>
    extends Object
    implements Port
    Ports for sharing Ref values.
    • Constructor Detail

      • RefPort

        public RefPort()