Package | Description |
---|---|
org.jomc.model |
Object management and configuration model classes.
|
Modifier and Type | Field and Description |
---|---|
protected List<ImplementationReference> |
Implementations.reference |
Modifier and Type | Method and Description |
---|---|
ImplementationReference |
ImplementationReference.clone()
Creates and returns a deep copy of this object.
|
ImplementationReference |
ObjectFactory.createImplementationReference()
Create an instance of
ImplementationReference |
ImplementationReference |
Implementations.getReference(String implementation)
Gets an implementation reference for a given identifier from the list of references.
|
Modifier and Type | Method and Description |
---|---|
Set<InheritanceModel.Node<ImplementationReference>> |
InheritanceModel.getCycleNodes(String implementation)
Gets a set holding implementation reference nodes of an implementation causing a cycle.
|
Set<InheritanceModel.Node<ImplementationReference>> |
InheritanceModel.getImplementationReferenceNodes(String implementation,
String identifier)
Gets a set holding effective implementation reference nodes of an implementation.
|
List<ImplementationReference> |
Implementations.getReference()
Gets the value of the reference property.
|
Constructor and Description |
---|
ImplementationReference(ImplementationReference o)
Creates a new
ImplementationReference instance by deeply copying a given ImplementationReference instance. |
Copyright © 2005–2016 The JOMC Project. All rights reserved.