Package org.onosproject.net.pi.model
Interface PiRegisterModel
-
@Beta public interface PiRegisterModel
Model of a register in a protocol-independent pipeline.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PiRegisterId
id()
Returns the ID of this register.long
size()
Returns the number of cells of this register.
-
-
-
Method Detail
-
id
PiRegisterId id()
Returns the ID of this register.- Returns:
- register ID
-
size
long size()
Returns the number of cells of this register.- Returns:
- size
-
-