Package org.onosproject.net.pi.model
Interface PiActionParamModel
-
@Beta public interface PiActionParamModel
Model of an action runtime parameter in a protocol-independent pipeline.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
bitWidth()
Return the size in bits of this action parameter.PiActionParamId
id()
Returns the ID of this action parameter.
-
-
-
Method Detail
-
id
PiActionParamId id()
Returns the ID of this action parameter.- Returns:
- action parameter ID
-
bitWidth
int bitWidth()
Return the size in bits of this action parameter.- Returns:
- size in bits
-
-