Class AbstractSimpleIdentifiable<T>
java.lang.Object
org.opendaylight.yangtools.concepts.AbstractIdentifiable<T,T>
org.opendaylight.yangtools.concepts.AbstractSimpleIdentifiable<T>
- All Implemented Interfaces:
Identifiable<T>
- Direct Known Subclasses:
AbstractDynamicMountPointContextFactory
,AbstractFileGeneratorFactory
,EqualityQueuedNotificationManager
,IdentityQueuedNotificationManager
,YangStatementStreamSource
,YinStatementStreamSource
@Beta
@NonNullByDefault
public abstract class AbstractSimpleIdentifiable<T>
extends AbstractIdentifiable<T,T>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.opendaylight.yangtools.concepts.AbstractIdentifiable
addToStringAttributes, getIdentifier, toString
-
Constructor Details
-
AbstractSimpleIdentifiable
-