public interface PipelineDefinition
The definition manages table-contexts
for a device.
Implementing classes will build the definition based on table feature
capabilities information, such as OpenFlow Table-Feature Reply
message.
Modifier and Type | Method and Description |
---|---|
TableContext |
getTableContext(TableId tableId)
Returns table context for the given table ID.
|
Set<TableId> |
getTableIds()
Returns all the table IDs contained in the definition.
|
boolean |
hasTables()
Returns true if at least one table context/ID is present.
|
TableContext getTableContext(TableId tableId)
tableId
- the table IDSet<TableId> getTableIds()
boolean hasTables()
Copyright © 2015. All Rights Reserved.