public interface IProductComponentLinkSource
IProductComponentLink. This may be a IProductComponent or a
IProductComponentGeneration.| Modifier and Type | Method and Description |
|---|---|
IProductComponentLink<? extends IProductComponent> |
getLink(String linkName,
IProductComponent target)
Returns the
IProductComponentLink for the association with the given role name
to the given product component or null if no such association exists. |
List<IProductComponentLink<? extends IProductComponent>> |
getLinks()
Returns a
List of all the IProductComponentLinks from this product
component generation to other product components. |
IRuntimeRepository |
getRepository()
Getting the runtime repository of this link source.
|
IRuntimeRepository getRepository()
IRuntimeRepository that was used to create this
IProductComponentLinkSourceList<IProductComponentLink<? extends IProductComponent>> getLinks()
List of all the IProductComponentLinks from this product
component generation to other product components.IProductComponentLink<? extends IProductComponent> getLink(String linkName, IProductComponent target)
IProductComponentLink for the association with the given role name
to the given product component or null if no such association exists.Copyright © 2017. All rights reserved.