| Package | Description |
|---|---|
| org.faktorips.runtime | |
| org.faktorips.runtime.internal | |
| org.faktorips.runtime.model.type |
Classes that allow access to design time model information on policy and product component types.
|
| org.faktorips.runtime.util |
| Modifier and Type | Method and Description |
|---|---|
IProductComponentLink<? extends IProductComponent> |
IProductComponentLinkSource.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>> |
IProductComponentLinkSource.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() |
| Modifier and Type | Method and Description |
|---|---|
<T extends IProductComponent> |
ProductAssociation.getLinks(IProductComponent prodCmpt,
Calendar effectiveDate)
Retrieves all
links for this association from a product
component. |
| Modifier and Type | Method and Description |
|---|---|
static <T extends IProductComponent> |
ProductComponentLinks.getTarget(int index,
Map<String,IProductComponentLink<T>> componentLink)
Returns value of type IProductComponent at the indicated index.
|
Copyright © 2023. All rights reserved.