@Beta
public interface PiPipelineModel
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<PiActionModel> |
action(java.lang.String name)
Returns the action model associated with the given name, if present.
|
java.util.Collection<PiActionModel> |
actions()
Returns the collection of all action models defined by this pipeline model.
|
java.util.Optional<PiHeaderModel> |
header(java.lang.String name)
Returns the header instance associated with the given name, if present.
|
java.util.Collection<PiHeaderModel> |
headers()
Returns the collection of all header instance models defined by this pipeline model.
|
java.util.Optional<PiHeaderTypeModel> |
headerType(java.lang.String name)
Returns the header type associated with the given name, if present.
|
java.util.Collection<PiHeaderTypeModel> |
headerTypes()
Returns the collection of all header types defined by this pipeline model.
|
java.util.Optional<PiTableModel> |
table(java.lang.String name)
Returns the table model associated with the given name, if present.
|
java.util.Collection<PiTableModel> |
tables()
Returns the collection of all table models defined by this pipeline model.
|
java.util.Optional<PiHeaderTypeModel> headerType(java.lang.String name)
name - string valuejava.util.Collection<PiHeaderTypeModel> headerTypes()
java.util.Optional<PiHeaderModel> header(java.lang.String name)
name - string valuejava.util.Collection<PiHeaderModel> headers()
java.util.Optional<PiActionModel> action(java.lang.String name)
name - string valuejava.util.Collection<PiActionModel> actions()
java.util.Optional<PiTableModel> table(java.lang.String name)
name - string valuejava.util.Collection<PiTableModel> tables()