Package org.onosproject.net.pi.model
Interface PiActionParamModel
-
@Beta public interface PiActionParamModelModel of an action runtime parameter in a protocol-independent pipeline.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intbitWidth()Return the size in bits of this action parameter.PiActionParamIdid()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
-
-