Package org.onosproject.net.pi.model
Interface PiMatchFieldModel
- 
@Beta public interface PiMatchFieldModelModel of a table match field in a protocol-independent pipeline. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intbitWidth()Returns the number of bits matched by this field.PiMatchFieldIdid()Returns the ID of this match field.PiMatchTypematchType()Returns the type of match applied to this field. 
 - 
 
- 
- 
Method Detail
- 
id
PiMatchFieldId id()
Returns the ID of this match field.- Returns:
 - match field ID
 
 
- 
bitWidth
int bitWidth()
Returns the number of bits matched by this field.- Returns:
 - number of bits
 
 
- 
matchType
PiMatchType matchType()
Returns the type of match applied to this field.- Returns:
 - a match type
 
 
 - 
 
 -