Modifier and Type | Method and Description |
---|---|
<C extends Augmentation<T> & DataObject> |
DataObjectModification.getModifiedAugmentation(@NonNull Class<C> augmentation)
Returns augmentation child modification if
augmentation was modified by this modification. |
Modifier and Type | Method and Description |
---|---|
Map<Class<? extends Augmentation<?>>,Augmentation<?>> |
AugmentationReader.getAugmentations(Object obj) |
Map<Class<? extends Augmentation<?>>,Augmentation<?>> |
AugmentationReader.getAugmentations(Object obj) |
Modifier and Type | Method and Description |
---|---|
Map.Entry<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.AugmentationIdentifier,org.opendaylight.yangtools.yang.model.api.AugmentationSchemaNode> |
BindingRuntimeContext.getResolvedAugmentationSchema(org.opendaylight.yangtools.yang.model.api.DataNodeContainer target,
Class<? extends Augmentation<?>> aug) |
Modifier and Type | Method and Description |
---|---|
static Map<Class<? extends Augmentation<?>>,Augmentation<?>> |
BindingReflections.getAugmentations(Augmentable<?> input)
Extracts augmentation from Binding DTO field using reflection.
|
static Map<Class<? extends Augmentation<?>>,Augmentation<?>> |
BindingReflections.getAugmentations(Augmentable<?> input)
Extracts augmentation from Binding DTO field using reflection.
|
Modifier and Type | Method and Description |
---|---|
static Class<? extends Augmentable<?>> |
BindingReflections.findAugmentationTarget(Class<? extends Augmentation<?>> augmentation)
Find augmentation target class from concrete Augmentation class.
|
Modifier and Type | Method and Description |
---|---|
static <T extends DataObject & Augmentation<TopLevelList>> |
ListsBindingUtils.path(TopLevelListKey key,
Class<T> augmentation) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Root>> |
RootBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
RootBuilder |
RootBuilder.addAugmentation(Class<? extends Augmentation<Root>> augmentationType,
Augmentation<Root> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
RootBuilder |
RootBuilder.addAugmentation(Class<? extends Augmentation<Root>> augmentationType,
Augmentation<Root> augmentationValue) |
RootBuilder |
RootBuilder.removeAugmentation(Class<? extends Augmentation<Root>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Cont>> |
ContBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<ContInt32>> |
ContInt32Builder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Top>> |
TopBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<TopInt>> |
TopIntBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ContBuilder |
ContBuilder.addAugmentation(Class<? extends Augmentation<Cont>> augmentationType,
Augmentation<Cont> augmentationValue) |
ContInt32Builder |
ContInt32Builder.addAugmentation(Class<? extends Augmentation<ContInt32>> augmentationType,
Augmentation<ContInt32> augmentationValue) |
TopBuilder |
TopBuilder.addAugmentation(Class<? extends Augmentation<Top>> augmentationType,
Augmentation<Top> augmentationValue) |
TopIntBuilder |
TopIntBuilder.addAugmentation(Class<? extends Augmentation<TopInt>> augmentationType,
Augmentation<TopInt> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ContBuilder |
ContBuilder.addAugmentation(Class<? extends Augmentation<Cont>> augmentationType,
Augmentation<Cont> augmentationValue) |
ContInt32Builder |
ContInt32Builder.addAugmentation(Class<? extends Augmentation<ContInt32>> augmentationType,
Augmentation<ContInt32> augmentationValue) |
TopBuilder |
TopBuilder.addAugmentation(Class<? extends Augmentation<Top>> augmentationType,
Augmentation<Top> augmentationValue) |
TopIntBuilder |
TopIntBuilder.addAugmentation(Class<? extends Augmentation<TopInt>> augmentationType,
Augmentation<TopInt> augmentationValue) |
ContBuilder |
ContBuilder.removeAugmentation(Class<? extends Augmentation<Cont>> augmentationType) |
ContInt32Builder |
ContInt32Builder.removeAugmentation(Class<? extends Augmentation<ContInt32>> augmentationType) |
TopBuilder |
TopBuilder.removeAugmentation(Class<? extends Augmentation<Top>> augmentationType) |
TopIntBuilder |
TopIntBuilder.removeAugmentation(Class<? extends Augmentation<TopInt>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<DefaultPolicy>> |
DefaultPolicyBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
DefaultPolicyBuilder |
DefaultPolicyBuilder.addAugmentation(Class<? extends Augmentation<DefaultPolicy>> augmentationType,
Augmentation<DefaultPolicy> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
DefaultPolicyBuilder |
DefaultPolicyBuilder.addAugmentation(Class<? extends Augmentation<DefaultPolicy>> augmentationType,
Augmentation<DefaultPolicy> augmentationValue) |
DefaultPolicyBuilder |
DefaultPolicyBuilder.removeAugmentation(Class<? extends Augmentation<DefaultPolicy>> augmentationType) |
Modifier and Type | Interface and Description |
---|---|
interface |
Input1 |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<AugCont>> |
AugContBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
AugContBuilder |
AugContBuilder.addAugmentation(Class<? extends Augmentation<AugCont>> augmentationType,
Augmentation<AugCont> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
AugContBuilder |
AugContBuilder.addAugmentation(Class<? extends Augmentation<AugCont>> augmentationType,
Augmentation<AugCont> augmentationValue) |
AugContBuilder |
AugContBuilder.removeAugmentation(Class<? extends Augmentation<AugCont>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Cont>> |
ContBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Other>> |
OtherBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ContBuilder |
ContBuilder.addAugmentation(Class<? extends Augmentation<Cont>> augmentationType,
Augmentation<Cont> augmentationValue) |
OtherBuilder |
OtherBuilder.addAugmentation(Class<? extends Augmentation<Other>> augmentationType,
Augmentation<Other> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ContBuilder |
ContBuilder.addAugmentation(Class<? extends Augmentation<Cont>> augmentationType,
Augmentation<Cont> augmentationValue) |
OtherBuilder |
OtherBuilder.addAugmentation(Class<? extends Augmentation<Other>> augmentationType,
Augmentation<Other> augmentationValue) |
ContBuilder |
ContBuilder.removeAugmentation(Class<? extends Augmentation<Cont>> augmentationType) |
OtherBuilder |
OtherBuilder.removeAugmentation(Class<? extends Augmentation<Other>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Baz>> |
BazBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
BazBuilder |
BazBuilder.addAugmentation(Class<? extends Augmentation<Baz>> augmentationType,
Augmentation<Baz> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
BazBuilder |
BazBuilder.addAugmentation(Class<? extends Augmentation<Baz>> augmentationType,
Augmentation<Baz> augmentationValue) |
BazBuilder |
BazBuilder.removeAugmentation(Class<? extends Augmentation<Baz>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Input>> |
InputBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Output>> |
OutputBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
InputBuilder |
InputBuilder.addAugmentation(Class<? extends Augmentation<Input>> augmentationType,
Augmentation<Input> augmentationValue) |
OutputBuilder |
OutputBuilder.addAugmentation(Class<? extends Augmentation<Output>> augmentationType,
Augmentation<Output> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
InputBuilder |
InputBuilder.addAugmentation(Class<? extends Augmentation<Input>> augmentationType,
Augmentation<Input> augmentationValue) |
OutputBuilder |
OutputBuilder.addAugmentation(Class<? extends Augmentation<Output>> augmentationType,
Augmentation<Output> augmentationValue) |
InputBuilder |
InputBuilder.removeAugmentation(Class<? extends Augmentation<Input>> augmentationType) |
OutputBuilder |
OutputBuilder.removeAugmentation(Class<? extends Augmentation<Output>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Input>> |
InputBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Output>> |
OutputBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
InputBuilder |
InputBuilder.addAugmentation(Class<? extends Augmentation<Input>> augmentationType,
Augmentation<Input> augmentationValue) |
OutputBuilder |
OutputBuilder.addAugmentation(Class<? extends Augmentation<Output>> augmentationType,
Augmentation<Output> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
InputBuilder |
InputBuilder.addAugmentation(Class<? extends Augmentation<Input>> augmentationType,
Augmentation<Input> augmentationValue) |
OutputBuilder |
OutputBuilder.addAugmentation(Class<? extends Augmentation<Output>> augmentationType,
Augmentation<Output> augmentationValue) |
InputBuilder |
InputBuilder.removeAugmentation(Class<? extends Augmentation<Input>> augmentationType) |
OutputBuilder |
OutputBuilder.removeAugmentation(Class<? extends Augmentation<Output>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Input>> |
InputBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Output>> |
OutputBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
InputBuilder |
InputBuilder.addAugmentation(Class<? extends Augmentation<Input>> augmentationType,
Augmentation<Input> augmentationValue) |
OutputBuilder |
OutputBuilder.addAugmentation(Class<? extends Augmentation<Output>> augmentationType,
Augmentation<Output> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
InputBuilder |
InputBuilder.addAugmentation(Class<? extends Augmentation<Input>> augmentationType,
Augmentation<Input> augmentationValue) |
OutputBuilder |
OutputBuilder.addAugmentation(Class<? extends Augmentation<Output>> augmentationType,
Augmentation<Output> augmentationValue) |
InputBuilder |
InputBuilder.removeAugmentation(Class<? extends Augmentation<Input>> augmentationType) |
OutputBuilder |
OutputBuilder.removeAugmentation(Class<? extends Augmentation<Output>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<OspfStatLsdbBrief>> |
OspfStatLsdbBriefBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
OspfStatLsdbBriefBuilder |
OspfStatLsdbBriefBuilder.addAugmentation(Class<? extends Augmentation<OspfStatLsdbBrief>> augmentationType,
Augmentation<OspfStatLsdbBrief> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
OspfStatLsdbBriefBuilder |
OspfStatLsdbBriefBuilder.addAugmentation(Class<? extends Augmentation<OspfStatLsdbBrief>> augmentationType,
Augmentation<OspfStatLsdbBrief> augmentationValue) |
OspfStatLsdbBriefBuilder |
OspfStatLsdbBriefBuilder.removeAugmentation(Class<? extends Augmentation<OspfStatLsdbBrief>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<BinaryList>> |
BinaryListBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
BinaryListBuilder |
BinaryListBuilder.addAugmentation(Class<? extends Augmentation<BinaryList>> augmentationType,
Augmentation<BinaryList> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
BinaryListBuilder |
BinaryListBuilder.addAugmentation(Class<? extends Augmentation<BinaryList>> augmentationType,
Augmentation<BinaryList> augmentationValue) |
BinaryListBuilder |
BinaryListBuilder.removeAugmentation(Class<? extends Augmentation<BinaryList>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<AccessLists>> |
AccessListsBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
AccessListsBuilder |
AccessListsBuilder.addAugmentation(Class<? extends Augmentation<AccessLists>> augmentationType,
Augmentation<AccessLists> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
AccessListsBuilder |
AccessListsBuilder.addAugmentation(Class<? extends Augmentation<AccessLists>> augmentationType,
Augmentation<AccessLists> augmentationValue) |
AccessListsBuilder |
AccessListsBuilder.removeAugmentation(Class<? extends Augmentation<AccessLists>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Acl>> |
AclBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
AclBuilder |
AclBuilder.addAugmentation(Class<? extends Augmentation<Acl>> augmentationType,
Augmentation<Acl> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
AclBuilder |
AclBuilder.addAugmentation(Class<? extends Augmentation<Acl>> augmentationType,
Augmentation<Acl> augmentationValue) |
AclBuilder |
AclBuilder.removeAugmentation(Class<? extends Augmentation<Acl>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<AccessListEntries>> |
AccessListEntriesBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<AclOperData>> |
AclOperDataBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
AccessListEntriesBuilder |
AccessListEntriesBuilder.addAugmentation(Class<? extends Augmentation<AccessListEntries>> augmentationType,
Augmentation<AccessListEntries> augmentationValue) |
AclOperDataBuilder |
AclOperDataBuilder.addAugmentation(Class<? extends Augmentation<AclOperData>> augmentationType,
Augmentation<AclOperData> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
AccessListEntriesBuilder |
AccessListEntriesBuilder.addAugmentation(Class<? extends Augmentation<AccessListEntries>> augmentationType,
Augmentation<AccessListEntries> augmentationValue) |
AclOperDataBuilder |
AclOperDataBuilder.addAugmentation(Class<? extends Augmentation<AclOperData>> augmentationType,
Augmentation<AclOperData> augmentationValue) |
AccessListEntriesBuilder |
AccessListEntriesBuilder.removeAugmentation(Class<? extends Augmentation<AccessListEntries>> augmentationType) |
AclOperDataBuilder |
AclOperDataBuilder.removeAugmentation(Class<? extends Augmentation<AclOperData>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Ace>> |
AceBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
AceBuilder |
AceBuilder.addAugmentation(Class<? extends Augmentation<Ace>> augmentationType,
Augmentation<Ace> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
AceBuilder |
AceBuilder.addAugmentation(Class<? extends Augmentation<Ace>> augmentationType,
Augmentation<Ace> augmentationValue) |
AceBuilder |
AceBuilder.removeAugmentation(Class<? extends Augmentation<Ace>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<AceOperData>> |
AceOperDataBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Actions>> |
ActionsBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Matches>> |
MatchesBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
AceOperDataBuilder |
AceOperDataBuilder.addAugmentation(Class<? extends Augmentation<AceOperData>> augmentationType,
Augmentation<AceOperData> augmentationValue) |
ActionsBuilder |
ActionsBuilder.addAugmentation(Class<? extends Augmentation<Actions>> augmentationType,
Augmentation<Actions> augmentationValue) |
MatchesBuilder |
MatchesBuilder.addAugmentation(Class<? extends Augmentation<Matches>> augmentationType,
Augmentation<Matches> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Deny>> |
DenyBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Permit>> |
PermitBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
DenyBuilder |
DenyBuilder.addAugmentation(Class<? extends Augmentation<Deny>> augmentationType,
Augmentation<Deny> augmentationValue) |
PermitBuilder |
PermitBuilder.addAugmentation(Class<? extends Augmentation<Permit>> augmentationType,
Augmentation<Permit> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
DenyBuilder |
DenyBuilder.addAugmentation(Class<? extends Augmentation<Deny>> augmentationType,
Augmentation<Deny> augmentationValue) |
PermitBuilder |
PermitBuilder.addAugmentation(Class<? extends Augmentation<Permit>> augmentationType,
Augmentation<Permit> augmentationValue) |
DenyBuilder |
DenyBuilder.removeAugmentation(Class<? extends Augmentation<Deny>> augmentationType) |
PermitBuilder |
PermitBuilder.removeAugmentation(Class<? extends Augmentation<Permit>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<AceEth>> |
AceEthBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<AceIp>> |
AceIpBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
AceEthBuilder |
AceEthBuilder.addAugmentation(Class<? extends Augmentation<AceEth>> augmentationType,
Augmentation<AceEth> augmentationValue) |
AceIpBuilder |
AceIpBuilder.addAugmentation(Class<? extends Augmentation<AceIp>> augmentationType,
Augmentation<AceIp> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
AceEthBuilder |
AceEthBuilder.addAugmentation(Class<? extends Augmentation<AceEth>> augmentationType,
Augmentation<AceEth> augmentationValue) |
AceIpBuilder |
AceIpBuilder.addAugmentation(Class<? extends Augmentation<AceIp>> augmentationType,
Augmentation<AceIp> augmentationValue) |
AceEthBuilder |
AceEthBuilder.removeAugmentation(Class<? extends Augmentation<AceEth>> augmentationType) |
AceIpBuilder |
AceIpBuilder.removeAugmentation(Class<? extends Augmentation<AceIp>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<AceIpv4>> |
AceIpv4Builder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<AceIpv6>> |
AceIpv6Builder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
AceIpv4Builder |
AceIpv4Builder.addAugmentation(Class<? extends Augmentation<AceIpv4>> augmentationType,
Augmentation<AceIpv4> augmentationValue) |
AceIpv6Builder |
AceIpv6Builder.addAugmentation(Class<? extends Augmentation<AceIpv6>> augmentationType,
Augmentation<AceIpv6> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
AceIpv4Builder |
AceIpv4Builder.addAugmentation(Class<? extends Augmentation<AceIpv4>> augmentationType,
Augmentation<AceIpv4> augmentationValue) |
AceIpv6Builder |
AceIpv6Builder.addAugmentation(Class<? extends Augmentation<AceIpv6>> augmentationType,
Augmentation<AceIpv6> augmentationValue) |
AceIpv4Builder |
AceIpv4Builder.removeAugmentation(Class<? extends Augmentation<AceIpv4>> augmentationType) |
AceIpv6Builder |
AceIpv6Builder.removeAugmentation(Class<? extends Augmentation<AceIpv6>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Hardware>> |
HardwareBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<HardwareStateChange>> |
HardwareStateChangeBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<HardwareStateOperDisabled>> |
HardwareStateOperDisabledBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<HardwareStateOperEnabled>> |
HardwareStateOperEnabledBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
HardwareBuilder |
HardwareBuilder.addAugmentation(Class<? extends Augmentation<Hardware>> augmentationType,
Augmentation<Hardware> augmentationValue) |
HardwareStateChangeBuilder |
HardwareStateChangeBuilder.addAugmentation(Class<? extends Augmentation<HardwareStateChange>> augmentationType,
Augmentation<HardwareStateChange> augmentationValue) |
HardwareStateOperDisabledBuilder |
HardwareStateOperDisabledBuilder.addAugmentation(Class<? extends Augmentation<HardwareStateOperDisabled>> augmentationType,
Augmentation<HardwareStateOperDisabled> augmentationValue) |
HardwareStateOperEnabledBuilder |
HardwareStateOperEnabledBuilder.addAugmentation(Class<? extends Augmentation<HardwareStateOperEnabled>> augmentationType,
Augmentation<HardwareStateOperEnabled> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Component>> |
ComponentBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ComponentBuilder |
ComponentBuilder.addAugmentation(Class<? extends Augmentation<Component>> augmentationType,
Augmentation<Component> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ComponentBuilder |
ComponentBuilder.addAugmentation(Class<? extends Augmentation<Component>> augmentationType,
Augmentation<Component> augmentationValue) |
ComponentBuilder |
ComponentBuilder.removeAugmentation(Class<? extends Augmentation<Component>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<SensorData>> |
SensorDataBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<State>> |
StateBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
SensorDataBuilder |
SensorDataBuilder.addAugmentation(Class<? extends Augmentation<SensorData>> augmentationType,
Augmentation<SensorData> augmentationValue) |
StateBuilder |
StateBuilder.addAugmentation(Class<? extends Augmentation<State>> augmentationType,
Augmentation<State> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
SensorDataBuilder |
SensorDataBuilder.addAugmentation(Class<? extends Augmentation<SensorData>> augmentationType,
Augmentation<SensorData> augmentationValue) |
StateBuilder |
StateBuilder.addAugmentation(Class<? extends Augmentation<State>> augmentationType,
Augmentation<State> augmentationValue) |
SensorDataBuilder |
SensorDataBuilder.removeAugmentation(Class<? extends Augmentation<SensorData>> augmentationType) |
StateBuilder |
StateBuilder.removeAugmentation(Class<? extends Augmentation<State>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Hardware>> |
HardwareBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<HardwareStateChange>> |
HardwareStateChangeBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<HardwareStateOperDisabled>> |
HardwareStateOperDisabledBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<HardwareStateOperEnabled>> |
HardwareStateOperEnabledBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
HardwareBuilder |
HardwareBuilder.addAugmentation(Class<? extends Augmentation<Hardware>> augmentationType,
Augmentation<Hardware> augmentationValue) |
HardwareStateChangeBuilder |
HardwareStateChangeBuilder.addAugmentation(Class<? extends Augmentation<HardwareStateChange>> augmentationType,
Augmentation<HardwareStateChange> augmentationValue) |
HardwareStateOperDisabledBuilder |
HardwareStateOperDisabledBuilder.addAugmentation(Class<? extends Augmentation<HardwareStateOperDisabled>> augmentationType,
Augmentation<HardwareStateOperDisabled> augmentationValue) |
HardwareStateOperEnabledBuilder |
HardwareStateOperEnabledBuilder.addAugmentation(Class<? extends Augmentation<HardwareStateOperEnabled>> augmentationType,
Augmentation<HardwareStateOperEnabled> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Component>> |
ComponentBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ComponentBuilder |
ComponentBuilder.addAugmentation(Class<? extends Augmentation<Component>> augmentationType,
Augmentation<Component> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ComponentBuilder |
ComponentBuilder.addAugmentation(Class<? extends Augmentation<Component>> augmentationType,
Augmentation<Component> augmentationValue) |
ComponentBuilder |
ComponentBuilder.removeAugmentation(Class<? extends Augmentation<Component>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<SensorData>> |
SensorDataBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<State>> |
StateBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
SensorDataBuilder |
SensorDataBuilder.addAugmentation(Class<? extends Augmentation<SensorData>> augmentationType,
Augmentation<SensorData> augmentationValue) |
StateBuilder |
StateBuilder.addAugmentation(Class<? extends Augmentation<State>> augmentationType,
Augmentation<State> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
SensorDataBuilder |
SensorDataBuilder.addAugmentation(Class<? extends Augmentation<SensorData>> augmentationType,
Augmentation<SensorData> augmentationValue) |
StateBuilder |
StateBuilder.addAugmentation(Class<? extends Augmentation<State>> augmentationType,
Augmentation<State> augmentationValue) |
SensorDataBuilder |
SensorDataBuilder.removeAugmentation(Class<? extends Augmentation<SensorData>> augmentationType) |
StateBuilder |
StateBuilder.removeAugmentation(Class<? extends Augmentation<State>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Interfaces>> |
InterfacesBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<InterfacesState>> |
InterfacesStateBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
InterfacesBuilder |
InterfacesBuilder.addAugmentation(Class<? extends Augmentation<Interfaces>> augmentationType,
Augmentation<Interfaces> augmentationValue) |
InterfacesStateBuilder |
InterfacesStateBuilder.addAugmentation(Class<? extends Augmentation<InterfacesState>> augmentationType,
Augmentation<InterfacesState> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
InterfacesBuilder |
InterfacesBuilder.addAugmentation(Class<? extends Augmentation<Interfaces>> augmentationType,
Augmentation<Interfaces> augmentationValue) |
InterfacesStateBuilder |
InterfacesStateBuilder.addAugmentation(Class<? extends Augmentation<InterfacesState>> augmentationType,
Augmentation<InterfacesState> augmentationValue) |
InterfacesBuilder |
InterfacesBuilder.removeAugmentation(Class<? extends Augmentation<Interfaces>> augmentationType) |
InterfacesStateBuilder |
InterfacesStateBuilder.removeAugmentation(Class<? extends Augmentation<InterfacesState>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Interface>> |
InterfaceBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
InterfaceBuilder |
InterfaceBuilder.addAugmentation(Class<? extends Augmentation<Interface>> augmentationType,
Augmentation<Interface> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
InterfaceBuilder |
InterfaceBuilder.addAugmentation(Class<? extends Augmentation<Interface>> augmentationType,
Augmentation<Interface> augmentationValue) |
InterfaceBuilder |
InterfaceBuilder.removeAugmentation(Class<? extends Augmentation<Interface>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Interface>> |
InterfaceBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
InterfaceBuilder |
InterfaceBuilder.addAugmentation(Class<? extends Augmentation<Interface>> augmentationType,
Augmentation<Interface> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
InterfaceBuilder |
InterfaceBuilder.addAugmentation(Class<? extends Augmentation<Interface>> augmentationType,
Augmentation<Interface> augmentationValue) |
InterfaceBuilder |
InterfaceBuilder.removeAugmentation(Class<? extends Augmentation<Interface>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Statistics>> |
StatisticsBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
StatisticsBuilder |
StatisticsBuilder.addAugmentation(Class<? extends Augmentation<Statistics>> augmentationType,
Augmentation<Statistics> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
StatisticsBuilder |
StatisticsBuilder.addAugmentation(Class<? extends Augmentation<Statistics>> augmentationType,
Augmentation<Statistics> augmentationValue) |
StatisticsBuilder |
StatisticsBuilder.removeAugmentation(Class<? extends Augmentation<Statistics>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Interfaces>> |
InterfacesBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<InterfacesState>> |
InterfacesStateBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
InterfacesBuilder |
InterfacesBuilder.addAugmentation(Class<? extends Augmentation<Interfaces>> augmentationType,
Augmentation<Interfaces> augmentationValue) |
InterfacesStateBuilder |
InterfacesStateBuilder.addAugmentation(Class<? extends Augmentation<InterfacesState>> augmentationType,
Augmentation<InterfacesState> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
InterfacesBuilder |
InterfacesBuilder.addAugmentation(Class<? extends Augmentation<Interfaces>> augmentationType,
Augmentation<Interfaces> augmentationValue) |
InterfacesStateBuilder |
InterfacesStateBuilder.addAugmentation(Class<? extends Augmentation<InterfacesState>> augmentationType,
Augmentation<InterfacesState> augmentationValue) |
InterfacesBuilder |
InterfacesBuilder.removeAugmentation(Class<? extends Augmentation<Interfaces>> augmentationType) |
InterfacesStateBuilder |
InterfacesStateBuilder.removeAugmentation(Class<? extends Augmentation<InterfacesState>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Interface>> |
InterfaceBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
InterfaceBuilder |
InterfaceBuilder.addAugmentation(Class<? extends Augmentation<Interface>> augmentationType,
Augmentation<Interface> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
InterfaceBuilder |
InterfaceBuilder.addAugmentation(Class<? extends Augmentation<Interface>> augmentationType,
Augmentation<Interface> augmentationValue) |
InterfaceBuilder |
InterfaceBuilder.removeAugmentation(Class<? extends Augmentation<Interface>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Statistics>> |
StatisticsBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
StatisticsBuilder |
StatisticsBuilder.addAugmentation(Class<? extends Augmentation<Statistics>> augmentationType,
Augmentation<Statistics> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
StatisticsBuilder |
StatisticsBuilder.addAugmentation(Class<? extends Augmentation<Statistics>> augmentationType,
Augmentation<Statistics> augmentationValue) |
StatisticsBuilder |
StatisticsBuilder.removeAugmentation(Class<? extends Augmentation<Statistics>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Interface>> |
InterfaceBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
InterfaceBuilder |
InterfaceBuilder.addAugmentation(Class<? extends Augmentation<Interface>> augmentationType,
Augmentation<Interface> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
InterfaceBuilder |
InterfaceBuilder.addAugmentation(Class<? extends Augmentation<Interface>> augmentationType,
Augmentation<Interface> augmentationValue) |
InterfaceBuilder |
InterfaceBuilder.removeAugmentation(Class<? extends Augmentation<Interface>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Statistics>> |
StatisticsBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
StatisticsBuilder |
StatisticsBuilder.addAugmentation(Class<? extends Augmentation<Statistics>> augmentationType,
Augmentation<Statistics> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
StatisticsBuilder |
StatisticsBuilder.addAugmentation(Class<? extends Augmentation<Statistics>> augmentationType,
Augmentation<Statistics> augmentationValue) |
StatisticsBuilder |
StatisticsBuilder.removeAugmentation(Class<? extends Augmentation<Statistics>> augmentationType) |
Modifier and Type | Interface and Description |
---|---|
interface |
Interface1 |
interface |
Interface2 |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Ipv4>> |
Ipv4Builder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Ipv6>> |
Ipv6Builder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
Ipv4Builder |
Ipv4Builder.addAugmentation(Class<? extends Augmentation<Ipv4>> augmentationType,
Augmentation<Ipv4> augmentationValue) |
Ipv6Builder |
Ipv6Builder.addAugmentation(Class<? extends Augmentation<Ipv6>> augmentationType,
Augmentation<Ipv6> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
Ipv4Builder |
Ipv4Builder.addAugmentation(Class<? extends Augmentation<Ipv4>> augmentationType,
Augmentation<Ipv4> augmentationValue) |
Ipv6Builder |
Ipv6Builder.addAugmentation(Class<? extends Augmentation<Ipv6>> augmentationType,
Augmentation<Ipv6> augmentationValue) |
Ipv4Builder |
Ipv4Builder.removeAugmentation(Class<? extends Augmentation<Ipv4>> augmentationType) |
Ipv6Builder |
Ipv6Builder.removeAugmentation(Class<? extends Augmentation<Ipv6>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Address>> |
AddressBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Neighbor>> |
NeighborBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
AddressBuilder |
AddressBuilder.addAugmentation(Class<? extends Augmentation<Address>> augmentationType,
Augmentation<Address> augmentationValue) |
NeighborBuilder |
NeighborBuilder.addAugmentation(Class<? extends Augmentation<Neighbor>> augmentationType,
Augmentation<Neighbor> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
AddressBuilder |
AddressBuilder.addAugmentation(Class<? extends Augmentation<Address>> augmentationType,
Augmentation<Address> augmentationValue) |
NeighborBuilder |
NeighborBuilder.addAugmentation(Class<? extends Augmentation<Neighbor>> augmentationType,
Augmentation<Neighbor> augmentationValue) |
AddressBuilder |
AddressBuilder.removeAugmentation(Class<? extends Augmentation<Address>> augmentationType) |
NeighborBuilder |
NeighborBuilder.removeAugmentation(Class<? extends Augmentation<Neighbor>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Netmask>> |
NetmaskBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<PrefixLength>> |
PrefixLengthBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
NetmaskBuilder |
NetmaskBuilder.addAugmentation(Class<? extends Augmentation<Netmask>> augmentationType,
Augmentation<Netmask> augmentationValue) |
PrefixLengthBuilder |
PrefixLengthBuilder.addAugmentation(Class<? extends Augmentation<PrefixLength>> augmentationType,
Augmentation<PrefixLength> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
NetmaskBuilder |
NetmaskBuilder.addAugmentation(Class<? extends Augmentation<Netmask>> augmentationType,
Augmentation<Netmask> augmentationValue) |
PrefixLengthBuilder |
PrefixLengthBuilder.addAugmentation(Class<? extends Augmentation<PrefixLength>> augmentationType,
Augmentation<PrefixLength> augmentationValue) |
NetmaskBuilder |
NetmaskBuilder.removeAugmentation(Class<? extends Augmentation<Netmask>> augmentationType) |
PrefixLengthBuilder |
PrefixLengthBuilder.removeAugmentation(Class<? extends Augmentation<PrefixLength>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Address>> |
AddressBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Autoconf>> |
AutoconfBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Neighbor>> |
NeighborBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
AddressBuilder |
AddressBuilder.addAugmentation(Class<? extends Augmentation<Address>> augmentationType,
Augmentation<Address> augmentationValue) |
AutoconfBuilder |
AutoconfBuilder.addAugmentation(Class<? extends Augmentation<Autoconf>> augmentationType,
Augmentation<Autoconf> augmentationValue) |
NeighborBuilder |
NeighborBuilder.addAugmentation(Class<? extends Augmentation<Neighbor>> augmentationType,
Augmentation<Neighbor> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
AddressBuilder |
AddressBuilder.addAugmentation(Class<? extends Augmentation<Address>> augmentationType,
Augmentation<Address> augmentationValue) |
AutoconfBuilder |
AutoconfBuilder.addAugmentation(Class<? extends Augmentation<Autoconf>> augmentationType,
Augmentation<Autoconf> augmentationValue) |
NeighborBuilder |
NeighborBuilder.addAugmentation(Class<? extends Augmentation<Neighbor>> augmentationType,
Augmentation<Neighbor> augmentationValue) |
AddressBuilder |
AddressBuilder.removeAugmentation(Class<? extends Augmentation<Address>> augmentationType) |
AutoconfBuilder |
AutoconfBuilder.removeAugmentation(Class<? extends Augmentation<Autoconf>> augmentationType) |
NeighborBuilder |
NeighborBuilder.removeAugmentation(Class<? extends Augmentation<Neighbor>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Ipv4>> |
Ipv4Builder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Ipv6>> |
Ipv6Builder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
Ipv4Builder |
Ipv4Builder.addAugmentation(Class<? extends Augmentation<Ipv4>> augmentationType,
Augmentation<Ipv4> augmentationValue) |
Ipv6Builder |
Ipv6Builder.addAugmentation(Class<? extends Augmentation<Ipv6>> augmentationType,
Augmentation<Ipv6> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
Ipv4Builder |
Ipv4Builder.addAugmentation(Class<? extends Augmentation<Ipv4>> augmentationType,
Augmentation<Ipv4> augmentationValue) |
Ipv6Builder |
Ipv6Builder.addAugmentation(Class<? extends Augmentation<Ipv6>> augmentationType,
Augmentation<Ipv6> augmentationValue) |
Ipv4Builder |
Ipv4Builder.removeAugmentation(Class<? extends Augmentation<Ipv4>> augmentationType) |
Ipv6Builder |
Ipv6Builder.removeAugmentation(Class<? extends Augmentation<Ipv6>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Address>> |
AddressBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Neighbor>> |
NeighborBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
AddressBuilder |
AddressBuilder.addAugmentation(Class<? extends Augmentation<Address>> augmentationType,
Augmentation<Address> augmentationValue) |
NeighborBuilder |
NeighborBuilder.addAugmentation(Class<? extends Augmentation<Neighbor>> augmentationType,
Augmentation<Neighbor> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
AddressBuilder |
AddressBuilder.addAugmentation(Class<? extends Augmentation<Address>> augmentationType,
Augmentation<Address> augmentationValue) |
NeighborBuilder |
NeighborBuilder.addAugmentation(Class<? extends Augmentation<Neighbor>> augmentationType,
Augmentation<Neighbor> augmentationValue) |
AddressBuilder |
AddressBuilder.removeAugmentation(Class<? extends Augmentation<Address>> augmentationType) |
NeighborBuilder |
NeighborBuilder.removeAugmentation(Class<? extends Augmentation<Neighbor>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Netmask>> |
NetmaskBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<PrefixLength>> |
PrefixLengthBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
NetmaskBuilder |
NetmaskBuilder.addAugmentation(Class<? extends Augmentation<Netmask>> augmentationType,
Augmentation<Netmask> augmentationValue) |
PrefixLengthBuilder |
PrefixLengthBuilder.addAugmentation(Class<? extends Augmentation<PrefixLength>> augmentationType,
Augmentation<PrefixLength> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
NetmaskBuilder |
NetmaskBuilder.addAugmentation(Class<? extends Augmentation<Netmask>> augmentationType,
Augmentation<Netmask> augmentationValue) |
PrefixLengthBuilder |
PrefixLengthBuilder.addAugmentation(Class<? extends Augmentation<PrefixLength>> augmentationType,
Augmentation<PrefixLength> augmentationValue) |
NetmaskBuilder |
NetmaskBuilder.removeAugmentation(Class<? extends Augmentation<Netmask>> augmentationType) |
PrefixLengthBuilder |
PrefixLengthBuilder.removeAugmentation(Class<? extends Augmentation<PrefixLength>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Address>> |
AddressBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Neighbor>> |
NeighborBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
AddressBuilder |
AddressBuilder.addAugmentation(Class<? extends Augmentation<Address>> augmentationType,
Augmentation<Address> augmentationValue) |
NeighborBuilder |
NeighborBuilder.addAugmentation(Class<? extends Augmentation<Neighbor>> augmentationType,
Augmentation<Neighbor> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
AddressBuilder |
AddressBuilder.addAugmentation(Class<? extends Augmentation<Address>> augmentationType,
Augmentation<Address> augmentationValue) |
NeighborBuilder |
NeighborBuilder.addAugmentation(Class<? extends Augmentation<Neighbor>> augmentationType,
Augmentation<Neighbor> augmentationValue) |
AddressBuilder |
AddressBuilder.removeAugmentation(Class<? extends Augmentation<Address>> augmentationType) |
NeighborBuilder |
NeighborBuilder.removeAugmentation(Class<? extends Augmentation<Neighbor>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Ipv4>> |
Ipv4Builder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Ipv6>> |
Ipv6Builder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
Ipv4Builder |
Ipv4Builder.addAugmentation(Class<? extends Augmentation<Ipv4>> augmentationType,
Augmentation<Ipv4> augmentationValue) |
Ipv6Builder |
Ipv6Builder.addAugmentation(Class<? extends Augmentation<Ipv6>> augmentationType,
Augmentation<Ipv6> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
Ipv4Builder |
Ipv4Builder.addAugmentation(Class<? extends Augmentation<Ipv4>> augmentationType,
Augmentation<Ipv4> augmentationValue) |
Ipv6Builder |
Ipv6Builder.addAugmentation(Class<? extends Augmentation<Ipv6>> augmentationType,
Augmentation<Ipv6> augmentationValue) |
Ipv4Builder |
Ipv4Builder.removeAugmentation(Class<? extends Augmentation<Ipv4>> augmentationType) |
Ipv6Builder |
Ipv6Builder.removeAugmentation(Class<? extends Augmentation<Ipv6>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Address>> |
AddressBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Neighbor>> |
NeighborBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
AddressBuilder |
AddressBuilder.addAugmentation(Class<? extends Augmentation<Address>> augmentationType,
Augmentation<Address> augmentationValue) |
NeighborBuilder |
NeighborBuilder.addAugmentation(Class<? extends Augmentation<Neighbor>> augmentationType,
Augmentation<Neighbor> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
AddressBuilder |
AddressBuilder.addAugmentation(Class<? extends Augmentation<Address>> augmentationType,
Augmentation<Address> augmentationValue) |
NeighborBuilder |
NeighborBuilder.addAugmentation(Class<? extends Augmentation<Neighbor>> augmentationType,
Augmentation<Neighbor> augmentationValue) |
AddressBuilder |
AddressBuilder.removeAugmentation(Class<? extends Augmentation<Address>> augmentationType) |
NeighborBuilder |
NeighborBuilder.removeAugmentation(Class<? extends Augmentation<Neighbor>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Netmask>> |
NetmaskBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<PrefixLength>> |
PrefixLengthBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
NetmaskBuilder |
NetmaskBuilder.addAugmentation(Class<? extends Augmentation<Netmask>> augmentationType,
Augmentation<Netmask> augmentationValue) |
PrefixLengthBuilder |
PrefixLengthBuilder.addAugmentation(Class<? extends Augmentation<PrefixLength>> augmentationType,
Augmentation<PrefixLength> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
NetmaskBuilder |
NetmaskBuilder.addAugmentation(Class<? extends Augmentation<Netmask>> augmentationType,
Augmentation<Netmask> augmentationValue) |
PrefixLengthBuilder |
PrefixLengthBuilder.addAugmentation(Class<? extends Augmentation<PrefixLength>> augmentationType,
Augmentation<PrefixLength> augmentationValue) |
NetmaskBuilder |
NetmaskBuilder.removeAugmentation(Class<? extends Augmentation<Netmask>> augmentationType) |
PrefixLengthBuilder |
PrefixLengthBuilder.removeAugmentation(Class<? extends Augmentation<PrefixLength>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Address>> |
AddressBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Autoconf>> |
AutoconfBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Neighbor>> |
NeighborBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
AddressBuilder |
AddressBuilder.addAugmentation(Class<? extends Augmentation<Address>> augmentationType,
Augmentation<Address> augmentationValue) |
AutoconfBuilder |
AutoconfBuilder.addAugmentation(Class<? extends Augmentation<Autoconf>> augmentationType,
Augmentation<Autoconf> augmentationValue) |
NeighborBuilder |
NeighborBuilder.addAugmentation(Class<? extends Augmentation<Neighbor>> augmentationType,
Augmentation<Neighbor> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
AddressBuilder |
AddressBuilder.addAugmentation(Class<? extends Augmentation<Address>> augmentationType,
Augmentation<Address> augmentationValue) |
AutoconfBuilder |
AutoconfBuilder.addAugmentation(Class<? extends Augmentation<Autoconf>> augmentationType,
Augmentation<Autoconf> augmentationValue) |
NeighborBuilder |
NeighborBuilder.addAugmentation(Class<? extends Augmentation<Neighbor>> augmentationType,
Augmentation<Neighbor> augmentationValue) |
AddressBuilder |
AddressBuilder.removeAugmentation(Class<? extends Augmentation<Address>> augmentationType) |
AutoconfBuilder |
AutoconfBuilder.removeAugmentation(Class<? extends Augmentation<Autoconf>> augmentationType) |
NeighborBuilder |
NeighborBuilder.removeAugmentation(Class<? extends Augmentation<Neighbor>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Ipv4>> |
Ipv4Builder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Ipv6>> |
Ipv6Builder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
Ipv4Builder |
Ipv4Builder.addAugmentation(Class<? extends Augmentation<Ipv4>> augmentationType,
Augmentation<Ipv4> augmentationValue) |
Ipv6Builder |
Ipv6Builder.addAugmentation(Class<? extends Augmentation<Ipv6>> augmentationType,
Augmentation<Ipv6> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
Ipv4Builder |
Ipv4Builder.addAugmentation(Class<? extends Augmentation<Ipv4>> augmentationType,
Augmentation<Ipv4> augmentationValue) |
Ipv6Builder |
Ipv6Builder.addAugmentation(Class<? extends Augmentation<Ipv6>> augmentationType,
Augmentation<Ipv6> augmentationValue) |
Ipv4Builder |
Ipv4Builder.removeAugmentation(Class<? extends Augmentation<Ipv4>> augmentationType) |
Ipv6Builder |
Ipv6Builder.removeAugmentation(Class<? extends Augmentation<Ipv6>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Address>> |
AddressBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Neighbor>> |
NeighborBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
AddressBuilder |
AddressBuilder.addAugmentation(Class<? extends Augmentation<Address>> augmentationType,
Augmentation<Address> augmentationValue) |
NeighborBuilder |
NeighborBuilder.addAugmentation(Class<? extends Augmentation<Neighbor>> augmentationType,
Augmentation<Neighbor> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
AddressBuilder |
AddressBuilder.addAugmentation(Class<? extends Augmentation<Address>> augmentationType,
Augmentation<Address> augmentationValue) |
NeighborBuilder |
NeighborBuilder.addAugmentation(Class<? extends Augmentation<Neighbor>> augmentationType,
Augmentation<Neighbor> augmentationValue) |
AddressBuilder |
AddressBuilder.removeAugmentation(Class<? extends Augmentation<Address>> augmentationType) |
NeighborBuilder |
NeighborBuilder.removeAugmentation(Class<? extends Augmentation<Neighbor>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Netmask>> |
NetmaskBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<PrefixLength>> |
PrefixLengthBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
NetmaskBuilder |
NetmaskBuilder.addAugmentation(Class<? extends Augmentation<Netmask>> augmentationType,
Augmentation<Netmask> augmentationValue) |
PrefixLengthBuilder |
PrefixLengthBuilder.addAugmentation(Class<? extends Augmentation<PrefixLength>> augmentationType,
Augmentation<PrefixLength> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
NetmaskBuilder |
NetmaskBuilder.addAugmentation(Class<? extends Augmentation<Netmask>> augmentationType,
Augmentation<Netmask> augmentationValue) |
PrefixLengthBuilder |
PrefixLengthBuilder.addAugmentation(Class<? extends Augmentation<PrefixLength>> augmentationType,
Augmentation<PrefixLength> augmentationValue) |
NetmaskBuilder |
NetmaskBuilder.removeAugmentation(Class<? extends Augmentation<Netmask>> augmentationType) |
PrefixLengthBuilder |
PrefixLengthBuilder.removeAugmentation(Class<? extends Augmentation<PrefixLength>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Address>> |
AddressBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Neighbor>> |
NeighborBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
AddressBuilder |
AddressBuilder.addAugmentation(Class<? extends Augmentation<Address>> augmentationType,
Augmentation<Address> augmentationValue) |
NeighborBuilder |
NeighborBuilder.addAugmentation(Class<? extends Augmentation<Neighbor>> augmentationType,
Augmentation<Neighbor> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
AddressBuilder |
AddressBuilder.addAugmentation(Class<? extends Augmentation<Address>> augmentationType,
Augmentation<Address> augmentationValue) |
NeighborBuilder |
NeighborBuilder.addAugmentation(Class<? extends Augmentation<Neighbor>> augmentationType,
Augmentation<Neighbor> augmentationValue) |
AddressBuilder |
AddressBuilder.removeAugmentation(Class<? extends Augmentation<Address>> augmentationType) |
NeighborBuilder |
NeighborBuilder.removeAugmentation(Class<? extends Augmentation<Neighbor>> augmentationType) |
Modifier and Type | Interface and Description |
---|---|
interface |
Input2 |
interface |
NextHop2 |
interface |
NextHop3 |
interface |
NextHop4 |
interface |
Route1 |
interface |
Route2 |
interface |
Route3 |
interface |
Route4 |
interface |
SimpleNextHop2 |
interface |
SimpleNextHop3 |
interface |
SimpleNextHop4 |
interface |
StaticRoutes1 |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Ipv4>> |
Ipv4Builder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
Ipv4Builder |
Ipv4Builder.addAugmentation(Class<? extends Augmentation<Ipv4>> augmentationType,
Augmentation<Ipv4> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
Ipv4Builder |
Ipv4Builder.addAugmentation(Class<? extends Augmentation<Ipv4>> augmentationType,
Augmentation<Ipv4> augmentationValue) |
Ipv4Builder |
Ipv4Builder.removeAugmentation(Class<? extends Augmentation<Ipv4>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Route>> |
RouteBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
RouteBuilder |
RouteBuilder.addAugmentation(Class<? extends Augmentation<Route>> augmentationType,
Augmentation<Route> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
RouteBuilder |
RouteBuilder.addAugmentation(Class<? extends Augmentation<Route>> augmentationType,
Augmentation<Route> augmentationValue) |
RouteBuilder |
RouteBuilder.removeAugmentation(Class<? extends Augmentation<Route>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<NextHop>> |
NextHopBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
NextHopBuilder |
NextHopBuilder.addAugmentation(Class<? extends Augmentation<NextHop>> augmentationType,
Augmentation<NextHop> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
NextHopBuilder |
NextHopBuilder.addAugmentation(Class<? extends Augmentation<NextHop>> augmentationType,
Augmentation<NextHop> augmentationValue) |
NextHopBuilder |
NextHopBuilder.removeAugmentation(Class<? extends Augmentation<NextHop>> augmentationType) |
Modifier and Type | Interface and Description |
---|---|
interface |
NextHop1 |
interface |
SimpleNextHop1 |
Modifier and Type | Interface and Description |
---|---|
interface |
Ipv61 |
interface |
Ipv62 |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Ipv6RouterAdvertisements>> |
Ipv6RouterAdvertisementsBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
Ipv6RouterAdvertisementsBuilder |
Ipv6RouterAdvertisementsBuilder.addAugmentation(Class<? extends Augmentation<Ipv6RouterAdvertisements>> augmentationType,
Augmentation<Ipv6RouterAdvertisements> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
Ipv6RouterAdvertisementsBuilder |
Ipv6RouterAdvertisementsBuilder.addAugmentation(Class<? extends Augmentation<Ipv6RouterAdvertisements>> augmentationType,
Augmentation<Ipv6RouterAdvertisements> augmentationValue) |
Ipv6RouterAdvertisementsBuilder |
Ipv6RouterAdvertisementsBuilder.removeAugmentation(Class<? extends Augmentation<Ipv6RouterAdvertisements>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<PrefixList>> |
PrefixListBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
PrefixListBuilder |
PrefixListBuilder.addAugmentation(Class<? extends Augmentation<PrefixList>> augmentationType,
Augmentation<PrefixList> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
PrefixListBuilder |
PrefixListBuilder.addAugmentation(Class<? extends Augmentation<PrefixList>> augmentationType,
Augmentation<PrefixList> augmentationValue) |
PrefixListBuilder |
PrefixListBuilder.removeAugmentation(Class<? extends Augmentation<PrefixList>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Prefix>> |
PrefixBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
PrefixBuilder |
PrefixBuilder.addAugmentation(Class<? extends Augmentation<Prefix>> augmentationType,
Augmentation<Prefix> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
PrefixBuilder |
PrefixBuilder.addAugmentation(Class<? extends Augmentation<Prefix>> augmentationType,
Augmentation<Prefix> augmentationValue) |
PrefixBuilder |
PrefixBuilder.removeAugmentation(Class<? extends Augmentation<Prefix>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Advertise>> |
AdvertiseBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<NoAdvertise>> |
NoAdvertiseBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
AdvertiseBuilder |
AdvertiseBuilder.addAugmentation(Class<? extends Augmentation<Advertise>> augmentationType,
Augmentation<Advertise> augmentationValue) |
NoAdvertiseBuilder |
NoAdvertiseBuilder.addAugmentation(Class<? extends Augmentation<NoAdvertise>> augmentationType,
Augmentation<NoAdvertise> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
AdvertiseBuilder |
AdvertiseBuilder.addAugmentation(Class<? extends Augmentation<Advertise>> augmentationType,
Augmentation<Advertise> augmentationValue) |
NoAdvertiseBuilder |
NoAdvertiseBuilder.addAugmentation(Class<? extends Augmentation<NoAdvertise>> augmentationType,
Augmentation<NoAdvertise> augmentationValue) |
AdvertiseBuilder |
AdvertiseBuilder.removeAugmentation(Class<? extends Augmentation<Advertise>> augmentationType) |
NoAdvertiseBuilder |
NoAdvertiseBuilder.removeAugmentation(Class<? extends Augmentation<NoAdvertise>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Ipv6RouterAdvertisements>> |
Ipv6RouterAdvertisementsBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
Ipv6RouterAdvertisementsBuilder |
Ipv6RouterAdvertisementsBuilder.addAugmentation(Class<? extends Augmentation<Ipv6RouterAdvertisements>> augmentationType,
Augmentation<Ipv6RouterAdvertisements> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
Ipv6RouterAdvertisementsBuilder |
Ipv6RouterAdvertisementsBuilder.addAugmentation(Class<? extends Augmentation<Ipv6RouterAdvertisements>> augmentationType,
Augmentation<Ipv6RouterAdvertisements> augmentationValue) |
Ipv6RouterAdvertisementsBuilder |
Ipv6RouterAdvertisementsBuilder.removeAugmentation(Class<? extends Augmentation<Ipv6RouterAdvertisements>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<PrefixList>> |
PrefixListBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
PrefixListBuilder |
PrefixListBuilder.addAugmentation(Class<? extends Augmentation<PrefixList>> augmentationType,
Augmentation<PrefixList> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
PrefixListBuilder |
PrefixListBuilder.addAugmentation(Class<? extends Augmentation<PrefixList>> augmentationType,
Augmentation<PrefixList> augmentationValue) |
PrefixListBuilder |
PrefixListBuilder.removeAugmentation(Class<? extends Augmentation<PrefixList>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Prefix>> |
PrefixBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
PrefixBuilder |
PrefixBuilder.addAugmentation(Class<? extends Augmentation<Prefix>> augmentationType,
Augmentation<Prefix> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
PrefixBuilder |
PrefixBuilder.addAugmentation(Class<? extends Augmentation<Prefix>> augmentationType,
Augmentation<Prefix> augmentationValue) |
PrefixBuilder |
PrefixBuilder.removeAugmentation(Class<? extends Augmentation<Prefix>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Ipv6>> |
Ipv6Builder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
Ipv6Builder |
Ipv6Builder.addAugmentation(Class<? extends Augmentation<Ipv6>> augmentationType,
Augmentation<Ipv6> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
Ipv6Builder |
Ipv6Builder.addAugmentation(Class<? extends Augmentation<Ipv6>> augmentationType,
Augmentation<Ipv6> augmentationValue) |
Ipv6Builder |
Ipv6Builder.removeAugmentation(Class<? extends Augmentation<Ipv6>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Route>> |
RouteBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
RouteBuilder |
RouteBuilder.addAugmentation(Class<? extends Augmentation<Route>> augmentationType,
Augmentation<Route> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
RouteBuilder |
RouteBuilder.addAugmentation(Class<? extends Augmentation<Route>> augmentationType,
Augmentation<Route> augmentationValue) |
RouteBuilder |
RouteBuilder.removeAugmentation(Class<? extends Augmentation<Route>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<NextHop>> |
NextHopBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
NextHopBuilder |
NextHopBuilder.addAugmentation(Class<? extends Augmentation<NextHop>> augmentationType,
Augmentation<NextHop> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
NextHopBuilder |
NextHopBuilder.addAugmentation(Class<? extends Augmentation<NextHop>> augmentationType,
Augmentation<NextHop> augmentationValue) |
NextHopBuilder |
NextHopBuilder.removeAugmentation(Class<? extends Augmentation<NextHop>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<AfiList>> |
AfiListBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<ApplicationData>> |
ApplicationDataBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<AsNumber>> |
AsNumberBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<AsNumberLcaf>> |
AsNumberLcafBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<DistinguishedName>> |
DistinguishedNameBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<ExplicitLocatorPath>> |
ExplicitLocatorPathBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<GeoCoordinates>> |
GeoCoordinatesBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<InstanceId>> |
InstanceIdBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Ipv4>> |
Ipv4Builder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Ipv4Prefix>> |
Ipv4PrefixBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Ipv6>> |
Ipv6Builder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Ipv6Prefix>> |
Ipv6PrefixBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<KeyValueAddress>> |
KeyValueAddressBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Mac>> |
MacBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<NatTraversal>> |
NatTraversalBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<NoAddress>> |
NoAddressBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<NullAddress>> |
NullAddressBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<ServicePath>> |
ServicePathBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<SourceDestKey>> |
SourceDestKeyBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<NullAddress>> |
NullAddressBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
NullAddressBuilder |
NullAddressBuilder.addAugmentation(Class<? extends Augmentation<NullAddress>> augmentationType,
Augmentation<NullAddress> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
NullAddressBuilder |
NullAddressBuilder.addAugmentation(Class<? extends Augmentation<NullAddress>> augmentationType,
Augmentation<NullAddress> augmentationValue) |
NullAddressBuilder |
NullAddressBuilder.removeAugmentation(Class<? extends Augmentation<NullAddress>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<AfiList>> |
AfiListBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
AfiListBuilder |
AfiListBuilder.addAugmentation(Class<? extends Augmentation<AfiList>> augmentationType,
Augmentation<AfiList> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
AfiListBuilder |
AfiListBuilder.addAugmentation(Class<? extends Augmentation<AfiList>> augmentationType,
Augmentation<AfiList> augmentationValue) |
AfiListBuilder |
AfiListBuilder.removeAugmentation(Class<? extends Augmentation<AfiList>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<ApplicationData>> |
ApplicationDataBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ApplicationDataBuilder |
ApplicationDataBuilder.addAugmentation(Class<? extends Augmentation<ApplicationData>> augmentationType,
Augmentation<ApplicationData> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ApplicationDataBuilder |
ApplicationDataBuilder.addAugmentation(Class<? extends Augmentation<ApplicationData>> augmentationType,
Augmentation<ApplicationData> augmentationValue) |
ApplicationDataBuilder |
ApplicationDataBuilder.removeAugmentation(Class<? extends Augmentation<ApplicationData>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<AsNumberLcaf>> |
AsNumberLcafBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
AsNumberLcafBuilder |
AsNumberLcafBuilder.addAugmentation(Class<? extends Augmentation<AsNumberLcaf>> augmentationType,
Augmentation<AsNumberLcaf> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
AsNumberLcafBuilder |
AsNumberLcafBuilder.addAugmentation(Class<? extends Augmentation<AsNumberLcaf>> augmentationType,
Augmentation<AsNumberLcaf> augmentationValue) |
AsNumberLcafBuilder |
AsNumberLcafBuilder.removeAugmentation(Class<? extends Augmentation<AsNumberLcaf>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<ExplicitLocatorPath>> |
ExplicitLocatorPathBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ExplicitLocatorPathBuilder |
ExplicitLocatorPathBuilder.addAugmentation(Class<? extends Augmentation<ExplicitLocatorPath>> augmentationType,
Augmentation<ExplicitLocatorPath> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ExplicitLocatorPathBuilder |
ExplicitLocatorPathBuilder.addAugmentation(Class<? extends Augmentation<ExplicitLocatorPath>> augmentationType,
Augmentation<ExplicitLocatorPath> augmentationValue) |
ExplicitLocatorPathBuilder |
ExplicitLocatorPathBuilder.removeAugmentation(Class<? extends Augmentation<ExplicitLocatorPath>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Hop>> |
HopBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
HopBuilder |
HopBuilder.addAugmentation(Class<? extends Augmentation<Hop>> augmentationType,
Augmentation<Hop> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
HopBuilder |
HopBuilder.addAugmentation(Class<? extends Augmentation<Hop>> augmentationType,
Augmentation<Hop> augmentationValue) |
HopBuilder |
HopBuilder.removeAugmentation(Class<? extends Augmentation<Hop>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<GeoCoordinates>> |
GeoCoordinatesBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
GeoCoordinatesBuilder |
GeoCoordinatesBuilder.addAugmentation(Class<? extends Augmentation<GeoCoordinates>> augmentationType,
Augmentation<GeoCoordinates> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
GeoCoordinatesBuilder |
GeoCoordinatesBuilder.addAugmentation(Class<? extends Augmentation<GeoCoordinates>> augmentationType,
Augmentation<GeoCoordinates> augmentationValue) |
GeoCoordinatesBuilder |
GeoCoordinatesBuilder.removeAugmentation(Class<? extends Augmentation<GeoCoordinates>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<InstanceId>> |
InstanceIdBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
InstanceIdBuilder |
InstanceIdBuilder.addAugmentation(Class<? extends Augmentation<InstanceId>> augmentationType,
Augmentation<InstanceId> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
InstanceIdBuilder |
InstanceIdBuilder.addAugmentation(Class<? extends Augmentation<InstanceId>> augmentationType,
Augmentation<InstanceId> augmentationValue) |
InstanceIdBuilder |
InstanceIdBuilder.removeAugmentation(Class<? extends Augmentation<InstanceId>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<KeyValueAddress>> |
KeyValueAddressBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
KeyValueAddressBuilder |
KeyValueAddressBuilder.addAugmentation(Class<? extends Augmentation<KeyValueAddress>> augmentationType,
Augmentation<KeyValueAddress> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
KeyValueAddressBuilder |
KeyValueAddressBuilder.addAugmentation(Class<? extends Augmentation<KeyValueAddress>> augmentationType,
Augmentation<KeyValueAddress> augmentationValue) |
KeyValueAddressBuilder |
KeyValueAddressBuilder.removeAugmentation(Class<? extends Augmentation<KeyValueAddress>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<NatTraversal>> |
NatTraversalBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
NatTraversalBuilder |
NatTraversalBuilder.addAugmentation(Class<? extends Augmentation<NatTraversal>> augmentationType,
Augmentation<NatTraversal> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
NatTraversalBuilder |
NatTraversalBuilder.addAugmentation(Class<? extends Augmentation<NatTraversal>> augmentationType,
Augmentation<NatTraversal> augmentationValue) |
NatTraversalBuilder |
NatTraversalBuilder.removeAugmentation(Class<? extends Augmentation<NatTraversal>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<ServicePath>> |
ServicePathBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ServicePathBuilder |
ServicePathBuilder.addAugmentation(Class<? extends Augmentation<ServicePath>> augmentationType,
Augmentation<ServicePath> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ServicePathBuilder |
ServicePathBuilder.addAugmentation(Class<? extends Augmentation<ServicePath>> augmentationType,
Augmentation<ServicePath> augmentationValue) |
ServicePathBuilder |
ServicePathBuilder.removeAugmentation(Class<? extends Augmentation<ServicePath>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<SourceDestKey>> |
SourceDestKeyBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
SourceDestKeyBuilder |
SourceDestKeyBuilder.addAugmentation(Class<? extends Augmentation<SourceDestKey>> augmentationType,
Augmentation<SourceDestKey> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
SourceDestKeyBuilder |
SourceDestKeyBuilder.addAugmentation(Class<? extends Augmentation<SourceDestKey>> augmentationType,
Augmentation<SourceDestKey> augmentationValue) |
SourceDestKeyBuilder |
SourceDestKeyBuilder.removeAugmentation(Class<? extends Augmentation<SourceDestKey>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Networks>> |
NetworksBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
NetworksBuilder |
NetworksBuilder.addAugmentation(Class<? extends Augmentation<Networks>> augmentationType,
Augmentation<Networks> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
NetworksBuilder |
NetworksBuilder.addAugmentation(Class<? extends Augmentation<Networks>> augmentationType,
Augmentation<Networks> augmentationValue) |
NetworksBuilder |
NetworksBuilder.removeAugmentation(Class<? extends Augmentation<Networks>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Network>> |
NetworkBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
NetworkBuilder |
NetworkBuilder.addAugmentation(Class<? extends Augmentation<Network>> augmentationType,
Augmentation<Network> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
NetworkBuilder |
NetworkBuilder.addAugmentation(Class<? extends Augmentation<Network>> augmentationType,
Augmentation<Network> augmentationValue) |
NetworkBuilder |
NetworkBuilder.removeAugmentation(Class<? extends Augmentation<Network>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<NetworkTypes>> |
NetworkTypesBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Node>> |
NodeBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<SupportingNetwork>> |
SupportingNetworkBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
NetworkTypesBuilder |
NetworkTypesBuilder.addAugmentation(Class<? extends Augmentation<NetworkTypes>> augmentationType,
Augmentation<NetworkTypes> augmentationValue) |
NodeBuilder |
NodeBuilder.addAugmentation(Class<? extends Augmentation<Node>> augmentationType,
Augmentation<Node> augmentationValue) |
SupportingNetworkBuilder |
SupportingNetworkBuilder.addAugmentation(Class<? extends Augmentation<SupportingNetwork>> augmentationType,
Augmentation<SupportingNetwork> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<SupportingNode>> |
SupportingNodeBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
SupportingNodeBuilder |
SupportingNodeBuilder.addAugmentation(Class<? extends Augmentation<SupportingNode>> augmentationType,
Augmentation<SupportingNode> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
SupportingNodeBuilder |
SupportingNodeBuilder.addAugmentation(Class<? extends Augmentation<SupportingNode>> augmentationType,
Augmentation<SupportingNode> augmentationValue) |
SupportingNodeBuilder |
SupportingNodeBuilder.removeAugmentation(Class<? extends Augmentation<SupportingNode>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Networks>> |
NetworksBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
NetworksBuilder |
NetworksBuilder.addAugmentation(Class<? extends Augmentation<Networks>> augmentationType,
Augmentation<Networks> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
NetworksBuilder |
NetworksBuilder.addAugmentation(Class<? extends Augmentation<Networks>> augmentationType,
Augmentation<Networks> augmentationValue) |
NetworksBuilder |
NetworksBuilder.removeAugmentation(Class<? extends Augmentation<Networks>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Network>> |
NetworkBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
NetworkBuilder |
NetworkBuilder.addAugmentation(Class<? extends Augmentation<Network>> augmentationType,
Augmentation<Network> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
NetworkBuilder |
NetworkBuilder.addAugmentation(Class<? extends Augmentation<Network>> augmentationType,
Augmentation<Network> augmentationValue) |
NetworkBuilder |
NetworkBuilder.removeAugmentation(Class<? extends Augmentation<Network>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<NetworkTypes>> |
NetworkTypesBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Node>> |
NodeBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<SupportingNetwork>> |
SupportingNetworkBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
NetworkTypesBuilder |
NetworkTypesBuilder.addAugmentation(Class<? extends Augmentation<NetworkTypes>> augmentationType,
Augmentation<NetworkTypes> augmentationValue) |
NodeBuilder |
NodeBuilder.addAugmentation(Class<? extends Augmentation<Node>> augmentationType,
Augmentation<Node> augmentationValue) |
SupportingNetworkBuilder |
SupportingNetworkBuilder.addAugmentation(Class<? extends Augmentation<SupportingNetwork>> augmentationType,
Augmentation<SupportingNetwork> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<SupportingNode>> |
SupportingNodeBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
SupportingNodeBuilder |
SupportingNodeBuilder.addAugmentation(Class<? extends Augmentation<SupportingNode>> augmentationType,
Augmentation<SupportingNode> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
SupportingNodeBuilder |
SupportingNodeBuilder.addAugmentation(Class<? extends Augmentation<SupportingNode>> augmentationType,
Augmentation<SupportingNode> augmentationValue) |
SupportingNodeBuilder |
SupportingNodeBuilder.removeAugmentation(Class<? extends Augmentation<SupportingNode>> augmentationType) |
Modifier and Type | Interface and Description |
---|---|
interface |
Network1 |
interface |
Node1 |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Link>> |
LinkBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
LinkBuilder |
LinkBuilder.addAugmentation(Class<? extends Augmentation<Link>> augmentationType,
Augmentation<Link> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
LinkBuilder |
LinkBuilder.addAugmentation(Class<? extends Augmentation<Link>> augmentationType,
Augmentation<Link> augmentationValue) |
LinkBuilder |
LinkBuilder.removeAugmentation(Class<? extends Augmentation<Link>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Destination>> |
DestinationBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Source>> |
SourceBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<SupportingLink>> |
SupportingLinkBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
DestinationBuilder |
DestinationBuilder.addAugmentation(Class<? extends Augmentation<Destination>> augmentationType,
Augmentation<Destination> augmentationValue) |
SourceBuilder |
SourceBuilder.addAugmentation(Class<? extends Augmentation<Source>> augmentationType,
Augmentation<Source> augmentationValue) |
SupportingLinkBuilder |
SupportingLinkBuilder.addAugmentation(Class<? extends Augmentation<SupportingLink>> augmentationType,
Augmentation<SupportingLink> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<TerminationPoint>> |
TerminationPointBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
TerminationPointBuilder |
TerminationPointBuilder.addAugmentation(Class<? extends Augmentation<TerminationPoint>> augmentationType,
Augmentation<TerminationPoint> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
TerminationPointBuilder |
TerminationPointBuilder.addAugmentation(Class<? extends Augmentation<TerminationPoint>> augmentationType,
Augmentation<TerminationPoint> augmentationValue) |
TerminationPointBuilder |
TerminationPointBuilder.removeAugmentation(Class<? extends Augmentation<TerminationPoint>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<SupportingTerminationPoint>> |
SupportingTerminationPointBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
SupportingTerminationPointBuilder |
SupportingTerminationPointBuilder.addAugmentation(Class<? extends Augmentation<SupportingTerminationPoint>> augmentationType,
Augmentation<SupportingTerminationPoint> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
SupportingTerminationPointBuilder |
SupportingTerminationPointBuilder.addAugmentation(Class<? extends Augmentation<SupportingTerminationPoint>> augmentationType,
Augmentation<SupportingTerminationPoint> augmentationValue) |
SupportingTerminationPointBuilder |
SupportingTerminationPointBuilder.removeAugmentation(Class<? extends Augmentation<SupportingTerminationPoint>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Link>> |
LinkBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
LinkBuilder |
LinkBuilder.addAugmentation(Class<? extends Augmentation<Link>> augmentationType,
Augmentation<Link> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
LinkBuilder |
LinkBuilder.addAugmentation(Class<? extends Augmentation<Link>> augmentationType,
Augmentation<Link> augmentationValue) |
LinkBuilder |
LinkBuilder.removeAugmentation(Class<? extends Augmentation<Link>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Destination>> |
DestinationBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Source>> |
SourceBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<SupportingLink>> |
SupportingLinkBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
DestinationBuilder |
DestinationBuilder.addAugmentation(Class<? extends Augmentation<Destination>> augmentationType,
Augmentation<Destination> augmentationValue) |
SourceBuilder |
SourceBuilder.addAugmentation(Class<? extends Augmentation<Source>> augmentationType,
Augmentation<Source> augmentationValue) |
SupportingLinkBuilder |
SupportingLinkBuilder.addAugmentation(Class<? extends Augmentation<SupportingLink>> augmentationType,
Augmentation<SupportingLink> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<TerminationPoint>> |
TerminationPointBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
TerminationPointBuilder |
TerminationPointBuilder.addAugmentation(Class<? extends Augmentation<TerminationPoint>> augmentationType,
Augmentation<TerminationPoint> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
TerminationPointBuilder |
TerminationPointBuilder.addAugmentation(Class<? extends Augmentation<TerminationPoint>> augmentationType,
Augmentation<TerminationPoint> augmentationValue) |
TerminationPointBuilder |
TerminationPointBuilder.removeAugmentation(Class<? extends Augmentation<TerminationPoint>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<SupportingTerminationPoint>> |
SupportingTerminationPointBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
SupportingTerminationPointBuilder |
SupportingTerminationPointBuilder.addAugmentation(Class<? extends Augmentation<SupportingTerminationPoint>> augmentationType,
Augmentation<SupportingTerminationPoint> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
SupportingTerminationPointBuilder |
SupportingTerminationPointBuilder.addAugmentation(Class<? extends Augmentation<SupportingTerminationPoint>> augmentationType,
Augmentation<SupportingTerminationPoint> augmentationValue) |
SupportingTerminationPointBuilder |
SupportingTerminationPointBuilder.removeAugmentation(Class<? extends Augmentation<SupportingTerminationPoint>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<DestinationPortRange>> |
DestinationPortRangeBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<SourcePortRange>> |
SourcePortRangeBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
DestinationPortRangeBuilder |
DestinationPortRangeBuilder.addAugmentation(Class<? extends Augmentation<DestinationPortRange>> augmentationType,
Augmentation<DestinationPortRange> augmentationValue) |
SourcePortRangeBuilder |
SourcePortRangeBuilder.addAugmentation(Class<? extends Augmentation<SourcePortRange>> augmentationType,
Augmentation<SourcePortRange> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
DestinationPortRangeBuilder |
DestinationPortRangeBuilder.addAugmentation(Class<? extends Augmentation<DestinationPortRange>> augmentationType,
Augmentation<DestinationPortRange> augmentationValue) |
SourcePortRangeBuilder |
SourcePortRangeBuilder.addAugmentation(Class<? extends Augmentation<SourcePortRange>> augmentationType,
Augmentation<SourcePortRange> augmentationValue) |
DestinationPortRangeBuilder |
DestinationPortRangeBuilder.removeAugmentation(Class<? extends Augmentation<DestinationPortRange>> augmentationType) |
SourcePortRangeBuilder |
SourcePortRangeBuilder.removeAugmentation(Class<? extends Augmentation<SourcePortRange>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Errors>> |
ErrorsBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ErrorsBuilder |
ErrorsBuilder.addAugmentation(Class<? extends Augmentation<Errors>> augmentationType,
Augmentation<Errors> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ErrorsBuilder |
ErrorsBuilder.addAugmentation(Class<? extends Augmentation<Errors>> augmentationType,
Augmentation<Errors> augmentationValue) |
ErrorsBuilder |
ErrorsBuilder.removeAugmentation(Class<? extends Augmentation<Errors>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Error>> |
ErrorBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ErrorBuilder |
ErrorBuilder.addAugmentation(Class<? extends Augmentation<Error>> augmentationType,
Augmentation<Error> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ErrorBuilder |
ErrorBuilder.addAugmentation(Class<? extends Augmentation<Error>> augmentationType,
Augmentation<Error> augmentationValue) |
ErrorBuilder |
ErrorBuilder.removeAugmentation(Class<? extends Augmentation<Error>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<ErrorInfo>> |
ErrorInfoBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ErrorInfoBuilder |
ErrorInfoBuilder.addAugmentation(Class<? extends Augmentation<ErrorInfo>> augmentationType,
Augmentation<ErrorInfo> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ErrorInfoBuilder |
ErrorInfoBuilder.addAugmentation(Class<? extends Augmentation<ErrorInfo>> augmentationType,
Augmentation<ErrorInfo> augmentationValue) |
ErrorInfoBuilder |
ErrorInfoBuilder.removeAugmentation(Class<? extends Augmentation<ErrorInfo>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Notification>> |
NotificationBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
NotificationBuilder |
NotificationBuilder.addAugmentation(Class<? extends Augmentation<Notification>> augmentationType,
Augmentation<Notification> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
NotificationBuilder |
NotificationBuilder.addAugmentation(Class<? extends Augmentation<Notification>> augmentationType,
Augmentation<Notification> augmentationValue) |
NotificationBuilder |
NotificationBuilder.removeAugmentation(Class<? extends Augmentation<Notification>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Restconf>> |
RestconfBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
RestconfBuilder |
RestconfBuilder.addAugmentation(Class<? extends Augmentation<Restconf>> augmentationType,
Augmentation<Restconf> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
RestconfBuilder |
RestconfBuilder.addAugmentation(Class<? extends Augmentation<Restconf>> augmentationType,
Augmentation<Restconf> augmentationValue) |
RestconfBuilder |
RestconfBuilder.removeAugmentation(Class<? extends Augmentation<Restconf>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Config>> |
ConfigBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Modules>> |
ModulesBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Operational>> |
OperationalBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Operations>> |
OperationsBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Streams>> |
StreamsBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ConfigBuilder |
ConfigBuilder.addAugmentation(Class<? extends Augmentation<Config>> augmentationType,
Augmentation<Config> augmentationValue) |
ModulesBuilder |
ModulesBuilder.addAugmentation(Class<? extends Augmentation<Modules>> augmentationType,
Augmentation<Modules> augmentationValue) |
OperationalBuilder |
OperationalBuilder.addAugmentation(Class<? extends Augmentation<Operational>> augmentationType,
Augmentation<Operational> augmentationValue) |
OperationsBuilder |
OperationsBuilder.addAugmentation(Class<? extends Augmentation<Operations>> augmentationType,
Augmentation<Operations> augmentationValue) |
StreamsBuilder |
StreamsBuilder.addAugmentation(Class<? extends Augmentation<Streams>> augmentationType,
Augmentation<Streams> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Module>> |
ModuleBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ModuleBuilder |
ModuleBuilder.addAugmentation(Class<? extends Augmentation<Module>> augmentationType,
Augmentation<Module> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ModuleBuilder |
ModuleBuilder.addAugmentation(Class<? extends Augmentation<Module>> augmentationType,
Augmentation<Module> augmentationValue) |
ModuleBuilder |
ModuleBuilder.removeAugmentation(Class<? extends Augmentation<Module>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Stream>> |
StreamBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
StreamBuilder |
StreamBuilder.addAugmentation(Class<? extends Augmentation<Stream>> augmentationType,
Augmentation<Stream> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
StreamBuilder |
StreamBuilder.addAugmentation(Class<? extends Augmentation<Stream>> augmentationType,
Augmentation<Stream> augmentationValue) |
StreamBuilder |
StreamBuilder.removeAugmentation(Class<? extends Augmentation<Stream>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<YangPatch>> |
YangPatchBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
YangPatchBuilder |
YangPatchBuilder.addAugmentation(Class<? extends Augmentation<YangPatch>> augmentationType,
Augmentation<YangPatch> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
YangPatchBuilder |
YangPatchBuilder.addAugmentation(Class<? extends Augmentation<YangPatch>> augmentationType,
Augmentation<YangPatch> augmentationValue) |
YangPatchBuilder |
YangPatchBuilder.removeAugmentation(Class<? extends Augmentation<YangPatch>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<YangPatchStatus>> |
YangPatchStatusBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
YangPatchStatusBuilder |
YangPatchStatusBuilder.addAugmentation(Class<? extends Augmentation<YangPatchStatus>> augmentationType,
Augmentation<YangPatchStatus> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
YangPatchStatusBuilder |
YangPatchStatusBuilder.addAugmentation(Class<? extends Augmentation<YangPatchStatus>> augmentationType,
Augmentation<YangPatchStatus> augmentationValue) |
YangPatchStatusBuilder |
YangPatchStatusBuilder.removeAugmentation(Class<? extends Augmentation<YangPatchStatus>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<EditStatus>> |
EditStatusBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
EditStatusBuilder |
EditStatusBuilder.addAugmentation(Class<? extends Augmentation<EditStatus>> augmentationType,
Augmentation<EditStatus> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
EditStatusBuilder |
EditStatusBuilder.addAugmentation(Class<? extends Augmentation<EditStatus>> augmentationType,
Augmentation<EditStatus> augmentationValue) |
EditStatusBuilder |
EditStatusBuilder.removeAugmentation(Class<? extends Augmentation<EditStatus>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Edit>> |
EditBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
EditBuilder |
EditBuilder.addAugmentation(Class<? extends Augmentation<Edit>> augmentationType,
Augmentation<Edit> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
EditBuilder |
EditBuilder.addAugmentation(Class<? extends Augmentation<Edit>> augmentationType,
Augmentation<Edit> augmentationValue) |
EditBuilder |
EditBuilder.removeAugmentation(Class<? extends Augmentation<Edit>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Errors>> |
ErrorsBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Location>> |
LocationBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Ok>> |
OkBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ErrorsBuilder |
ErrorsBuilder.addAugmentation(Class<? extends Augmentation<Errors>> augmentationType,
Augmentation<Errors> augmentationValue) |
LocationBuilder |
LocationBuilder.addAugmentation(Class<? extends Augmentation<Location>> augmentationType,
Augmentation<Location> augmentationValue) |
OkBuilder |
OkBuilder.addAugmentation(Class<? extends Augmentation<Ok>> augmentationType,
Augmentation<Ok> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ErrorsBuilder |
ErrorsBuilder.addAugmentation(Class<? extends Augmentation<Errors>> augmentationType,
Augmentation<Errors> augmentationValue) |
LocationBuilder |
LocationBuilder.addAugmentation(Class<? extends Augmentation<Location>> augmentationType,
Augmentation<Location> augmentationValue) |
OkBuilder |
OkBuilder.addAugmentation(Class<? extends Augmentation<Ok>> augmentationType,
Augmentation<Ok> augmentationValue) |
ErrorsBuilder |
ErrorsBuilder.removeAugmentation(Class<? extends Augmentation<Errors>> augmentationType) |
LocationBuilder |
LocationBuilder.removeAugmentation(Class<? extends Augmentation<Location>> augmentationType) |
OkBuilder |
OkBuilder.removeAugmentation(Class<? extends Augmentation<Ok>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<GlobalErrors>> |
GlobalErrorsBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Ok>> |
OkBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
GlobalErrorsBuilder |
GlobalErrorsBuilder.addAugmentation(Class<? extends Augmentation<GlobalErrors>> augmentationType,
Augmentation<GlobalErrors> augmentationValue) |
OkBuilder |
OkBuilder.addAugmentation(Class<? extends Augmentation<Ok>> augmentationType,
Augmentation<Ok> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
GlobalErrorsBuilder |
GlobalErrorsBuilder.addAugmentation(Class<? extends Augmentation<GlobalErrors>> augmentationType,
Augmentation<GlobalErrors> augmentationValue) |
OkBuilder |
OkBuilder.addAugmentation(Class<? extends Augmentation<Ok>> augmentationType,
Augmentation<Ok> augmentationValue) |
GlobalErrorsBuilder |
GlobalErrorsBuilder.removeAugmentation(Class<? extends Augmentation<GlobalErrors>> augmentationType) |
OkBuilder |
OkBuilder.removeAugmentation(Class<? extends Augmentation<Ok>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Edit>> |
EditBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
EditBuilder |
EditBuilder.addAugmentation(Class<? extends Augmentation<Edit>> augmentationType,
Augmentation<Edit> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
EditBuilder |
EditBuilder.addAugmentation(Class<? extends Augmentation<Edit>> augmentationType,
Augmentation<Edit> augmentationValue) |
EditBuilder |
EditBuilder.removeAugmentation(Class<? extends Augmentation<Edit>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Routing>> |
RoutingBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<RoutingState>> |
RoutingStateBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
RoutingBuilder |
RoutingBuilder.addAugmentation(Class<? extends Augmentation<Routing>> augmentationType,
Augmentation<Routing> augmentationValue) |
RoutingStateBuilder |
RoutingStateBuilder.addAugmentation(Class<? extends Augmentation<RoutingState>> augmentationType,
Augmentation<RoutingState> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
RoutingBuilder |
RoutingBuilder.addAugmentation(Class<? extends Augmentation<Routing>> augmentationType,
Augmentation<Routing> augmentationValue) |
RoutingStateBuilder |
RoutingStateBuilder.addAugmentation(Class<? extends Augmentation<RoutingState>> augmentationType,
Augmentation<RoutingState> augmentationValue) |
RoutingBuilder |
RoutingBuilder.removeAugmentation(Class<? extends Augmentation<Routing>> augmentationType) |
RoutingStateBuilder |
RoutingStateBuilder.removeAugmentation(Class<? extends Augmentation<RoutingState>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<NextHopList>> |
NextHopListBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<SimpleNextHop>> |
SimpleNextHopBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<SpecialNextHop>> |
SpecialNextHopBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
NextHopListBuilder |
NextHopListBuilder.addAugmentation(Class<? extends Augmentation<NextHopList>> augmentationType,
Augmentation<NextHopList> augmentationValue) |
SimpleNextHopBuilder |
SimpleNextHopBuilder.addAugmentation(Class<? extends Augmentation<SimpleNextHop>> augmentationType,
Augmentation<SimpleNextHop> augmentationValue) |
SpecialNextHopBuilder |
SpecialNextHopBuilder.addAugmentation(Class<? extends Augmentation<SpecialNextHop>> augmentationType,
Augmentation<SpecialNextHop> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<NextHopList>> |
NextHopListBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
NextHopListBuilder |
NextHopListBuilder.addAugmentation(Class<? extends Augmentation<NextHopList>> augmentationType,
Augmentation<NextHopList> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
NextHopListBuilder |
NextHopListBuilder.addAugmentation(Class<? extends Augmentation<NextHopList>> augmentationType,
Augmentation<NextHopList> augmentationValue) |
NextHopListBuilder |
NextHopListBuilder.removeAugmentation(Class<? extends Augmentation<NextHopList>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<NextHop>> |
NextHopBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
NextHopBuilder |
NextHopBuilder.addAugmentation(Class<? extends Augmentation<NextHop>> augmentationType,
Augmentation<NextHop> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
NextHopBuilder |
NextHopBuilder.addAugmentation(Class<? extends Augmentation<NextHop>> augmentationType,
Augmentation<NextHop> augmentationValue) |
NextHopBuilder |
NextHopBuilder.removeAugmentation(Class<? extends Augmentation<NextHop>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<NextHopList>> |
NextHopListBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<SimpleNextHop>> |
SimpleNextHopBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<SpecialNextHop>> |
SpecialNextHopBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
NextHopListBuilder |
NextHopListBuilder.addAugmentation(Class<? extends Augmentation<NextHopList>> augmentationType,
Augmentation<NextHopList> augmentationValue) |
SimpleNextHopBuilder |
SimpleNextHopBuilder.addAugmentation(Class<? extends Augmentation<SimpleNextHop>> augmentationType,
Augmentation<SimpleNextHop> augmentationValue) |
SpecialNextHopBuilder |
SpecialNextHopBuilder.addAugmentation(Class<? extends Augmentation<SpecialNextHop>> augmentationType,
Augmentation<SpecialNextHop> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<NextHopList>> |
NextHopListBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
NextHopListBuilder |
NextHopListBuilder.addAugmentation(Class<? extends Augmentation<NextHopList>> augmentationType,
Augmentation<NextHopList> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
NextHopListBuilder |
NextHopListBuilder.addAugmentation(Class<? extends Augmentation<NextHopList>> augmentationType,
Augmentation<NextHopList> augmentationValue) |
NextHopListBuilder |
NextHopListBuilder.removeAugmentation(Class<? extends Augmentation<NextHopList>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<NextHop>> |
NextHopBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
NextHopBuilder |
NextHopBuilder.addAugmentation(Class<? extends Augmentation<NextHop>> augmentationType,
Augmentation<NextHop> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
NextHopBuilder |
NextHopBuilder.addAugmentation(Class<? extends Augmentation<NextHop>> augmentationType,
Augmentation<NextHop> augmentationValue) |
NextHopBuilder |
NextHopBuilder.removeAugmentation(Class<? extends Augmentation<NextHop>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<ControlPlaneProtocols>> |
ControlPlaneProtocolsBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Interfaces>> |
InterfacesBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Ribs>> |
RibsBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ControlPlaneProtocolsBuilder |
ControlPlaneProtocolsBuilder.addAugmentation(Class<? extends Augmentation<ControlPlaneProtocols>> augmentationType,
Augmentation<ControlPlaneProtocols> augmentationValue) |
InterfacesBuilder |
InterfacesBuilder.addAugmentation(Class<? extends Augmentation<Interfaces>> augmentationType,
Augmentation<Interfaces> augmentationValue) |
RibsBuilder |
RibsBuilder.addAugmentation(Class<? extends Augmentation<Ribs>> augmentationType,
Augmentation<Ribs> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<ControlPlaneProtocol>> |
ControlPlaneProtocolBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ControlPlaneProtocolBuilder |
ControlPlaneProtocolBuilder.addAugmentation(Class<? extends Augmentation<ControlPlaneProtocol>> augmentationType,
Augmentation<ControlPlaneProtocol> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ControlPlaneProtocolBuilder |
ControlPlaneProtocolBuilder.addAugmentation(Class<? extends Augmentation<ControlPlaneProtocol>> augmentationType,
Augmentation<ControlPlaneProtocol> augmentationValue) |
ControlPlaneProtocolBuilder |
ControlPlaneProtocolBuilder.removeAugmentation(Class<? extends Augmentation<ControlPlaneProtocol>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<StaticRoutes>> |
StaticRoutesBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
StaticRoutesBuilder |
StaticRoutesBuilder.addAugmentation(Class<? extends Augmentation<StaticRoutes>> augmentationType,
Augmentation<StaticRoutes> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
StaticRoutesBuilder |
StaticRoutesBuilder.addAugmentation(Class<? extends Augmentation<StaticRoutes>> augmentationType,
Augmentation<StaticRoutes> augmentationValue) |
StaticRoutesBuilder |
StaticRoutesBuilder.removeAugmentation(Class<? extends Augmentation<StaticRoutes>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Rib>> |
RibBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
RibBuilder |
RibBuilder.addAugmentation(Class<? extends Augmentation<Rib>> augmentationType,
Augmentation<Rib> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
RibBuilder |
RibBuilder.addAugmentation(Class<? extends Augmentation<Rib>> augmentationType,
Augmentation<Rib> augmentationValue) |
RibBuilder |
RibBuilder.removeAugmentation(Class<? extends Augmentation<Rib>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Routes>> |
RoutesBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
RoutesBuilder |
RoutesBuilder.addAugmentation(Class<? extends Augmentation<Routes>> augmentationType,
Augmentation<Routes> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
RoutesBuilder |
RoutesBuilder.addAugmentation(Class<? extends Augmentation<Routes>> augmentationType,
Augmentation<Routes> augmentationValue) |
RoutesBuilder |
RoutesBuilder.removeAugmentation(Class<? extends Augmentation<Routes>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Input>> |
InputBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Output>> |
OutputBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
InputBuilder |
InputBuilder.addAugmentation(Class<? extends Augmentation<Input>> augmentationType,
Augmentation<Input> augmentationValue) |
OutputBuilder |
OutputBuilder.addAugmentation(Class<? extends Augmentation<Output>> augmentationType,
Augmentation<Output> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
InputBuilder |
InputBuilder.addAugmentation(Class<? extends Augmentation<Input>> augmentationType,
Augmentation<Input> augmentationValue) |
OutputBuilder |
OutputBuilder.addAugmentation(Class<? extends Augmentation<Output>> augmentationType,
Augmentation<Output> augmentationValue) |
InputBuilder |
InputBuilder.removeAugmentation(Class<? extends Augmentation<Input>> augmentationType) |
OutputBuilder |
OutputBuilder.removeAugmentation(Class<? extends Augmentation<Output>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Route>> |
RouteBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
RouteBuilder |
RouteBuilder.addAugmentation(Class<? extends Augmentation<Route>> augmentationType,
Augmentation<Route> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
RouteBuilder |
RouteBuilder.addAugmentation(Class<? extends Augmentation<Route>> augmentationType,
Augmentation<Route> augmentationValue) |
RouteBuilder |
RouteBuilder.removeAugmentation(Class<? extends Augmentation<Route>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<NextHop>> |
NextHopBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
NextHopBuilder |
NextHopBuilder.addAugmentation(Class<? extends Augmentation<NextHop>> augmentationType,
Augmentation<NextHop> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
NextHopBuilder |
NextHopBuilder.addAugmentation(Class<? extends Augmentation<NextHop>> augmentationType,
Augmentation<NextHop> augmentationValue) |
NextHopBuilder |
NextHopBuilder.removeAugmentation(Class<? extends Augmentation<NextHop>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Route>> |
RouteBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
RouteBuilder |
RouteBuilder.addAugmentation(Class<? extends Augmentation<Route>> augmentationType,
Augmentation<Route> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
RouteBuilder |
RouteBuilder.addAugmentation(Class<? extends Augmentation<Route>> augmentationType,
Augmentation<Route> augmentationValue) |
RouteBuilder |
RouteBuilder.removeAugmentation(Class<? extends Augmentation<Route>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<NextHop>> |
NextHopBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
NextHopBuilder |
NextHopBuilder.addAugmentation(Class<? extends Augmentation<NextHop>> augmentationType,
Augmentation<NextHop> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
NextHopBuilder |
NextHopBuilder.addAugmentation(Class<? extends Augmentation<NextHop>> augmentationType,
Augmentation<NextHop> augmentationValue) |
NextHopBuilder |
NextHopBuilder.removeAugmentation(Class<? extends Augmentation<NextHop>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<ControlPlaneProtocols>> |
ControlPlaneProtocolsBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Interfaces>> |
InterfacesBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Ribs>> |
RibsBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ControlPlaneProtocolsBuilder |
ControlPlaneProtocolsBuilder.addAugmentation(Class<? extends Augmentation<ControlPlaneProtocols>> augmentationType,
Augmentation<ControlPlaneProtocols> augmentationValue) |
InterfacesBuilder |
InterfacesBuilder.addAugmentation(Class<? extends Augmentation<Interfaces>> augmentationType,
Augmentation<Interfaces> augmentationValue) |
RibsBuilder |
RibsBuilder.addAugmentation(Class<? extends Augmentation<Ribs>> augmentationType,
Augmentation<Ribs> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<ControlPlaneProtocol>> |
ControlPlaneProtocolBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ControlPlaneProtocolBuilder |
ControlPlaneProtocolBuilder.addAugmentation(Class<? extends Augmentation<ControlPlaneProtocol>> augmentationType,
Augmentation<ControlPlaneProtocol> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ControlPlaneProtocolBuilder |
ControlPlaneProtocolBuilder.addAugmentation(Class<? extends Augmentation<ControlPlaneProtocol>> augmentationType,
Augmentation<ControlPlaneProtocol> augmentationValue) |
ControlPlaneProtocolBuilder |
ControlPlaneProtocolBuilder.removeAugmentation(Class<? extends Augmentation<ControlPlaneProtocol>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Rib>> |
RibBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
RibBuilder |
RibBuilder.addAugmentation(Class<? extends Augmentation<Rib>> augmentationType,
Augmentation<Rib> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
RibBuilder |
RibBuilder.addAugmentation(Class<? extends Augmentation<Rib>> augmentationType,
Augmentation<Rib> augmentationValue) |
RibBuilder |
RibBuilder.removeAugmentation(Class<? extends Augmentation<Rib>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Routes>> |
RoutesBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
RoutesBuilder |
RoutesBuilder.addAugmentation(Class<? extends Augmentation<Routes>> augmentationType,
Augmentation<Routes> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
RoutesBuilder |
RoutesBuilder.addAugmentation(Class<? extends Augmentation<Routes>> augmentationType,
Augmentation<Routes> augmentationValue) |
RoutesBuilder |
RoutesBuilder.removeAugmentation(Class<? extends Augmentation<Routes>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Input>> |
InputBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Output>> |
OutputBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
InputBuilder |
InputBuilder.addAugmentation(Class<? extends Augmentation<Input>> augmentationType,
Augmentation<Input> augmentationValue) |
OutputBuilder |
OutputBuilder.addAugmentation(Class<? extends Augmentation<Output>> augmentationType,
Augmentation<Output> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
InputBuilder |
InputBuilder.addAugmentation(Class<? extends Augmentation<Input>> augmentationType,
Augmentation<Input> augmentationValue) |
OutputBuilder |
OutputBuilder.addAugmentation(Class<? extends Augmentation<Output>> augmentationType,
Augmentation<Output> augmentationValue) |
InputBuilder |
InputBuilder.removeAugmentation(Class<? extends Augmentation<Input>> augmentationType) |
OutputBuilder |
OutputBuilder.removeAugmentation(Class<? extends Augmentation<Output>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Route>> |
RouteBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
RouteBuilder |
RouteBuilder.addAugmentation(Class<? extends Augmentation<Route>> augmentationType,
Augmentation<Route> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
RouteBuilder |
RouteBuilder.addAugmentation(Class<? extends Augmentation<Route>> augmentationType,
Augmentation<Route> augmentationValue) |
RouteBuilder |
RouteBuilder.removeAugmentation(Class<? extends Augmentation<Route>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<NextHop>> |
NextHopBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
NextHopBuilder |
NextHopBuilder.addAugmentation(Class<? extends Augmentation<NextHop>> augmentationType,
Augmentation<NextHop> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
NextHopBuilder |
NextHopBuilder.addAugmentation(Class<? extends Augmentation<NextHop>> augmentationType,
Augmentation<NextHop> augmentationValue) |
NextHopBuilder |
NextHopBuilder.removeAugmentation(Class<? extends Augmentation<NextHop>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Route>> |
RouteBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
RouteBuilder |
RouteBuilder.addAugmentation(Class<? extends Augmentation<Route>> augmentationType,
Augmentation<Route> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
RouteBuilder |
RouteBuilder.addAugmentation(Class<? extends Augmentation<Route>> augmentationType,
Augmentation<Route> augmentationValue) |
RouteBuilder |
RouteBuilder.removeAugmentation(Class<? extends Augmentation<Route>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<NextHop>> |
NextHopBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
NextHopBuilder |
NextHopBuilder.addAugmentation(Class<? extends Augmentation<NextHop>> augmentationType,
Augmentation<NextHop> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
NextHopBuilder |
NextHopBuilder.addAugmentation(Class<? extends Augmentation<NextHop>> augmentationType,
Augmentation<NextHop> augmentationValue) |
NextHopBuilder |
NextHopBuilder.removeAugmentation(Class<? extends Augmentation<NextHop>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<MplsLabelStack>> |
MplsLabelStackBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
MplsLabelStackBuilder |
MplsLabelStackBuilder.addAugmentation(Class<? extends Augmentation<MplsLabelStack>> augmentationType,
Augmentation<MplsLabelStack> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
MplsLabelStackBuilder |
MplsLabelStackBuilder.addAugmentation(Class<? extends Augmentation<MplsLabelStack>> augmentationType,
Augmentation<MplsLabelStack> augmentationValue) |
MplsLabelStackBuilder |
MplsLabelStackBuilder.removeAugmentation(Class<? extends Augmentation<MplsLabelStack>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Entry>> |
EntryBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
EntryBuilder |
EntryBuilder.addAugmentation(Class<? extends Augmentation<Entry>> augmentationType,
Augmentation<Entry> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
EntryBuilder |
EntryBuilder.addAugmentation(Class<? extends Augmentation<Entry>> augmentationType,
Augmentation<Entry> augmentationValue) |
EntryBuilder |
EntryBuilder.removeAugmentation(Class<? extends Augmentation<Entry>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<VpnTarget>> |
VpnTargetBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
VpnTargetBuilder |
VpnTargetBuilder.addAugmentation(Class<? extends Augmentation<VpnTarget>> augmentationType,
Augmentation<VpnTarget> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
VpnTargetBuilder |
VpnTargetBuilder.addAugmentation(Class<? extends Augmentation<VpnTarget>> augmentationType,
Augmentation<VpnTarget> augmentationValue) |
VpnTargetBuilder |
VpnTargetBuilder.removeAugmentation(Class<? extends Augmentation<VpnTarget>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<ModulesState>> |
ModulesStateBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<YangLibraryChange>> |
YangLibraryChangeBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ModulesStateBuilder |
ModulesStateBuilder.addAugmentation(Class<? extends Augmentation<ModulesState>> augmentationType,
Augmentation<ModulesState> augmentationValue) |
YangLibraryChangeBuilder |
YangLibraryChangeBuilder.addAugmentation(Class<? extends Augmentation<YangLibraryChange>> augmentationType,
Augmentation<YangLibraryChange> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ModulesStateBuilder |
ModulesStateBuilder.addAugmentation(Class<? extends Augmentation<ModulesState>> augmentationType,
Augmentation<ModulesState> augmentationValue) |
YangLibraryChangeBuilder |
YangLibraryChangeBuilder.addAugmentation(Class<? extends Augmentation<YangLibraryChange>> augmentationType,
Augmentation<YangLibraryChange> augmentationValue) |
ModulesStateBuilder |
ModulesStateBuilder.removeAugmentation(Class<? extends Augmentation<ModulesState>> augmentationType) |
YangLibraryChangeBuilder |
YangLibraryChangeBuilder.removeAugmentation(Class<? extends Augmentation<YangLibraryChange>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Module>> |
ModuleBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ModuleBuilder |
ModuleBuilder.addAugmentation(Class<? extends Augmentation<Module>> augmentationType,
Augmentation<Module> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ModuleBuilder |
ModuleBuilder.addAugmentation(Class<? extends Augmentation<Module>> augmentationType,
Augmentation<Module> augmentationValue) |
ModuleBuilder |
ModuleBuilder.removeAugmentation(Class<? extends Augmentation<Module>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Deviation>> |
DeviationBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Submodule>> |
SubmoduleBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
DeviationBuilder |
DeviationBuilder.addAugmentation(Class<? extends Augmentation<Deviation>> augmentationType,
Augmentation<Deviation> augmentationValue) |
SubmoduleBuilder |
SubmoduleBuilder.addAugmentation(Class<? extends Augmentation<Submodule>> augmentationType,
Augmentation<Submodule> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
DeviationBuilder |
DeviationBuilder.addAugmentation(Class<? extends Augmentation<Deviation>> augmentationType,
Augmentation<Deviation> augmentationValue) |
SubmoduleBuilder |
SubmoduleBuilder.addAugmentation(Class<? extends Augmentation<Submodule>> augmentationType,
Augmentation<Submodule> augmentationValue) |
DeviationBuilder |
DeviationBuilder.removeAugmentation(Class<? extends Augmentation<Deviation>> augmentationType) |
SubmoduleBuilder |
SubmoduleBuilder.removeAugmentation(Class<? extends Augmentation<Submodule>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Cont>> |
ContBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Grpcont>> |
GrpcontBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Grplst>> |
GrplstBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Lst>> |
LstBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Lstio>> |
LstioBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Othercont>> |
OthercontBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ContBuilder |
ContBuilder.addAugmentation(Class<? extends Augmentation<Cont>> augmentationType,
Augmentation<Cont> augmentationValue) |
GrpcontBuilder |
GrpcontBuilder.addAugmentation(Class<? extends Augmentation<Grpcont>> augmentationType,
Augmentation<Grpcont> augmentationValue) |
GrplstBuilder |
GrplstBuilder.addAugmentation(Class<? extends Augmentation<Grplst>> augmentationType,
Augmentation<Grplst> augmentationValue) |
LstBuilder |
LstBuilder.addAugmentation(Class<? extends Augmentation<Lst>> augmentationType,
Augmentation<Lst> augmentationValue) |
LstioBuilder |
LstioBuilder.addAugmentation(Class<? extends Augmentation<Lstio>> augmentationType,
Augmentation<Lstio> augmentationValue) |
OthercontBuilder |
OthercontBuilder.addAugmentation(Class<? extends Augmentation<Othercont>> augmentationType,
Augmentation<Othercont> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ContBuilder |
ContBuilder.addAugmentation(Class<? extends Augmentation<Cont>> augmentationType,
Augmentation<Cont> augmentationValue) |
GrpcontBuilder |
GrpcontBuilder.addAugmentation(Class<? extends Augmentation<Grpcont>> augmentationType,
Augmentation<Grpcont> augmentationValue) |
GrplstBuilder |
GrplstBuilder.addAugmentation(Class<? extends Augmentation<Grplst>> augmentationType,
Augmentation<Grplst> augmentationValue) |
LstBuilder |
LstBuilder.addAugmentation(Class<? extends Augmentation<Lst>> augmentationType,
Augmentation<Lst> augmentationValue) |
LstioBuilder |
LstioBuilder.addAugmentation(Class<? extends Augmentation<Lstio>> augmentationType,
Augmentation<Lstio> augmentationValue) |
OthercontBuilder |
OthercontBuilder.addAugmentation(Class<? extends Augmentation<Othercont>> augmentationType,
Augmentation<Othercont> augmentationValue) |
ContBuilder |
ContBuilder.removeAugmentation(Class<? extends Augmentation<Cont>> augmentationType) |
GrpcontBuilder |
GrpcontBuilder.removeAugmentation(Class<? extends Augmentation<Grpcont>> augmentationType) |
GrplstBuilder |
GrplstBuilder.removeAugmentation(Class<? extends Augmentation<Grplst>> augmentationType) |
LstBuilder |
LstBuilder.removeAugmentation(Class<? extends Augmentation<Lst>> augmentationType) |
LstioBuilder |
LstioBuilder.removeAugmentation(Class<? extends Augmentation<Lstio>> augmentationType) |
OthercontBuilder |
OthercontBuilder.removeAugmentation(Class<? extends Augmentation<Othercont>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Input>> |
InputBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Output>> |
OutputBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
InputBuilder |
InputBuilder.addAugmentation(Class<? extends Augmentation<Input>> augmentationType,
Augmentation<Input> augmentationValue) |
OutputBuilder |
OutputBuilder.addAugmentation(Class<? extends Augmentation<Output>> augmentationType,
Augmentation<Output> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
InputBuilder |
InputBuilder.addAugmentation(Class<? extends Augmentation<Input>> augmentationType,
Augmentation<Input> augmentationValue) |
OutputBuilder |
OutputBuilder.addAugmentation(Class<? extends Augmentation<Output>> augmentationType,
Augmentation<Output> augmentationValue) |
InputBuilder |
InputBuilder.removeAugmentation(Class<? extends Augmentation<Input>> augmentationType) |
OutputBuilder |
OutputBuilder.removeAugmentation(Class<? extends Augmentation<Output>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Input>> |
InputBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Output>> |
OutputBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
InputBuilder |
InputBuilder.addAugmentation(Class<? extends Augmentation<Input>> augmentationType,
Augmentation<Input> augmentationValue) |
OutputBuilder |
OutputBuilder.addAugmentation(Class<? extends Augmentation<Output>> augmentationType,
Augmentation<Output> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
InputBuilder |
InputBuilder.addAugmentation(Class<? extends Augmentation<Input>> augmentationType,
Augmentation<Input> augmentationValue) |
OutputBuilder |
OutputBuilder.addAugmentation(Class<? extends Augmentation<Output>> augmentationType,
Augmentation<Output> augmentationValue) |
InputBuilder |
InputBuilder.removeAugmentation(Class<? extends Augmentation<Input>> augmentationType) |
OutputBuilder |
OutputBuilder.removeAugmentation(Class<? extends Augmentation<Output>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Input>> |
InputBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Output>> |
OutputBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
InputBuilder |
InputBuilder.addAugmentation(Class<? extends Augmentation<Input>> augmentationType,
Augmentation<Input> augmentationValue) |
OutputBuilder |
OutputBuilder.addAugmentation(Class<? extends Augmentation<Output>> augmentationType,
Augmentation<Output> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
InputBuilder |
InputBuilder.addAugmentation(Class<? extends Augmentation<Input>> augmentationType,
Augmentation<Input> augmentationValue) |
OutputBuilder |
OutputBuilder.addAugmentation(Class<? extends Augmentation<Output>> augmentationType,
Augmentation<Output> augmentationValue) |
InputBuilder |
InputBuilder.removeAugmentation(Class<? extends Augmentation<Input>> augmentationType) |
OutputBuilder |
OutputBuilder.removeAugmentation(Class<? extends Augmentation<Output>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Input>> |
InputBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Output>> |
OutputBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
InputBuilder |
InputBuilder.addAugmentation(Class<? extends Augmentation<Input>> augmentationType,
Augmentation<Input> augmentationValue) |
OutputBuilder |
OutputBuilder.addAugmentation(Class<? extends Augmentation<Output>> augmentationType,
Augmentation<Output> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
InputBuilder |
InputBuilder.addAugmentation(Class<? extends Augmentation<Input>> augmentationType,
Augmentation<Input> augmentationValue) |
OutputBuilder |
OutputBuilder.addAugmentation(Class<? extends Augmentation<Output>> augmentationType,
Augmentation<Output> augmentationValue) |
InputBuilder |
InputBuilder.removeAugmentation(Class<? extends Augmentation<Input>> augmentationType) |
OutputBuilder |
OutputBuilder.removeAugmentation(Class<? extends Augmentation<Output>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<BigIntContainer>> |
BigIntContainerBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<BigUintContainer>> |
BigUintContainerBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<BinaryContainer>> |
BinaryContainerBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<BitsContainer>> |
BitsContainerBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<BooleanContainer>> |
BooleanContainerBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<DecimalContainer>> |
DecimalContainerBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<EnumContainer>> |
EnumContainerBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<IdentityrefContainer>> |
IdentityrefContainerBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<NormalIntContainer>> |
NormalIntContainerBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<NormalUintContainer>> |
NormalUintContainerBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<SmallIntContainer>> |
SmallIntContainerBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<SmallUintContainer>> |
SmallUintContainerBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<StringContainer>> |
StringContainerBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<TinyIntContainer>> |
TinyIntContainerBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<TinyUintContainer>> |
TinyUintContainerBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Interface and Description |
---|---|
interface |
List11SimpleAugment |
interface |
NestedListSimpleAugment |
interface |
TllComplexAugment |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Cont1>> |
Cont1Builder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Cont2>> |
Cont2Builder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<List1>> |
List1Builder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
Cont1Builder |
Cont1Builder.addAugmentation(Class<? extends Augmentation<Cont1>> augmentationType,
Augmentation<Cont1> augmentationValue) |
Cont2Builder |
Cont2Builder.addAugmentation(Class<? extends Augmentation<Cont2>> augmentationType,
Augmentation<Cont2> augmentationValue) |
List1Builder |
List1Builder.addAugmentation(Class<? extends Augmentation<List1>> augmentationType,
Augmentation<List1> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
Cont1Builder |
Cont1Builder.addAugmentation(Class<? extends Augmentation<Cont1>> augmentationType,
Augmentation<Cont1> augmentationValue) |
Cont2Builder |
Cont2Builder.addAugmentation(Class<? extends Augmentation<Cont2>> augmentationType,
Augmentation<Cont2> augmentationValue) |
List1Builder |
List1Builder.addAugmentation(Class<? extends Augmentation<List1>> augmentationType,
Augmentation<List1> augmentationValue) |
Cont1Builder |
Cont1Builder.removeAugmentation(Class<? extends Augmentation<Cont1>> augmentationType) |
Cont2Builder |
Cont2Builder.removeAugmentation(Class<? extends Augmentation<Cont2>> augmentationType) |
List1Builder |
List1Builder.removeAugmentation(Class<? extends Augmentation<List1>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Contlist1>> |
Contlist1Builder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
Contlist1Builder |
Contlist1Builder.addAugmentation(Class<? extends Augmentation<Contlist1>> augmentationType,
Augmentation<Contlist1> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
Contlist1Builder |
Contlist1Builder.addAugmentation(Class<? extends Augmentation<Contlist1>> augmentationType,
Augmentation<Contlist1> augmentationValue) |
Contlist1Builder |
Contlist1Builder.removeAugmentation(Class<? extends Augmentation<Contlist1>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<List11>> |
List11Builder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<List12>> |
List12Builder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
List11Builder |
List11Builder.addAugmentation(Class<? extends Augmentation<List11>> augmentationType,
Augmentation<List11> augmentationValue) |
List12Builder |
List12Builder.addAugmentation(Class<? extends Augmentation<List12>> augmentationType,
Augmentation<List12> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
List11Builder |
List11Builder.addAugmentation(Class<? extends Augmentation<List11>> augmentationType,
Augmentation<List11> augmentationValue) |
List12Builder |
List12Builder.addAugmentation(Class<? extends Augmentation<List12>> augmentationType,
Augmentation<List12> augmentationValue) |
List11Builder |
List11Builder.removeAugmentation(Class<? extends Augmentation<List11>> augmentationType) |
List12Builder |
List12Builder.removeAugmentation(Class<? extends Augmentation<List12>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Cont>> |
ContBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ContBuilder |
ContBuilder.addAugmentation(Class<? extends Augmentation<Cont>> augmentationType,
Augmentation<Cont> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ContBuilder |
ContBuilder.addAugmentation(Class<? extends Augmentation<Cont>> augmentationType,
Augmentation<Cont> augmentationValue) |
ContBuilder |
ContBuilder.removeAugmentation(Class<? extends Augmentation<Cont>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<OutOfPixieDustNotification>> |
OutOfPixieDustNotificationBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
OutOfPixieDustNotificationBuilder |
OutOfPixieDustNotificationBuilder.addAugmentation(Class<? extends Augmentation<OutOfPixieDustNotification>> augmentationType,
Augmentation<OutOfPixieDustNotification> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
OutOfPixieDustNotificationBuilder |
OutOfPixieDustNotificationBuilder.addAugmentation(Class<? extends Augmentation<OutOfPixieDustNotification>> augmentationType,
Augmentation<OutOfPixieDustNotification> augmentationValue) |
OutOfPixieDustNotificationBuilder |
OutOfPixieDustNotificationBuilder.removeAugmentation(Class<? extends Augmentation<OutOfPixieDustNotification>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<RockTheHouseInput>> |
RockTheHouseInputBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<RockTheHouseOutput>> |
RockTheHouseOutputBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
RockTheHouseInputBuilder |
RockTheHouseInputBuilder.addAugmentation(Class<? extends Augmentation<RockTheHouseInput>> augmentationType,
Augmentation<RockTheHouseInput> augmentationValue) |
RockTheHouseOutputBuilder |
RockTheHouseOutputBuilder.addAugmentation(Class<? extends Augmentation<RockTheHouseOutput>> augmentationType,
Augmentation<RockTheHouseOutput> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
RockTheHouseInputBuilder |
RockTheHouseInputBuilder.addAugmentation(Class<? extends Augmentation<RockTheHouseInput>> augmentationType,
Augmentation<RockTheHouseInput> augmentationValue) |
RockTheHouseOutputBuilder |
RockTheHouseOutputBuilder.addAugmentation(Class<? extends Augmentation<RockTheHouseOutput>> augmentationType,
Augmentation<RockTheHouseOutput> augmentationValue) |
RockTheHouseInputBuilder |
RockTheHouseInputBuilder.removeAugmentation(Class<? extends Augmentation<RockTheHouseInput>> augmentationType) |
RockTheHouseOutputBuilder |
RockTheHouseOutputBuilder.removeAugmentation(Class<? extends Augmentation<RockTheHouseOutput>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<RoutedSimpleRouteInput>> |
RoutedSimpleRouteInputBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<RoutedSimpleRouteOutput>> |
RoutedSimpleRouteOutputBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
RoutedSimpleRouteInputBuilder |
RoutedSimpleRouteInputBuilder.addAugmentation(Class<? extends Augmentation<RoutedSimpleRouteInput>> augmentationType,
Augmentation<RoutedSimpleRouteInput> augmentationValue) |
RoutedSimpleRouteOutputBuilder |
RoutedSimpleRouteOutputBuilder.addAugmentation(Class<? extends Augmentation<RoutedSimpleRouteOutput>> augmentationType,
Augmentation<RoutedSimpleRouteOutput> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
RoutedSimpleRouteInputBuilder |
RoutedSimpleRouteInputBuilder.addAugmentation(Class<? extends Augmentation<RoutedSimpleRouteInput>> augmentationType,
Augmentation<RoutedSimpleRouteInput> augmentationValue) |
RoutedSimpleRouteOutputBuilder |
RoutedSimpleRouteOutputBuilder.addAugmentation(Class<? extends Augmentation<RoutedSimpleRouteOutput>> augmentationType,
Augmentation<RoutedSimpleRouteOutput> augmentationValue) |
RoutedSimpleRouteInputBuilder |
RoutedSimpleRouteInputBuilder.removeAugmentation(Class<? extends Augmentation<RoutedSimpleRouteInput>> augmentationType) |
RoutedSimpleRouteOutputBuilder |
RoutedSimpleRouteOutputBuilder.removeAugmentation(Class<? extends Augmentation<RoutedSimpleRouteOutput>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Lists>> |
ListsBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ListsBuilder |
ListsBuilder.addAugmentation(Class<? extends Augmentation<Lists>> augmentationType,
Augmentation<Lists> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ListsBuilder |
ListsBuilder.addAugmentation(Class<? extends Augmentation<Lists>> augmentationType,
Augmentation<Lists> augmentationValue) |
ListsBuilder |
ListsBuilder.removeAugmentation(Class<? extends Augmentation<Lists>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<OrderedContainer>> |
OrderedContainerBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<UnkeyedContainer>> |
UnkeyedContainerBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<UnorderedContainer>> |
UnorderedContainerBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
OrderedContainerBuilder |
OrderedContainerBuilder.addAugmentation(Class<? extends Augmentation<OrderedContainer>> augmentationType,
Augmentation<OrderedContainer> augmentationValue) |
UnkeyedContainerBuilder |
UnkeyedContainerBuilder.addAugmentation(Class<? extends Augmentation<UnkeyedContainer>> augmentationType,
Augmentation<UnkeyedContainer> augmentationValue) |
UnorderedContainerBuilder |
UnorderedContainerBuilder.addAugmentation(Class<? extends Augmentation<UnorderedContainer>> augmentationType,
Augmentation<UnorderedContainer> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<OrderedList>> |
OrderedListBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
OrderedListBuilder |
OrderedListBuilder.addAugmentation(Class<? extends Augmentation<OrderedList>> augmentationType,
Augmentation<OrderedList> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
OrderedListBuilder |
OrderedListBuilder.addAugmentation(Class<? extends Augmentation<OrderedList>> augmentationType,
Augmentation<OrderedList> augmentationValue) |
OrderedListBuilder |
OrderedListBuilder.removeAugmentation(Class<? extends Augmentation<OrderedList>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<UnkeyedList>> |
UnkeyedListBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
UnkeyedListBuilder |
UnkeyedListBuilder.addAugmentation(Class<? extends Augmentation<UnkeyedList>> augmentationType,
Augmentation<UnkeyedList> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
UnkeyedListBuilder |
UnkeyedListBuilder.addAugmentation(Class<? extends Augmentation<UnkeyedList>> augmentationType,
Augmentation<UnkeyedList> augmentationValue) |
UnkeyedListBuilder |
UnkeyedListBuilder.removeAugmentation(Class<? extends Augmentation<UnkeyedList>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<UnorderedList>> |
UnorderedListBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
UnorderedListBuilder |
UnorderedListBuilder.addAugmentation(Class<? extends Augmentation<UnorderedList>> augmentationType,
Augmentation<UnorderedList> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
UnorderedListBuilder |
UnorderedListBuilder.addAugmentation(Class<? extends Augmentation<UnorderedList>> augmentationType,
Augmentation<UnorderedList> augmentationValue) |
UnorderedListBuilder |
UnorderedListBuilder.removeAugmentation(Class<? extends Augmentation<UnorderedList>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<KnockKnockInput>> |
KnockKnockInputBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<KnockKnockOutput>> |
KnockKnockOutputBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
KnockKnockInputBuilder |
KnockKnockInputBuilder.addAugmentation(Class<? extends Augmentation<KnockKnockInput>> augmentationType,
Augmentation<KnockKnockInput> augmentationValue) |
KnockKnockOutputBuilder |
KnockKnockOutputBuilder.addAugmentation(Class<? extends Augmentation<KnockKnockOutput>> augmentationType,
Augmentation<KnockKnockOutput> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
KnockKnockInputBuilder |
KnockKnockInputBuilder.addAugmentation(Class<? extends Augmentation<KnockKnockInput>> augmentationType,
Augmentation<KnockKnockInput> augmentationValue) |
KnockKnockOutputBuilder |
KnockKnockOutputBuilder.addAugmentation(Class<? extends Augmentation<KnockKnockOutput>> augmentationType,
Augmentation<KnockKnockOutput> augmentationValue) |
KnockKnockInputBuilder |
KnockKnockInputBuilder.removeAugmentation(Class<? extends Augmentation<KnockKnockInput>> augmentationType) |
KnockKnockOutputBuilder |
KnockKnockOutputBuilder.removeAugmentation(Class<? extends Augmentation<KnockKnockOutput>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<ContainerTop>> |
ContainerTopBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ContainerTopBuilder |
ContainerTopBuilder.addAugmentation(Class<? extends Augmentation<ContainerTop>> augmentationType,
Augmentation<ContainerTop> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ContainerTopBuilder |
ContainerTopBuilder.addAugmentation(Class<? extends Augmentation<ContainerTop>> augmentationType,
Augmentation<ContainerTop> augmentationValue) |
ContainerTopBuilder |
ContainerTopBuilder.removeAugmentation(Class<? extends Augmentation<ContainerTop>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Entity>> |
EntityBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
EntityBuilder |
EntityBuilder.addAugmentation(Class<? extends Augmentation<Entity>> augmentationType,
Augmentation<Entity> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
EntityBuilder |
EntityBuilder.addAugmentation(Class<? extends Augmentation<Entity>> augmentationType,
Augmentation<Entity> augmentationValue) |
EntityBuilder |
EntityBuilder.removeAugmentation(Class<? extends Augmentation<Entity>> augmentationType) |
Modifier and Type | Interface and Description |
---|---|
interface |
RpcComplexUsesAugment |
interface |
RpcLeafOnlyAugment |
interface |
RpcLeafOnlyUsesAugment |
interface |
RpcSecondLeafOnlyAugment |
interface |
TopChoiceAugment1 |
interface |
TopChoiceAugment2 |
interface |
TreeComplexLeaves |
interface |
TreeComplexUsesAugment |
interface |
TreeLeafOnlyAugment |
interface |
TreeLeafOnlyUsesAugment |
interface |
TreeSecondLeafOnlyAugment |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<ContainerWithUses>> |
ContainerWithUsesBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<ListViaUses>> |
ListViaUsesBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ContainerWithUsesBuilder |
ContainerWithUsesBuilder.addAugmentation(Class<? extends Augmentation<ContainerWithUses>> augmentationType,
Augmentation<ContainerWithUses> augmentationValue) |
ListViaUsesBuilder |
ListViaUsesBuilder.addAugmentation(Class<? extends Augmentation<ListViaUses>> augmentationType,
Augmentation<ListViaUses> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ContainerWithUsesBuilder |
ContainerWithUsesBuilder.addAugmentation(Class<? extends Augmentation<ContainerWithUses>> augmentationType,
Augmentation<ContainerWithUses> augmentationValue) |
ListViaUsesBuilder |
ListViaUsesBuilder.addAugmentation(Class<? extends Augmentation<ListViaUses>> augmentationType,
Augmentation<ListViaUses> augmentationValue) |
ContainerWithUsesBuilder |
ContainerWithUsesBuilder.removeAugmentation(Class<? extends Augmentation<ContainerWithUses>> augmentationType) |
ListViaUsesBuilder |
ListViaUsesBuilder.removeAugmentation(Class<? extends Augmentation<ListViaUses>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<ComplexViaUses>> |
ComplexViaUsesBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ComplexViaUsesBuilder |
ComplexViaUsesBuilder.addAugmentation(Class<? extends Augmentation<ComplexViaUses>> augmentationType,
Augmentation<ComplexViaUses> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ComplexViaUsesBuilder |
ComplexViaUsesBuilder.addAugmentation(Class<? extends Augmentation<ComplexViaUses>> augmentationType,
Augmentation<ComplexViaUses> augmentationValue) |
ComplexViaUsesBuilder |
ComplexViaUsesBuilder.removeAugmentation(Class<? extends Augmentation<ComplexViaUses>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<SimpleViaUses>> |
SimpleViaUsesBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
SimpleViaUsesBuilder |
SimpleViaUsesBuilder.addAugmentation(Class<? extends Augmentation<SimpleViaUses>> augmentationType,
Augmentation<SimpleViaUses> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
SimpleViaUsesBuilder |
SimpleViaUsesBuilder.addAugmentation(Class<? extends Augmentation<SimpleViaUses>> augmentationType,
Augmentation<SimpleViaUses> augmentationValue) |
SimpleViaUsesBuilder |
SimpleViaUsesBuilder.removeAugmentation(Class<? extends Augmentation<SimpleViaUses>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Case1>> |
Case1Builder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Case2>> |
Case2Builder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
Case1Builder |
Case1Builder.addAugmentation(Class<? extends Augmentation<Case1>> augmentationType,
Augmentation<Case1> augmentationValue) |
Case2Builder |
Case2Builder.addAugmentation(Class<? extends Augmentation<Case2>> augmentationType,
Augmentation<Case2> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
Case1Builder |
Case1Builder.addAugmentation(Class<? extends Augmentation<Case1>> augmentationType,
Augmentation<Case1> augmentationValue) |
Case2Builder |
Case2Builder.addAugmentation(Class<? extends Augmentation<Case2>> augmentationType,
Augmentation<Case2> augmentationValue) |
Case1Builder |
Case1Builder.removeAugmentation(Class<? extends Augmentation<Case1>> augmentationType) |
Case2Builder |
Case2Builder.removeAugmentation(Class<? extends Augmentation<Case2>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Case1Container>> |
Case1ContainerBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
Case1ContainerBuilder |
Case1ContainerBuilder.addAugmentation(Class<? extends Augmentation<Case1Container>> augmentationType,
Augmentation<Case1Container> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
Case1ContainerBuilder |
Case1ContainerBuilder.addAugmentation(Class<? extends Augmentation<Case1Container>> augmentationType,
Augmentation<Case1Container> augmentationValue) |
Case1ContainerBuilder |
Case1ContainerBuilder.removeAugmentation(Class<? extends Augmentation<Case1Container>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Case11>> |
Case11Builder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
Case11Builder |
Case11Builder.addAugmentation(Class<? extends Augmentation<Case11>> augmentationType,
Augmentation<Case11> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
Case11Builder |
Case11Builder.addAugmentation(Class<? extends Augmentation<Case11>> augmentationType,
Augmentation<Case11> augmentationValue) |
Case11Builder |
Case11Builder.removeAugmentation(Class<? extends Augmentation<Case11>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Case11ChoiceCaseContainer>> |
Case11ChoiceCaseContainerBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
Case11ChoiceCaseContainerBuilder |
Case11ChoiceCaseContainerBuilder.addAugmentation(Class<? extends Augmentation<Case11ChoiceCaseContainer>> augmentationType,
Augmentation<Case11ChoiceCaseContainer> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
Case11ChoiceCaseContainerBuilder |
Case11ChoiceCaseContainerBuilder.addAugmentation(Class<? extends Augmentation<Case11ChoiceCaseContainer>> augmentationType,
Augmentation<Case11ChoiceCaseContainer> augmentationValue) |
Case11ChoiceCaseContainerBuilder |
Case11ChoiceCaseContainerBuilder.removeAugmentation(Class<? extends Augmentation<Case11ChoiceCaseContainer>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Case2Container>> |
Case2ContainerBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
Case2ContainerBuilder |
Case2ContainerBuilder.addAugmentation(Class<? extends Augmentation<Case2Container>> augmentationType,
Augmentation<Case2Container> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
Case2ContainerBuilder |
Case2ContainerBuilder.addAugmentation(Class<? extends Augmentation<Case2Container>> augmentationType,
Augmentation<Case2Container> augmentationValue) |
Case2ContainerBuilder |
Case2ContainerBuilder.removeAugmentation(Class<? extends Augmentation<Case2Container>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<ComplexViaUsesWithDifferentName>> |
ComplexViaUsesWithDifferentNameBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ComplexViaUsesWithDifferentNameBuilder |
ComplexViaUsesWithDifferentNameBuilder.addAugmentation(Class<? extends Augmentation<ComplexViaUsesWithDifferentName>> augmentationType,
Augmentation<ComplexViaUsesWithDifferentName> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ComplexViaUsesWithDifferentNameBuilder |
ComplexViaUsesWithDifferentNameBuilder.addAugmentation(Class<? extends Augmentation<ComplexViaUsesWithDifferentName>> augmentationType,
Augmentation<ComplexViaUsesWithDifferentName> augmentationValue) |
ComplexViaUsesWithDifferentNameBuilder |
ComplexViaUsesWithDifferentNameBuilder.removeAugmentation(Class<? extends Augmentation<ComplexViaUsesWithDifferentName>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<EmptyLeaf>> |
EmptyLeafBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<SimpleViaUses>> |
SimpleViaUsesBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
EmptyLeafBuilder |
EmptyLeafBuilder.addAugmentation(Class<? extends Augmentation<EmptyLeaf>> augmentationType,
Augmentation<EmptyLeaf> augmentationValue) |
SimpleViaUsesBuilder |
SimpleViaUsesBuilder.addAugmentation(Class<? extends Augmentation<SimpleViaUses>> augmentationType,
Augmentation<SimpleViaUses> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
EmptyLeafBuilder |
EmptyLeafBuilder.addAugmentation(Class<? extends Augmentation<EmptyLeaf>> augmentationType,
Augmentation<EmptyLeaf> augmentationValue) |
SimpleViaUsesBuilder |
SimpleViaUsesBuilder.addAugmentation(Class<? extends Augmentation<SimpleViaUses>> augmentationType,
Augmentation<SimpleViaUses> augmentationValue) |
EmptyLeafBuilder |
EmptyLeafBuilder.removeAugmentation(Class<? extends Augmentation<EmptyLeaf>> augmentationType) |
SimpleViaUsesBuilder |
SimpleViaUsesBuilder.removeAugmentation(Class<? extends Augmentation<SimpleViaUses>> augmentationType) |
Modifier and Type | Interface and Description |
---|---|
interface |
Top1 |
interface |
Top2 |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<ChoiceContainer>> |
ChoiceContainerBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<GetTopInput>> |
GetTopInputBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<GetTopOutput>> |
GetTopOutputBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<PutTopInput>> |
PutTopInputBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<PutTopOutput>> |
PutTopOutputBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Top>> |
TopBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<TwoLevelListChanged>> |
TwoLevelListChangedBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Extended>> |
ExtendedBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Simple>> |
SimpleBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ExtendedBuilder |
ExtendedBuilder.addAugmentation(Class<? extends Augmentation<Extended>> augmentationType,
Augmentation<Extended> augmentationValue) |
SimpleBuilder |
SimpleBuilder.addAugmentation(Class<? extends Augmentation<Simple>> augmentationType,
Augmentation<Simple> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ExtendedBuilder |
ExtendedBuilder.addAugmentation(Class<? extends Augmentation<Extended>> augmentationType,
Augmentation<Extended> augmentationValue) |
SimpleBuilder |
SimpleBuilder.addAugmentation(Class<? extends Augmentation<Simple>> augmentationType,
Augmentation<Simple> augmentationValue) |
ExtendedBuilder |
ExtendedBuilder.removeAugmentation(Class<? extends Augmentation<Extended>> augmentationType) |
SimpleBuilder |
SimpleBuilder.removeAugmentation(Class<? extends Augmentation<Simple>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<ExtendedId>> |
ExtendedIdBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ExtendedIdBuilder |
ExtendedIdBuilder.addAugmentation(Class<? extends Augmentation<ExtendedId>> augmentationType,
Augmentation<ExtendedId> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ExtendedIdBuilder |
ExtendedIdBuilder.addAugmentation(Class<? extends Augmentation<ExtendedId>> augmentationType,
Augmentation<ExtendedId> augmentationValue) |
ExtendedIdBuilder |
ExtendedIdBuilder.removeAugmentation(Class<? extends Augmentation<ExtendedId>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<SimpleId>> |
SimpleIdBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
SimpleIdBuilder |
SimpleIdBuilder.addAugmentation(Class<? extends Augmentation<SimpleId>> augmentationType,
Augmentation<SimpleId> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
SimpleIdBuilder |
SimpleIdBuilder.addAugmentation(Class<? extends Augmentation<SimpleId>> augmentationType,
Augmentation<SimpleId> augmentationValue) |
SimpleIdBuilder |
SimpleIdBuilder.removeAugmentation(Class<? extends Augmentation<SimpleId>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<ChoiceList>> |
ChoiceListBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<TopLevelList>> |
TopLevelListBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ChoiceListBuilder |
ChoiceListBuilder.addAugmentation(Class<? extends Augmentation<ChoiceList>> augmentationType,
Augmentation<ChoiceList> augmentationValue) |
TopLevelListBuilder |
TopLevelListBuilder.addAugmentation(Class<? extends Augmentation<TopLevelList>> augmentationType,
Augmentation<TopLevelList> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ChoiceListBuilder |
ChoiceListBuilder.addAugmentation(Class<? extends Augmentation<ChoiceList>> augmentationType,
Augmentation<ChoiceList> augmentationValue) |
TopLevelListBuilder |
TopLevelListBuilder.addAugmentation(Class<? extends Augmentation<TopLevelList>> augmentationType,
Augmentation<TopLevelList> augmentationValue) |
ChoiceListBuilder |
ChoiceListBuilder.removeAugmentation(Class<? extends Augmentation<ChoiceList>> augmentationType) |
TopLevelListBuilder |
TopLevelListBuilder.removeAugmentation(Class<? extends Augmentation<TopLevelList>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<NestedList>> |
NestedListBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
NestedListBuilder |
NestedListBuilder.addAugmentation(Class<? extends Augmentation<NestedList>> augmentationType,
Augmentation<NestedList> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
NestedListBuilder |
NestedListBuilder.addAugmentation(Class<? extends Augmentation<NestedList>> augmentationType,
Augmentation<NestedList> augmentationValue) |
NestedListBuilder |
NestedListBuilder.removeAugmentation(Class<? extends Augmentation<NestedList>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<SimpleCase>> |
SimpleCaseBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
SimpleCaseBuilder |
SimpleCaseBuilder.addAugmentation(Class<? extends Augmentation<SimpleCase>> augmentationType,
Augmentation<SimpleCase> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
SimpleCaseBuilder |
SimpleCaseBuilder.addAugmentation(Class<? extends Augmentation<SimpleCase>> augmentationType,
Augmentation<SimpleCase> augmentationValue) |
SimpleCaseBuilder |
SimpleCaseBuilder.removeAugmentation(Class<? extends Augmentation<SimpleCase>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<UnionNode>> |
UnionNodeBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
UnionNodeBuilder |
UnionNodeBuilder.addAugmentation(Class<? extends Augmentation<UnionNode>> augmentationType,
Augmentation<UnionNode> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
UnionNodeBuilder |
UnionNodeBuilder.addAugmentation(Class<? extends Augmentation<UnionNode>> augmentationType,
Augmentation<UnionNode> augmentationValue) |
UnionNodeBuilder |
UnionNodeBuilder.removeAugmentation(Class<? extends Augmentation<UnionNode>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<TestCont>> |
TestContBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
TestContBuilder |
TestContBuilder.addAugmentation(Class<? extends Augmentation<TestCont>> augmentationType,
Augmentation<TestCont> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
TestContBuilder |
TestContBuilder.addAugmentation(Class<? extends Augmentation<TestCont>> augmentationType,
Augmentation<TestCont> augmentationValue) |
TestContBuilder |
TestContBuilder.removeAugmentation(Class<? extends Augmentation<TestCont>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Config>> |
ConfigBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ConfigBuilder |
ConfigBuilder.addAugmentation(Class<? extends Augmentation<Config>> augmentationType,
Augmentation<Config> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ConfigBuilder |
ConfigBuilder.addAugmentation(Class<? extends Augmentation<Config>> augmentationType,
Augmentation<Config> augmentationValue) |
ConfigBuilder |
ConfigBuilder.removeAugmentation(Class<? extends Augmentation<Config>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Wrapper>> |
WrapperBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
WrapperBuilder |
WrapperBuilder.addAugmentation(Class<? extends Augmentation<Wrapper>> augmentationType,
Augmentation<Wrapper> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
WrapperBuilder |
WrapperBuilder.addAugmentation(Class<? extends Augmentation<Wrapper>> augmentationType,
Augmentation<Wrapper> augmentationValue) |
WrapperBuilder |
WrapperBuilder.removeAugmentation(Class<? extends Augmentation<Wrapper>> augmentationType) |
Modifier and Type | Interface and Description |
---|---|
interface |
IgpLinkAttributes1 |
interface |
IgpLinkEvent1 |
interface |
IgpNodeAttributes1 |
interface |
IgpNodeEvent1 |
interface |
IgpTopologyAttributes1 |
interface |
L3UnicastIgpTopology1 |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<IsisLinkAttributes>> |
IsisLinkAttributesBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
IsisLinkAttributesBuilder |
IsisLinkAttributesBuilder.addAugmentation(Class<? extends Augmentation<IsisLinkAttributes>> augmentationType,
Augmentation<IsisLinkAttributes> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
IsisLinkAttributesBuilder |
IsisLinkAttributesBuilder.addAugmentation(Class<? extends Augmentation<IsisLinkAttributes>> augmentationType,
Augmentation<IsisLinkAttributes> augmentationValue) |
IsisLinkAttributesBuilder |
IsisLinkAttributesBuilder.removeAugmentation(Class<? extends Augmentation<IsisLinkAttributes>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Ted>> |
TedBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
TedBuilder |
TedBuilder.addAugmentation(Class<? extends Augmentation<Ted>> augmentationType,
Augmentation<Ted> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
TedBuilder |
TedBuilder.addAugmentation(Class<? extends Augmentation<Ted>> augmentationType,
Augmentation<Ted> augmentationValue) |
TedBuilder |
TedBuilder.removeAugmentation(Class<? extends Augmentation<Ted>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<IsisNodeAttributes>> |
IsisNodeAttributesBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
IsisNodeAttributesBuilder |
IsisNodeAttributesBuilder.addAugmentation(Class<? extends Augmentation<IsisNodeAttributes>> augmentationType,
Augmentation<IsisNodeAttributes> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
IsisNodeAttributesBuilder |
IsisNodeAttributesBuilder.addAugmentation(Class<? extends Augmentation<IsisNodeAttributes>> augmentationType,
Augmentation<IsisNodeAttributes> augmentationValue) |
IsisNodeAttributesBuilder |
IsisNodeAttributesBuilder.removeAugmentation(Class<? extends Augmentation<IsisNodeAttributes>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Iso>> |
IsoBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Ted>> |
TedBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
IsoBuilder |
IsoBuilder.addAugmentation(Class<? extends Augmentation<Iso>> augmentationType,
Augmentation<Iso> augmentationValue) |
TedBuilder |
TedBuilder.addAugmentation(Class<? extends Augmentation<Ted>> augmentationType,
Augmentation<Ted> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
IsoBuilder |
IsoBuilder.addAugmentation(Class<? extends Augmentation<Iso>> augmentationType,
Augmentation<Iso> augmentationValue) |
TedBuilder |
TedBuilder.addAugmentation(Class<? extends Augmentation<Ted>> augmentationType,
Augmentation<Ted> augmentationValue) |
IsoBuilder |
IsoBuilder.removeAugmentation(Class<? extends Augmentation<Iso>> augmentationType) |
TedBuilder |
TedBuilder.removeAugmentation(Class<? extends Augmentation<Ted>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Level1>> |
Level1Builder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Level12>> |
Level12Builder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Level2>> |
Level2Builder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
Level1Builder |
Level1Builder.addAugmentation(Class<? extends Augmentation<Level1>> augmentationType,
Augmentation<Level1> augmentationValue) |
Level12Builder |
Level12Builder.addAugmentation(Class<? extends Augmentation<Level12>> augmentationType,
Augmentation<Level12> augmentationValue) |
Level2Builder |
Level2Builder.addAugmentation(Class<? extends Augmentation<Level2>> augmentationType,
Augmentation<Level2> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
Level1Builder |
Level1Builder.addAugmentation(Class<? extends Augmentation<Level1>> augmentationType,
Augmentation<Level1> augmentationValue) |
Level12Builder |
Level12Builder.addAugmentation(Class<? extends Augmentation<Level12>> augmentationType,
Augmentation<Level12> augmentationValue) |
Level2Builder |
Level2Builder.addAugmentation(Class<? extends Augmentation<Level2>> augmentationType,
Augmentation<Level2> augmentationValue) |
Level1Builder |
Level1Builder.removeAugmentation(Class<? extends Augmentation<Level1>> augmentationType) |
Level12Builder |
Level12Builder.removeAugmentation(Class<? extends Augmentation<Level12>> augmentationType) |
Level2Builder |
Level2Builder.removeAugmentation(Class<? extends Augmentation<Level2>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Isis>> |
IsisBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
IsisBuilder |
IsisBuilder.addAugmentation(Class<? extends Augmentation<Isis>> augmentationType,
Augmentation<Isis> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
IsisBuilder |
IsisBuilder.addAugmentation(Class<? extends Augmentation<Isis>> augmentationType,
Augmentation<Isis> augmentationValue) |
IsisBuilder |
IsisBuilder.removeAugmentation(Class<? extends Augmentation<Isis>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<IsisTopologyAttributes>> |
IsisTopologyAttributesBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
IsisTopologyAttributesBuilder |
IsisTopologyAttributesBuilder.addAugmentation(Class<? extends Augmentation<IsisTopologyAttributes>> augmentationType,
Augmentation<IsisTopologyAttributes> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
IsisTopologyAttributesBuilder |
IsisTopologyAttributesBuilder.addAugmentation(Class<? extends Augmentation<IsisTopologyAttributes>> augmentationType,
Augmentation<IsisTopologyAttributes> augmentationValue) |
IsisTopologyAttributesBuilder |
IsisTopologyAttributesBuilder.removeAugmentation(Class<? extends Augmentation<IsisTopologyAttributes>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<InterfaceSwitchingCapabilities>> |
InterfaceSwitchingCapabilitiesBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<SrlgValues>> |
SrlgValuesBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
InterfaceSwitchingCapabilitiesBuilder |
InterfaceSwitchingCapabilitiesBuilder.addAugmentation(Class<? extends Augmentation<InterfaceSwitchingCapabilities>> augmentationType,
Augmentation<InterfaceSwitchingCapabilities> augmentationValue) |
SrlgValuesBuilder |
SrlgValuesBuilder.addAugmentation(Class<? extends Augmentation<SrlgValues>> augmentationType,
Augmentation<SrlgValues> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
InterfaceSwitchingCapabilitiesBuilder |
InterfaceSwitchingCapabilitiesBuilder.addAugmentation(Class<? extends Augmentation<InterfaceSwitchingCapabilities>> augmentationType,
Augmentation<InterfaceSwitchingCapabilities> augmentationValue) |
SrlgValuesBuilder |
SrlgValuesBuilder.addAugmentation(Class<? extends Augmentation<SrlgValues>> augmentationType,
Augmentation<SrlgValues> augmentationValue) |
InterfaceSwitchingCapabilitiesBuilder |
InterfaceSwitchingCapabilitiesBuilder.removeAugmentation(Class<? extends Augmentation<InterfaceSwitchingCapabilities>> augmentationType) |
SrlgValuesBuilder |
SrlgValuesBuilder.removeAugmentation(Class<? extends Augmentation<SrlgValues>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<MaxLspBandwidth>> |
MaxLspBandwidthBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<PacketSwitchCapable>> |
PacketSwitchCapableBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<TimeDivisionMultiplexCapable>> |
TimeDivisionMultiplexCapableBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
MaxLspBandwidthBuilder |
MaxLspBandwidthBuilder.addAugmentation(Class<? extends Augmentation<MaxLspBandwidth>> augmentationType,
Augmentation<MaxLspBandwidth> augmentationValue) |
PacketSwitchCapableBuilder |
PacketSwitchCapableBuilder.addAugmentation(Class<? extends Augmentation<PacketSwitchCapable>> augmentationType,
Augmentation<PacketSwitchCapable> augmentationValue) |
TimeDivisionMultiplexCapableBuilder |
TimeDivisionMultiplexCapableBuilder.addAugmentation(Class<? extends Augmentation<TimeDivisionMultiplexCapable>> augmentationType,
Augmentation<TimeDivisionMultiplexCapable> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Srlg>> |
SrlgBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<UnreservedBandwidth>> |
UnreservedBandwidthBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
SrlgBuilder |
SrlgBuilder.addAugmentation(Class<? extends Augmentation<Srlg>> augmentationType,
Augmentation<Srlg> augmentationValue) |
UnreservedBandwidthBuilder |
UnreservedBandwidthBuilder.addAugmentation(Class<? extends Augmentation<UnreservedBandwidth>> augmentationType,
Augmentation<UnreservedBandwidth> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
SrlgBuilder |
SrlgBuilder.addAugmentation(Class<? extends Augmentation<Srlg>> augmentationType,
Augmentation<Srlg> augmentationValue) |
UnreservedBandwidthBuilder |
UnreservedBandwidthBuilder.addAugmentation(Class<? extends Augmentation<UnreservedBandwidth>> augmentationType,
Augmentation<UnreservedBandwidth> augmentationValue) |
SrlgBuilder |
SrlgBuilder.removeAugmentation(Class<? extends Augmentation<Srlg>> augmentationType) |
UnreservedBandwidthBuilder |
UnreservedBandwidthBuilder.removeAugmentation(Class<? extends Augmentation<UnreservedBandwidth>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Ipv4LocalAddress>> |
Ipv4LocalAddressBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Ipv6LocalAddress>> |
Ipv6LocalAddressBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
Ipv4LocalAddressBuilder |
Ipv4LocalAddressBuilder.addAugmentation(Class<? extends Augmentation<Ipv4LocalAddress>> augmentationType,
Augmentation<Ipv4LocalAddress> augmentationValue) |
Ipv6LocalAddressBuilder |
Ipv6LocalAddressBuilder.addAugmentation(Class<? extends Augmentation<Ipv6LocalAddress>> augmentationType,
Augmentation<Ipv6LocalAddress> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
Ipv4LocalAddressBuilder |
Ipv4LocalAddressBuilder.addAugmentation(Class<? extends Augmentation<Ipv4LocalAddress>> augmentationType,
Augmentation<Ipv4LocalAddress> augmentationValue) |
Ipv6LocalAddressBuilder |
Ipv6LocalAddressBuilder.addAugmentation(Class<? extends Augmentation<Ipv6LocalAddress>> augmentationType,
Augmentation<Ipv6LocalAddress> augmentationValue) |
Ipv4LocalAddressBuilder |
Ipv4LocalAddressBuilder.removeAugmentation(Class<? extends Augmentation<Ipv4LocalAddress>> augmentationType) |
Ipv6LocalAddressBuilder |
Ipv6LocalAddressBuilder.removeAugmentation(Class<? extends Augmentation<Ipv6LocalAddress>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<NetworkTopology>> |
NetworkTopologyBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
NetworkTopologyBuilder |
NetworkTopologyBuilder.addAugmentation(Class<? extends Augmentation<NetworkTopology>> augmentationType,
Augmentation<NetworkTopology> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
NetworkTopologyBuilder |
NetworkTopologyBuilder.addAugmentation(Class<? extends Augmentation<NetworkTopology>> augmentationType,
Augmentation<NetworkTopology> augmentationValue) |
NetworkTopologyBuilder |
NetworkTopologyBuilder.removeAugmentation(Class<? extends Augmentation<NetworkTopology>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Destination>> |
DestinationBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Source>> |
SourceBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<SupportingLink>> |
SupportingLinkBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
DestinationBuilder |
DestinationBuilder.addAugmentation(Class<? extends Augmentation<Destination>> augmentationType,
Augmentation<Destination> augmentationValue) |
SourceBuilder |
SourceBuilder.addAugmentation(Class<? extends Augmentation<Source>> augmentationType,
Augmentation<Source> augmentationValue) |
SupportingLinkBuilder |
SupportingLinkBuilder.addAugmentation(Class<? extends Augmentation<SupportingLink>> augmentationType,
Augmentation<SupportingLink> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Topology>> |
TopologyBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
TopologyBuilder |
TopologyBuilder.addAugmentation(Class<? extends Augmentation<Topology>> augmentationType,
Augmentation<Topology> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
TopologyBuilder |
TopologyBuilder.addAugmentation(Class<? extends Augmentation<Topology>> augmentationType,
Augmentation<Topology> augmentationValue) |
TopologyBuilder |
TopologyBuilder.removeAugmentation(Class<? extends Augmentation<Topology>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Link>> |
LinkBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Node>> |
NodeBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<TopologyTypes>> |
TopologyTypesBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<UnderlayTopology>> |
UnderlayTopologyBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
LinkBuilder |
LinkBuilder.addAugmentation(Class<? extends Augmentation<Link>> augmentationType,
Augmentation<Link> augmentationValue) |
NodeBuilder |
NodeBuilder.addAugmentation(Class<? extends Augmentation<Node>> augmentationType,
Augmentation<Node> augmentationValue) |
TopologyTypesBuilder |
TopologyTypesBuilder.addAugmentation(Class<? extends Augmentation<TopologyTypes>> augmentationType,
Augmentation<TopologyTypes> augmentationValue) |
UnderlayTopologyBuilder |
UnderlayTopologyBuilder.addAugmentation(Class<? extends Augmentation<UnderlayTopology>> augmentationType,
Augmentation<UnderlayTopology> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<TerminationPoint>> |
TerminationPointBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
TerminationPointBuilder |
TerminationPointBuilder.addAugmentation(Class<? extends Augmentation<TerminationPoint>> augmentationType,
Augmentation<TerminationPoint> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
TerminationPointBuilder |
TerminationPointBuilder.addAugmentation(Class<? extends Augmentation<TerminationPoint>> augmentationType,
Augmentation<TerminationPoint> augmentationValue) |
TerminationPointBuilder |
TerminationPointBuilder.removeAugmentation(Class<? extends Augmentation<TerminationPoint>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<SupportingNode>> |
SupportingNodeBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
SupportingNodeBuilder |
SupportingNodeBuilder.addAugmentation(Class<? extends Augmentation<SupportingNode>> augmentationType,
Augmentation<SupportingNode> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
SupportingNodeBuilder |
SupportingNodeBuilder.addAugmentation(Class<? extends Augmentation<SupportingNode>> augmentationType,
Augmentation<SupportingNode> augmentationValue) |
SupportingNodeBuilder |
SupportingNodeBuilder.removeAugmentation(Class<? extends Augmentation<SupportingNode>> augmentationType) |
Modifier and Type | Interface and Description |
---|---|
interface |
Link1 |
interface |
TerminationPoint1 |
interface |
Topology1 |
interface |
TopologyTypes1 |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<IgpLinkEvent>> |
IgpLinkEventBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<IgpNodeEvent>> |
IgpNodeEventBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<IgpPrefixEvent>> |
IgpPrefixEventBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<TerminationPointEvent>> |
TerminationPointEventBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
IgpLinkEventBuilder |
IgpLinkEventBuilder.addAugmentation(Class<? extends Augmentation<IgpLinkEvent>> augmentationType,
Augmentation<IgpLinkEvent> augmentationValue) |
IgpNodeEventBuilder |
IgpNodeEventBuilder.addAugmentation(Class<? extends Augmentation<IgpNodeEvent>> augmentationType,
Augmentation<IgpNodeEvent> augmentationValue) |
IgpPrefixEventBuilder |
IgpPrefixEventBuilder.addAugmentation(Class<? extends Augmentation<IgpPrefixEvent>> augmentationType,
Augmentation<IgpPrefixEvent> augmentationValue) |
TerminationPointEventBuilder |
TerminationPointEventBuilder.addAugmentation(Class<? extends Augmentation<TerminationPointEvent>> augmentationType,
Augmentation<TerminationPointEvent> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<IgpLinkAttributes>> |
IgpLinkAttributesBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
IgpLinkAttributesBuilder |
IgpLinkAttributesBuilder.addAugmentation(Class<? extends Augmentation<IgpLinkAttributes>> augmentationType,
Augmentation<IgpLinkAttributes> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
IgpLinkAttributesBuilder |
IgpLinkAttributesBuilder.addAugmentation(Class<? extends Augmentation<IgpLinkAttributes>> augmentationType,
Augmentation<IgpLinkAttributes> augmentationValue) |
IgpLinkAttributesBuilder |
IgpLinkAttributesBuilder.removeAugmentation(Class<? extends Augmentation<IgpLinkAttributes>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<IgpNodeAttributes>> |
IgpNodeAttributesBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
IgpNodeAttributesBuilder |
IgpNodeAttributesBuilder.addAugmentation(Class<? extends Augmentation<IgpNodeAttributes>> augmentationType,
Augmentation<IgpNodeAttributes> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
IgpNodeAttributesBuilder |
IgpNodeAttributesBuilder.addAugmentation(Class<? extends Augmentation<IgpNodeAttributes>> augmentationType,
Augmentation<IgpNodeAttributes> augmentationValue) |
IgpNodeAttributesBuilder |
IgpNodeAttributesBuilder.removeAugmentation(Class<? extends Augmentation<IgpNodeAttributes>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Prefix>> |
PrefixBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
PrefixBuilder |
PrefixBuilder.addAugmentation(Class<? extends Augmentation<Prefix>> augmentationType,
Augmentation<Prefix> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
PrefixBuilder |
PrefixBuilder.addAugmentation(Class<? extends Augmentation<Prefix>> augmentationType,
Augmentation<Prefix> augmentationValue) |
PrefixBuilder |
PrefixBuilder.removeAugmentation(Class<? extends Augmentation<Prefix>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Prefix>> |
PrefixBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
PrefixBuilder |
PrefixBuilder.addAugmentation(Class<? extends Augmentation<Prefix>> augmentationType,
Augmentation<Prefix> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
PrefixBuilder |
PrefixBuilder.addAugmentation(Class<? extends Augmentation<Prefix>> augmentationType,
Augmentation<Prefix> augmentationValue) |
PrefixBuilder |
PrefixBuilder.removeAugmentation(Class<? extends Augmentation<Prefix>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<IgpTerminationPointAttributes>> |
IgpTerminationPointAttributesBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
IgpTerminationPointAttributesBuilder |
IgpTerminationPointAttributesBuilder.addAugmentation(Class<? extends Augmentation<IgpTerminationPointAttributes>> augmentationType,
Augmentation<IgpTerminationPointAttributes> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
IgpTerminationPointAttributesBuilder |
IgpTerminationPointAttributesBuilder.addAugmentation(Class<? extends Augmentation<IgpTerminationPointAttributes>> augmentationType,
Augmentation<IgpTerminationPointAttributes> augmentationValue) |
IgpTerminationPointAttributesBuilder |
IgpTerminationPointAttributesBuilder.removeAugmentation(Class<? extends Augmentation<IgpTerminationPointAttributes>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Ip>> |
IpBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Unnumbered>> |
UnnumberedBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
IpBuilder |
IpBuilder.addAugmentation(Class<? extends Augmentation<Ip>> augmentationType,
Augmentation<Ip> augmentationValue) |
UnnumberedBuilder |
UnnumberedBuilder.addAugmentation(Class<? extends Augmentation<Unnumbered>> augmentationType,
Augmentation<Unnumbered> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
IpBuilder |
IpBuilder.addAugmentation(Class<? extends Augmentation<Ip>> augmentationType,
Augmentation<Ip> augmentationValue) |
UnnumberedBuilder |
UnnumberedBuilder.addAugmentation(Class<? extends Augmentation<Unnumbered>> augmentationType,
Augmentation<Unnumbered> augmentationValue) |
IpBuilder |
IpBuilder.removeAugmentation(Class<? extends Augmentation<Ip>> augmentationType) |
UnnumberedBuilder |
UnnumberedBuilder.removeAugmentation(Class<? extends Augmentation<Unnumbered>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<IgpTopologyAttributes>> |
IgpTopologyAttributesBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
IgpTopologyAttributesBuilder |
IgpTopologyAttributesBuilder.addAugmentation(Class<? extends Augmentation<IgpTopologyAttributes>> augmentationType,
Augmentation<IgpTopologyAttributes> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
IgpTopologyAttributesBuilder |
IgpTopologyAttributesBuilder.addAugmentation(Class<? extends Augmentation<IgpTopologyAttributes>> augmentationType,
Augmentation<IgpTopologyAttributes> augmentationValue) |
IgpTopologyAttributesBuilder |
IgpTopologyAttributesBuilder.removeAugmentation(Class<? extends Augmentation<IgpTopologyAttributes>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<L3UnicastIgpTopology>> |
L3UnicastIgpTopologyBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
L3UnicastIgpTopologyBuilder |
L3UnicastIgpTopologyBuilder.addAugmentation(Class<? extends Augmentation<L3UnicastIgpTopology>> augmentationType,
Augmentation<L3UnicastIgpTopology> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
L3UnicastIgpTopologyBuilder |
L3UnicastIgpTopologyBuilder.addAugmentation(Class<? extends Augmentation<L3UnicastIgpTopology>> augmentationType,
Augmentation<L3UnicastIgpTopology> augmentationValue) |
L3UnicastIgpTopologyBuilder |
L3UnicastIgpTopologyBuilder.removeAugmentation(Class<? extends Augmentation<L3UnicastIgpTopology>> augmentationType) |
Modifier and Type | Interface and Description |
---|---|
interface |
IgpPrefixEvent1 |
interface |
Prefix1 |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<OspfTopologyAttributes>> |
OspfTopologyAttributesBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
OspfTopologyAttributesBuilder |
OspfTopologyAttributesBuilder.addAugmentation(Class<? extends Augmentation<OspfTopologyAttributes>> augmentationType,
Augmentation<OspfTopologyAttributes> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
OspfTopologyAttributesBuilder |
OspfTopologyAttributesBuilder.addAugmentation(Class<? extends Augmentation<OspfTopologyAttributes>> augmentationType,
Augmentation<OspfTopologyAttributes> augmentationValue) |
OspfTopologyAttributesBuilder |
OspfTopologyAttributesBuilder.removeAugmentation(Class<? extends Augmentation<OspfTopologyAttributes>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<OspfLinkAttributes>> |
OspfLinkAttributesBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
OspfLinkAttributesBuilder |
OspfLinkAttributesBuilder.addAugmentation(Class<? extends Augmentation<OspfLinkAttributes>> augmentationType,
Augmentation<OspfLinkAttributes> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
OspfLinkAttributesBuilder |
OspfLinkAttributesBuilder.addAugmentation(Class<? extends Augmentation<OspfLinkAttributes>> augmentationType,
Augmentation<OspfLinkAttributes> augmentationValue) |
OspfLinkAttributesBuilder |
OspfLinkAttributesBuilder.removeAugmentation(Class<? extends Augmentation<OspfLinkAttributes>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Ted>> |
TedBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
TedBuilder |
TedBuilder.addAugmentation(Class<? extends Augmentation<Ted>> augmentationType,
Augmentation<Ted> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
TedBuilder |
TedBuilder.addAugmentation(Class<? extends Augmentation<Ted>> augmentationType,
Augmentation<Ted> augmentationValue) |
TedBuilder |
TedBuilder.removeAugmentation(Class<? extends Augmentation<Ted>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<OspfNodeAttributes>> |
OspfNodeAttributesBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
OspfNodeAttributesBuilder |
OspfNodeAttributesBuilder.addAugmentation(Class<? extends Augmentation<OspfNodeAttributes>> augmentationType,
Augmentation<OspfNodeAttributes> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
OspfNodeAttributesBuilder |
OspfNodeAttributesBuilder.addAugmentation(Class<? extends Augmentation<OspfNodeAttributes>> augmentationType,
Augmentation<OspfNodeAttributes> augmentationValue) |
OspfNodeAttributesBuilder |
OspfNodeAttributesBuilder.removeAugmentation(Class<? extends Augmentation<OspfNodeAttributes>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Ted>> |
TedBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
TedBuilder |
TedBuilder.addAugmentation(Class<? extends Augmentation<Ted>> augmentationType,
Augmentation<Ted> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
TedBuilder |
TedBuilder.addAugmentation(Class<? extends Augmentation<Ted>> augmentationType,
Augmentation<Ted> augmentationValue) |
TedBuilder |
TedBuilder.removeAugmentation(Class<? extends Augmentation<Ted>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Abr>> |
AbrBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Asbr>> |
AsbrBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Internal>> |
InternalBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Pseudonode>> |
PseudonodeBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
AbrBuilder |
AbrBuilder.addAugmentation(Class<? extends Augmentation<Abr>> augmentationType,
Augmentation<Abr> augmentationValue) |
AsbrBuilder |
AsbrBuilder.addAugmentation(Class<? extends Augmentation<Asbr>> augmentationType,
Augmentation<Asbr> augmentationValue) |
InternalBuilder |
InternalBuilder.addAugmentation(Class<? extends Augmentation<Internal>> augmentationType,
Augmentation<Internal> augmentationValue) |
PseudonodeBuilder |
PseudonodeBuilder.addAugmentation(Class<? extends Augmentation<Pseudonode>> augmentationType,
Augmentation<Pseudonode> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<OspfPrefixAttributes>> |
OspfPrefixAttributesBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
OspfPrefixAttributesBuilder |
OspfPrefixAttributesBuilder.addAugmentation(Class<? extends Augmentation<OspfPrefixAttributes>> augmentationType,
Augmentation<OspfPrefixAttributes> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
OspfPrefixAttributesBuilder |
OspfPrefixAttributesBuilder.addAugmentation(Class<? extends Augmentation<OspfPrefixAttributes>> augmentationType,
Augmentation<OspfPrefixAttributes> augmentationValue) |
OspfPrefixAttributesBuilder |
OspfPrefixAttributesBuilder.removeAugmentation(Class<? extends Augmentation<OspfPrefixAttributes>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Ospf>> |
OspfBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
OspfBuilder |
OspfBuilder.addAugmentation(Class<? extends Augmentation<Ospf>> augmentationType,
Augmentation<Ospf> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
OspfBuilder |
OspfBuilder.addAugmentation(Class<? extends Augmentation<Ospf>> augmentationType,
Augmentation<Ospf> augmentationValue) |
OspfBuilder |
OspfBuilder.removeAugmentation(Class<? extends Augmentation<Ospf>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Root>> |
RootBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
RootBuilder |
RootBuilder.addAugmentation(Class<? extends Augmentation<Root>> augmentationType,
Augmentation<Root> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
RootBuilder |
RootBuilder.addAugmentation(Class<? extends Augmentation<Root>> augmentationType,
Augmentation<Root> augmentationValue) |
RootBuilder |
RootBuilder.removeAugmentation(Class<? extends Augmentation<Root>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<OuterContainer>> |
OuterContainerBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
OuterContainerBuilder |
OuterContainerBuilder.addAugmentation(Class<? extends Augmentation<OuterContainer>> augmentationType,
Augmentation<OuterContainer> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
OuterContainerBuilder |
OuterContainerBuilder.addAugmentation(Class<? extends Augmentation<OuterContainer>> augmentationType,
Augmentation<OuterContainer> augmentationValue) |
OuterContainerBuilder |
OuterContainerBuilder.removeAugmentation(Class<? extends Augmentation<OuterContainer>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<CaseA>> |
CaseABuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<CaseB>> |
CaseBBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
CaseABuilder |
CaseABuilder.addAugmentation(Class<? extends Augmentation<CaseA>> augmentationType,
Augmentation<CaseA> augmentationValue) |
CaseBBuilder |
CaseBBuilder.addAugmentation(Class<? extends Augmentation<CaseB>> augmentationType,
Augmentation<CaseB> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
CaseABuilder |
CaseABuilder.addAugmentation(Class<? extends Augmentation<CaseA>> augmentationType,
Augmentation<CaseA> augmentationValue) |
CaseBBuilder |
CaseBBuilder.addAugmentation(Class<? extends Augmentation<CaseB>> augmentationType,
Augmentation<CaseB> augmentationValue) |
CaseABuilder |
CaseABuilder.removeAugmentation(Class<? extends Augmentation<CaseA>> augmentationType) |
CaseBBuilder |
CaseBBuilder.removeAugmentation(Class<? extends Augmentation<CaseB>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<ListInCase>> |
ListInCaseBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ListInCaseBuilder |
ListInCaseBuilder.addAugmentation(Class<? extends Augmentation<ListInCase>> augmentationType,
Augmentation<ListInCase> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ListInCaseBuilder |
ListInCaseBuilder.addAugmentation(Class<? extends Augmentation<ListInCase>> augmentationType,
Augmentation<ListInCase> augmentationValue) |
ListInCaseBuilder |
ListInCaseBuilder.removeAugmentation(Class<? extends Augmentation<ListInCase>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<CaseBContainer>> |
CaseBContainerBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
CaseBContainerBuilder |
CaseBContainerBuilder.addAugmentation(Class<? extends Augmentation<CaseBContainer>> augmentationType,
Augmentation<CaseBContainer> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
CaseBContainerBuilder |
CaseBContainerBuilder.addAugmentation(Class<? extends Augmentation<CaseBContainer>> augmentationType,
Augmentation<CaseBContainer> augmentationValue) |
CaseBContainerBuilder |
CaseBContainerBuilder.removeAugmentation(Class<? extends Augmentation<CaseBContainer>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<ListInCase>> |
ListInCaseBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ListInCaseBuilder |
ListInCaseBuilder.addAugmentation(Class<? extends Augmentation<ListInCase>> augmentationType,
Augmentation<ListInCase> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ListInCaseBuilder |
ListInCaseBuilder.addAugmentation(Class<? extends Augmentation<ListInCase>> augmentationType,
Augmentation<ListInCase> augmentationValue) |
ListInCaseBuilder |
ListInCaseBuilder.removeAugmentation(Class<? extends Augmentation<ListInCase>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<ContainerAugment>> |
ContainerAugmentBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<ContainerManual>> |
ContainerManualBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<NotificationModule1>> |
NotificationModule1Builder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ContainerAugmentBuilder |
ContainerAugmentBuilder.addAugmentation(Class<? extends Augmentation<ContainerAugment>> augmentationType,
Augmentation<ContainerAugment> augmentationValue) |
ContainerManualBuilder |
ContainerManualBuilder.addAugmentation(Class<? extends Augmentation<ContainerManual>> augmentationType,
Augmentation<ContainerManual> augmentationValue) |
NotificationModule1Builder |
NotificationModule1Builder.addAugmentation(Class<? extends Augmentation<NotificationModule1>> augmentationType,
Augmentation<NotificationModule1> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<ListModule11>> |
ListModule11Builder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ListModule11Builder |
ListModule11Builder.addAugmentation(Class<? extends Augmentation<ListModule11>> augmentationType,
Augmentation<ListModule11> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ListModule11Builder |
ListModule11Builder.addAugmentation(Class<? extends Augmentation<ListModule11>> augmentationType,
Augmentation<ListModule11> augmentationValue) |
ListModule11Builder |
ListModule11Builder.removeAugmentation(Class<? extends Augmentation<ListModule11>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<ListModule12>> |
ListModule12Builder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ListModule12Builder |
ListModule12Builder.addAugmentation(Class<? extends Augmentation<ListModule12>> augmentationType,
Augmentation<ListModule12> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ListModule12Builder |
ListModule12Builder.addAugmentation(Class<? extends Augmentation<ListModule12>> augmentationType,
Augmentation<ListModule12> augmentationValue) |
ListModule12Builder |
ListModule12Builder.removeAugmentation(Class<? extends Augmentation<ListModule12>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<ContainerModule1>> |
ContainerModule1Builder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ContainerModule1Builder |
ContainerModule1Builder.addAugmentation(Class<? extends Augmentation<ContainerModule1>> augmentationType,
Augmentation<ContainerModule1> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ContainerModule1Builder |
ContainerModule1Builder.addAugmentation(Class<? extends Augmentation<ContainerModule1>> augmentationType,
Augmentation<ContainerModule1> augmentationValue) |
ContainerModule1Builder |
ContainerModule1Builder.removeAugmentation(Class<? extends Augmentation<ContainerModule1>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<ContainerAugmet1>> |
ContainerAugmet1Builder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ContainerAugmet1Builder |
ContainerAugmet1Builder.addAugmentation(Class<? extends Augmentation<ContainerAugmet1>> augmentationType,
Augmentation<ContainerAugmet1> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ContainerAugmet1Builder |
ContainerAugmet1Builder.addAugmentation(Class<? extends Augmentation<ContainerAugmet1>> augmentationType,
Augmentation<ContainerAugmet1> augmentationValue) |
ContainerAugmet1Builder |
ContainerAugmet1Builder.removeAugmentation(Class<? extends Augmentation<ContainerAugmet1>> augmentationType) |
Modifier and Type | Interface and Description |
---|---|
interface |
ContainerAugmet11 |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Container2>> |
Container2Builder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
Container2Builder |
Container2Builder.addAugmentation(Class<? extends Augmentation<Container2>> augmentationType,
Augmentation<Container2> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
Container2Builder |
Container2Builder.addAugmentation(Class<? extends Augmentation<Container2>> augmentationType,
Augmentation<Container2> augmentationValue) |
Container2Builder |
Container2Builder.removeAugmentation(Class<? extends Augmentation<Container2>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Container1>> |
Container1Builder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
Container1Builder |
Container1Builder.addAugmentation(Class<? extends Augmentation<Container1>> augmentationType,
Augmentation<Container1> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
Container1Builder |
Container1Builder.addAugmentation(Class<? extends Augmentation<Container1>> augmentationType,
Augmentation<Container1> augmentationValue) |
Container1Builder |
Container1Builder.removeAugmentation(Class<? extends Augmentation<Container1>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Container2>> |
Container2Builder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
Container2Builder |
Container2Builder.addAugmentation(Class<? extends Augmentation<Container2>> augmentationType,
Augmentation<Container2> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
Container2Builder |
Container2Builder.addAugmentation(Class<? extends Augmentation<Container2>> augmentationType,
Augmentation<Container2> augmentationValue) |
Container2Builder |
Container2Builder.removeAugmentation(Class<? extends Augmentation<Container2>> augmentationType) |
Modifier and Type | Interface and Description |
---|---|
interface |
ContainerModule11 |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<ContainerModule2>> |
ContainerModule2Builder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ContainerModule2Builder |
ContainerModule2Builder.addAugmentation(Class<? extends Augmentation<ContainerModule2>> augmentationType,
Augmentation<ContainerModule2> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ContainerModule2Builder |
ContainerModule2Builder.addAugmentation(Class<? extends Augmentation<ContainerModule2>> augmentationType,
Augmentation<ContainerModule2> augmentationValue) |
ContainerModule2Builder |
ContainerModule2Builder.removeAugmentation(Class<? extends Augmentation<ContainerModule2>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Module3Main>> |
Module3MainBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
Module3MainBuilder |
Module3MainBuilder.addAugmentation(Class<? extends Augmentation<Module3Main>> augmentationType,
Augmentation<Module3Main> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
Module3MainBuilder |
Module3MainBuilder.addAugmentation(Class<? extends Augmentation<Module3Main>> augmentationType,
Augmentation<Module3Main> augmentationValue) |
Module3MainBuilder |
Module3MainBuilder.removeAugmentation(Class<? extends Augmentation<Module3Main>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<ContainerManualListModule11>> |
ContainerManualListModule11Builder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<ManualListModule11>> |
ManualListModule11Builder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ContainerManualListModule11Builder |
ContainerManualListModule11Builder.addAugmentation(Class<? extends Augmentation<ContainerManualListModule11>> augmentationType,
Augmentation<ContainerManualListModule11> augmentationValue) |
ManualListModule11Builder |
ManualListModule11Builder.addAugmentation(Class<? extends Augmentation<ManualListModule11>> augmentationType,
Augmentation<ManualListModule11> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ContainerManualListModule11Builder |
ContainerManualListModule11Builder.addAugmentation(Class<? extends Augmentation<ContainerManualListModule11>> augmentationType,
Augmentation<ContainerManualListModule11> augmentationValue) |
ManualListModule11Builder |
ManualListModule11Builder.addAugmentation(Class<? extends Augmentation<ManualListModule11>> augmentationType,
Augmentation<ManualListModule11> augmentationValue) |
ContainerManualListModule11Builder |
ContainerManualListModule11Builder.removeAugmentation(Class<? extends Augmentation<ContainerManualListModule11>> augmentationType) |
ManualListModule11Builder |
ManualListModule11Builder.removeAugmentation(Class<? extends Augmentation<ManualListModule11>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<ContainerManualListModule12>> |
ContainerManualListModule12Builder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ContainerManualListModule12Builder |
ContainerManualListModule12Builder.addAugmentation(Class<? extends Augmentation<ContainerManualListModule12>> augmentationType,
Augmentation<ContainerManualListModule12> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ContainerManualListModule12Builder |
ContainerManualListModule12Builder.addAugmentation(Class<? extends Augmentation<ContainerManualListModule12>> augmentationType,
Augmentation<ContainerManualListModule12> augmentationValue) |
ContainerManualListModule12Builder |
ContainerManualListModule12Builder.removeAugmentation(Class<? extends Augmentation<ContainerManualListModule12>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<ContainerManualContainerModule1>> |
ContainerManualContainerModule1Builder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ContainerManualContainerModule1Builder |
ContainerManualContainerModule1Builder.addAugmentation(Class<? extends Augmentation<ContainerManualContainerModule1>> augmentationType,
Augmentation<ContainerManualContainerModule1> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ContainerManualContainerModule1Builder |
ContainerManualContainerModule1Builder.addAugmentation(Class<? extends Augmentation<ContainerManualContainerModule1>> augmentationType,
Augmentation<ContainerManualContainerModule1> augmentationValue) |
ContainerManualContainerModule1Builder |
ContainerManualContainerModule1Builder.removeAugmentation(Class<? extends Augmentation<ContainerManualContainerModule1>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<ContainerManualContainerModule2>> |
ContainerManualContainerModule2Builder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ContainerManualContainerModule2Builder |
ContainerManualContainerModule2Builder.addAugmentation(Class<? extends Augmentation<ContainerManualContainerModule2>> augmentationType,
Augmentation<ContainerManualContainerModule2> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ContainerManualContainerModule2Builder |
ContainerManualContainerModule2Builder.addAugmentation(Class<? extends Augmentation<ContainerManualContainerModule2>> augmentationType,
Augmentation<ContainerManualContainerModule2> augmentationValue) |
ContainerManualContainerModule2Builder |
ContainerManualContainerModule2Builder.removeAugmentation(Class<? extends Augmentation<ContainerManualContainerModule2>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<ContainerModule3>> |
ContainerModule3Builder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ContainerModule3Builder |
ContainerModule3Builder.addAugmentation(Class<? extends Augmentation<ContainerModule3>> augmentationType,
Augmentation<ContainerModule3> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ContainerModule3Builder |
ContainerModule3Builder.addAugmentation(Class<? extends Augmentation<ContainerModule3>> augmentationType,
Augmentation<ContainerModule3> augmentationValue) |
ContainerModule3Builder |
ContainerModule3Builder.removeAugmentation(Class<? extends Augmentation<ContainerModule3>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<ManualListModule12>> |
ManualListModule12Builder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ManualListModule12Builder |
ManualListModule12Builder.addAugmentation(Class<? extends Augmentation<ManualListModule12>> augmentationType,
Augmentation<ManualListModule12> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ManualListModule12Builder |
ManualListModule12Builder.addAugmentation(Class<? extends Augmentation<ManualListModule12>> augmentationType,
Augmentation<ManualListModule12> augmentationValue) |
ManualListModule12Builder |
ManualListModule12Builder.removeAugmentation(Class<? extends Augmentation<ManualListModule12>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<ManualContainerModule1>> |
ManualContainerModule1Builder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ManualContainerModule1Builder |
ManualContainerModule1Builder.addAugmentation(Class<? extends Augmentation<ManualContainerModule1>> augmentationType,
Augmentation<ManualContainerModule1> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ManualContainerModule1Builder |
ManualContainerModule1Builder.addAugmentation(Class<? extends Augmentation<ManualContainerModule1>> augmentationType,
Augmentation<ManualContainerModule1> augmentationValue) |
ManualContainerModule1Builder |
ManualContainerModule1Builder.removeAugmentation(Class<? extends Augmentation<ManualContainerModule1>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<ContainerModule3>> |
ContainerModule3Builder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ContainerModule3Builder |
ContainerModule3Builder.addAugmentation(Class<? extends Augmentation<ContainerModule3>> augmentationType,
Augmentation<ContainerModule3> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ContainerModule3Builder |
ContainerModule3Builder.addAugmentation(Class<? extends Augmentation<ContainerModule3>> augmentationType,
Augmentation<ContainerModule3> augmentationValue) |
ContainerModule3Builder |
ContainerModule3Builder.removeAugmentation(Class<? extends Augmentation<ContainerModule3>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Module4Main>> |
Module4MainBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
Module4MainBuilder |
Module4MainBuilder.addAugmentation(Class<? extends Augmentation<Module4Main>> augmentationType,
Augmentation<Module4Main> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
Module4MainBuilder |
Module4MainBuilder.addAugmentation(Class<? extends Augmentation<Module4Main>> augmentationType,
Augmentation<Module4Main> augmentationValue) |
Module4MainBuilder |
Module4MainBuilder.removeAugmentation(Class<? extends Augmentation<Module4Main>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<ContainerModule4>> |
ContainerModule4Builder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ContainerModule4Builder |
ContainerModule4Builder.addAugmentation(Class<? extends Augmentation<ContainerModule4>> augmentationType,
Augmentation<ContainerModule4> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ContainerModule4Builder |
ContainerModule4Builder.addAugmentation(Class<? extends Augmentation<ContainerModule4>> augmentationType,
Augmentation<ContainerModule4> augmentationValue) |
ContainerModule4Builder |
ContainerModule4Builder.removeAugmentation(Class<? extends Augmentation<ContainerModule4>> augmentationType) |
Modifier and Type | Interface and Description |
---|---|
interface |
ManualContainerModule11 |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<AddressableCont>> |
AddressableContBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Container>> |
ContainerBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<UnaddressableCont>> |
UnaddressableContBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<WithChoice>> |
WithChoiceBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
AddressableContBuilder |
AddressableContBuilder.addAugmentation(Class<? extends Augmentation<AddressableCont>> augmentationType,
Augmentation<AddressableCont> augmentationValue) |
ContainerBuilder |
ContainerBuilder.addAugmentation(Class<? extends Augmentation<Container>> augmentationType,
Augmentation<Container> augmentationValue) |
UnaddressableContBuilder |
UnaddressableContBuilder.addAugmentation(Class<? extends Augmentation<UnaddressableCont>> augmentationType,
Augmentation<UnaddressableCont> augmentationValue) |
WithChoiceBuilder |
WithChoiceBuilder.addAugmentation(Class<? extends Augmentation<WithChoice>> augmentationType,
Augmentation<WithChoice> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<AddressableChild>> |
AddressableChildBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
AddressableChildBuilder |
AddressableChildBuilder.addAugmentation(Class<? extends Augmentation<AddressableChild>> augmentationType,
Augmentation<AddressableChild> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
AddressableChildBuilder |
AddressableChildBuilder.addAugmentation(Class<? extends Augmentation<AddressableChild>> augmentationType,
Augmentation<AddressableChild> augmentationValue) |
AddressableChildBuilder |
AddressableChildBuilder.removeAugmentation(Class<? extends Augmentation<AddressableChild>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Keyed>> |
KeyedBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Unkeyed>> |
UnkeyedBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
KeyedBuilder |
KeyedBuilder.addAugmentation(Class<? extends Augmentation<Keyed>> augmentationType,
Augmentation<Keyed> augmentationValue) |
UnkeyedBuilder |
UnkeyedBuilder.addAugmentation(Class<? extends Augmentation<Unkeyed>> augmentationType,
Augmentation<Unkeyed> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
KeyedBuilder |
KeyedBuilder.addAugmentation(Class<? extends Augmentation<Keyed>> augmentationType,
Augmentation<Keyed> augmentationValue) |
UnkeyedBuilder |
UnkeyedBuilder.addAugmentation(Class<? extends Augmentation<Unkeyed>> augmentationType,
Augmentation<Unkeyed> augmentationValue) |
KeyedBuilder |
KeyedBuilder.removeAugmentation(Class<? extends Augmentation<Keyed>> augmentationType) |
UnkeyedBuilder |
UnkeyedBuilder.removeAugmentation(Class<? extends Augmentation<Unkeyed>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<AddressableCase>> |
AddressableCaseBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<UnaddressableCase>> |
UnaddressableCaseBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
AddressableCaseBuilder |
AddressableCaseBuilder.addAugmentation(Class<? extends Augmentation<AddressableCase>> augmentationType,
Augmentation<AddressableCase> augmentationValue) |
UnaddressableCaseBuilder |
UnaddressableCaseBuilder.addAugmentation(Class<? extends Augmentation<UnaddressableCase>> augmentationType,
Augmentation<UnaddressableCase> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
AddressableCaseBuilder |
AddressableCaseBuilder.addAugmentation(Class<? extends Augmentation<AddressableCase>> augmentationType,
Augmentation<AddressableCase> augmentationValue) |
UnaddressableCaseBuilder |
UnaddressableCaseBuilder.addAugmentation(Class<? extends Augmentation<UnaddressableCase>> augmentationType,
Augmentation<UnaddressableCase> augmentationValue) |
AddressableCaseBuilder |
AddressableCaseBuilder.removeAugmentation(Class<? extends Augmentation<AddressableCase>> augmentationType) |
UnaddressableCaseBuilder |
UnaddressableCaseBuilder.removeAugmentation(Class<? extends Augmentation<UnaddressableCase>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Addressable>> |
AddressableBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
AddressableBuilder |
AddressableBuilder.addAugmentation(Class<? extends Augmentation<Addressable>> augmentationType,
Augmentation<Addressable> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
AddressableBuilder |
AddressableBuilder.addAugmentation(Class<? extends Augmentation<Addressable>> augmentationType,
Augmentation<Addressable> augmentationValue) |
AddressableBuilder |
AddressableBuilder.removeAugmentation(Class<? extends Augmentation<Addressable>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Annotation>> |
AnnotationBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<Key>> |
KeyBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
AnnotationBuilder |
AnnotationBuilder.addAugmentation(Class<? extends Augmentation<Annotation>> augmentationType,
Augmentation<Annotation> augmentationValue) |
KeyBuilder |
KeyBuilder.addAugmentation(Class<? extends Augmentation<Key>> augmentationType,
Augmentation<Key> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
AnnotationBuilder |
AnnotationBuilder.addAugmentation(Class<? extends Augmentation<Annotation>> augmentationType,
Augmentation<Annotation> augmentationValue) |
KeyBuilder |
KeyBuilder.addAugmentation(Class<? extends Augmentation<Key>> augmentationType,
Augmentation<Key> augmentationValue) |
AnnotationBuilder |
AnnotationBuilder.removeAugmentation(Class<? extends Augmentation<Annotation>> augmentationType) |
KeyBuilder |
KeyBuilder.removeAugmentation(Class<? extends Augmentation<Key>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<ContAug>> |
ContAugBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ContAugBuilder |
ContAugBuilder.addAugmentation(Class<? extends Augmentation<ContAug>> augmentationType,
Augmentation<ContAug> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ContAugBuilder |
ContAugBuilder.addAugmentation(Class<? extends Augmentation<ContAug>> augmentationType,
Augmentation<ContAug> augmentationValue) |
ContAugBuilder |
ContAugBuilder.removeAugmentation(Class<? extends Augmentation<ContAug>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<RootAug>> |
RootAugBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
RootAugBuilder |
RootAugBuilder.addAugmentation(Class<? extends Augmentation<RootAug>> augmentationType,
Augmentation<RootAug> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
RootAugBuilder |
RootAugBuilder.addAugmentation(Class<? extends Augmentation<RootAug>> augmentationType,
Augmentation<RootAug> augmentationValue) |
RootAugBuilder |
RootAugBuilder.removeAugmentation(Class<? extends Augmentation<RootAug>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Cont>> |
ContBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ContBuilder |
ContBuilder.addAugmentation(Class<? extends Augmentation<Cont>> augmentationType,
Augmentation<Cont> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ContBuilder |
ContBuilder.addAugmentation(Class<? extends Augmentation<Cont>> augmentationType,
Augmentation<Cont> augmentationValue) |
ContBuilder |
ContBuilder.removeAugmentation(Class<? extends Augmentation<Cont>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<ContBase>> |
ContBaseBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ContBaseBuilder |
ContBaseBuilder.addAugmentation(Class<? extends Augmentation<ContBase>> augmentationType,
Augmentation<ContBase> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ContBaseBuilder |
ContBaseBuilder.addAugmentation(Class<? extends Augmentation<ContBase>> augmentationType,
Augmentation<ContBase> augmentationValue) |
ContBaseBuilder |
ContBaseBuilder.removeAugmentation(Class<? extends Augmentation<ContBase>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<GrpCont>> |
GrpContBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
GrpContBuilder |
GrpContBuilder.addAugmentation(Class<? extends Augmentation<GrpCont>> augmentationType,
Augmentation<GrpCont> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
GrpContBuilder |
GrpContBuilder.addAugmentation(Class<? extends Augmentation<GrpCont>> augmentationType,
Augmentation<GrpCont> augmentationValue) |
GrpContBuilder |
GrpContBuilder.removeAugmentation(Class<? extends Augmentation<GrpCont>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<RootBase>> |
RootBaseBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
RootBaseBuilder |
RootBaseBuilder.addAugmentation(Class<? extends Augmentation<RootBase>> augmentationType,
Augmentation<RootBase> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
RootBaseBuilder |
RootBaseBuilder.addAugmentation(Class<? extends Augmentation<RootBase>> augmentationType,
Augmentation<RootBase> augmentationValue) |
RootBaseBuilder |
RootBaseBuilder.removeAugmentation(Class<? extends Augmentation<RootBase>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Cont>> |
ContBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ContBuilder |
ContBuilder.addAugmentation(Class<? extends Augmentation<Cont>> augmentationType,
Augmentation<Cont> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ContBuilder |
ContBuilder.addAugmentation(Class<? extends Augmentation<Cont>> augmentationType,
Augmentation<Cont> augmentationValue) |
ContBuilder |
ContBuilder.removeAugmentation(Class<? extends Augmentation<Cont>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Cont>> |
ContBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ContBuilder |
ContBuilder.addAugmentation(Class<? extends Augmentation<Cont>> augmentationType,
Augmentation<Cont> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
ContBuilder |
ContBuilder.addAugmentation(Class<? extends Augmentation<Cont>> augmentationType,
Augmentation<Cont> augmentationValue) |
ContBuilder |
ContBuilder.removeAugmentation(Class<? extends Augmentation<Cont>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<BooleanContainer>> |
BooleanContainerBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
BooleanContainerBuilder |
BooleanContainerBuilder.addAugmentation(Class<? extends Augmentation<BooleanContainer>> augmentationType,
Augmentation<BooleanContainer> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
BooleanContainerBuilder |
BooleanContainerBuilder.addAugmentation(Class<? extends Augmentation<BooleanContainer>> augmentationType,
Augmentation<BooleanContainer> augmentationValue) |
BooleanContainerBuilder |
BooleanContainerBuilder.removeAugmentation(Class<? extends Augmentation<BooleanContainer>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<BooleanList>> |
BooleanListBuilder.augmentation(Class<E> augmentationType) |
<E extends Augmentation<BooleanListInt>> |
BooleanListIntBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
BooleanListBuilder |
BooleanListBuilder.addAugmentation(Class<? extends Augmentation<BooleanList>> augmentationType,
Augmentation<BooleanList> augmentationValue) |
BooleanListIntBuilder |
BooleanListIntBuilder.addAugmentation(Class<? extends Augmentation<BooleanListInt>> augmentationType,
Augmentation<BooleanListInt> augmentationValue) |
Modifier and Type | Method and Description |
---|---|
BooleanListBuilder |
BooleanListBuilder.addAugmentation(Class<? extends Augmentation<BooleanList>> augmentationType,
Augmentation<BooleanList> augmentationValue) |
BooleanListIntBuilder |
BooleanListIntBuilder.addAugmentation(Class<? extends Augmentation<BooleanListInt>> augmentationType,
Augmentation<BooleanListInt> augmentationValue) |
BooleanListBuilder |
BooleanListBuilder.removeAugmentation(Class<? extends Augmentation<BooleanList>> augmentationType) |
BooleanListIntBuilder |
BooleanListIntBuilder.removeAugmentation(Class<? extends Augmentation<BooleanListInt>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<T>> |
Augmentable.augmentation(Class<E> augmentationType)
Returns instance of augmentation.
|
<N extends DataObject & Augmentation<? super T>> |
InstanceIdentifier.augmentation(Class<N> container)
Create an InstanceIdentifier for a child augmentation.
|
<N extends DataObject & Augmentation<? super T>> |
InstanceIdentifier.InstanceIdentifierBuilder.augmentation(Class<N> container)
Build an identifier which refers to a specific augmentation of the current InstanceIdentifier referenced by
the builder.
|
Modifier and Type | Method and Description |
---|---|
Map<Class<? extends Augmentation<T>>,Augmentation<T>> |
AugmentationHolder.augmentations()
Returns map of all augmentations.
|
Map<Class<? extends Augmentation<T>>,Augmentation<T>> |
AugmentationHolder.augmentations()
Returns map of all augmentations.
|
Modifier and Type | Method and Description |
---|---|
void |
BindingStreamEventWriter.startAugmentationNode(Class<? extends Augmentation<?>> augmentationType)
Emits start of augmentation node.
|
Copyright © 2019 OpenDaylight. All rights reserved.