| Package | Description |
|---|---|
| org.faktorips.runtime | |
| org.faktorips.runtime.internal |
| Modifier and Type | Method and Description |
|---|---|
IProductComponentLink<? extends IProductComponent> |
IProductComponentGeneration.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. |
IProductComponentLink<? extends IProductComponent> |
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. |
| Modifier and Type | Method and Description |
|---|---|
List<IProductComponentLink<? extends IProductComponent>> |
IProductComponentGeneration.getLinks()
Returns a
List of all the IProductComponentLinks from this product
component generation to other product components. |
List<IProductComponentLink<? extends IProductComponent>> |
IProductComponent.getLinks()
Returns a
List of all the IProductComponentLinks from this product
component generation to other product components. |
| Modifier and Type | Class and Description |
|---|---|
class |
ProductComponentLink<T extends IProductComponent>
Class that represents a link/relation between product components.
|
| Modifier and Type | Method and Description |
|---|---|
IProductComponentLink<? extends IProductComponent> |
ProductComponentGeneration.getLink(String linkName,
IProductComponent target) |
IProductComponentLink<? extends IProductComponent> |
ProductComponent.getLink(String linkName,
IProductComponent target) |
| Modifier and Type | Method and Description |
|---|---|
List<IProductComponentLink<? extends IProductComponent>> |
ProductComponentGeneration.getLinks() |
List<IProductComponentLink<? extends IProductComponent>> |
ProductComponent.getLinks() |
Copyright © 2016. All rights reserved.