| Modifier and Type | Method and Description |
|---|---|
List<Instruction> |
InstructionQueue.getInstruction()
List of all instructions known to the scheduler.
|
List<Instruction> |
InstructionsQueueBuilder.getInstruction() |
| Modifier and Type | Method and Description |
|---|---|
InstructionsQueueBuilder |
InstructionsQueueBuilder.setInstruction(List<Instruction> value) |
| Modifier and Type | Method and Description |
|---|---|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<Instruction>> |
InstructionBuilder.getAugmentation(Class<E> augmentationType) |
| Modifier and Type | Method and Description |
|---|---|
Instruction |
InstructionBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
InstructionBuilder |
InstructionBuilder.addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Instruction>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<Instruction> augmentation) |
InstructionBuilder |
InstructionBuilder.addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Instruction>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<Instruction> augmentation) |
InstructionBuilder |
InstructionBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Instruction>> augmentationType) |
| Constructor and Description |
|---|
InstructionBuilder(Instruction base) |
Copyright © 2017 OpenDaylight. All rights reserved.