Class PiRegisterCell

  • All Implemented Interfaces:
    PiEntity

    @Beta
    public final class PiRegisterCell
    extends java.lang.Object
    implements PiEntity
    A register cell entry of a protocol-independent pipeline.
    • Method Detail

      • cellId

        public PiRegisterCellId cellId()
        Returns the cell identifier.
        Returns:
        cell identifier
      • data

        public PiData data()
        Returns the data contained by this cell ID.
        Returns:
        PI data or null
      • piEntityType

        public PiEntityType piEntityType()
        Description copied from interface: PiEntity
        Returns the type of this entity.
        Specified by:
        piEntityType in interface PiEntity
        Returns:
        entity type
      • handle

        public PiHandle handle​(DeviceId deviceId)
        Description copied from interface: PiEntity
        Returns a handle for this PI entity and the given device ID.
        Specified by:
        handle in interface PiEntity
        Parameters:
        deviceId - device ID
        Returns:
        handle
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • builder

        public static PiRegisterCell.Builder builder()
        Returns a register cell entry builder.
        Returns:
        a new builder