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