Package org.onosproject.net.group
Class GroupOperations
- java.lang.Object
-
- org.onosproject.net.group.GroupOperations
-
public final class GroupOperations extends java.lang.Object
Immutable collection of group operation to be used between core and provider layers of group subsystem.
-
-
Constructor Summary
Constructors Constructor Description GroupOperations(java.util.List<GroupOperation> operations)
Creates a immutable list of group operation.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<GroupOperation>
operations()
Returns immutable list of group operation.
-
-
-
Constructor Detail
-
GroupOperations
public GroupOperations(java.util.List<GroupOperation> operations)
Creates a immutable list of group operation.- Parameters:
operations
- list of group operation
-
-
Method Detail
-
operations
public java.util.List<GroupOperation> operations()
Returns immutable list of group operation.- Returns:
- list of group operation
-
-