Rename OperationAttributes to Attributes
This commit is contained in:
parent
e6f2db127c
commit
dc7269e620
92 changed files with 458 additions and 462 deletions
|
|
@ -22,7 +22,7 @@ trait Graph[+S <: Shape, +M] {
|
|||
*/
|
||||
private[stream] def module: StreamLayout.Module
|
||||
|
||||
def withAttributes(attr: OperationAttributes): Graph[S, M]
|
||||
def withAttributes(attr: Attributes): Graph[S, M]
|
||||
|
||||
def named(name: String): Graph[S, M] = withAttributes(OperationAttributes.name(name))
|
||||
def named(name: String): Graph[S, M] = withAttributes(Attributes.name(name))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue