| Modifier and Type | Interface and Description |
|---|---|
interface |
MutationBehaviour<T extends MutationBehaviour<T>>
Mutation behavior.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Builder<P>
Builder object which produces a product.
|
interface |
ClassBasedPropertyBuilder<P,T extends ClassBasedPropertyBuilder<P,T>> |
interface |
Identifier
General identifier interface.
|
interface |
Immutable
Immutable Object - object does not change its state during lifecycle.
|
interface |
Mutable
Mutable object - object may change it's state during lifecycle.
|
interface |
ProductAwareBuilder<P>
An extension of the
Builder concept which allows an implementation
of this interface to be used in collections instead of the product. |
interface |
WritableIdentifier
A combination of both
Identifier and WritableObject. |
| Modifier and Type | Class and Description |
|---|---|
class |
NoOpListenerRegistration<T extends EventListener>
Implementation of
ListenerRegistration which does nothing in its NoOpObjectRegistration.close() method. |
class |
NoOpObjectRegistration<T>
Implementation of
ObjectRegistration which does nothing in its NoOpObjectRegistration.close() method. |
Copyright © 2018 OpenDaylight. All rights reserved.