| Package | Description |
|---|---|
| org.faktorips.runtime | |
| org.faktorips.runtime.internal |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IProductComponent
Interface for all product components.
|
interface |
IProductComponentGeneration
A product component generation represents the state of a product component valid for a period of
time.
|
interface |
IProductObject
Common interface for
IProductComponent and IProductComponentGeneration. |
| Modifier and Type | Method and Description |
|---|---|
IProductComponentLinkSource |
IProductComponentLink.getSource()
Returns the
IProductComponentLinkSource this link originates from. |
| Modifier and Type | Class and Description |
|---|---|
class |
ProductComponent
Base class for all product components.
|
class |
ProductComponentGeneration
Base class for product component generations
|
| Modifier and Type | Method and Description |
|---|---|
IProductComponentLinkSource |
ProductComponentLink.getSource() |
| Constructor and Description |
|---|
ProductComponentLink(IProductComponentLinkSource source)
Creates a new link for the given product component/generation.
|
ProductComponentLink(IProductComponentLinkSource source,
T target)
Creates a new link to the given target for the given product component/generation using the
cardinality (0,*).
|
ProductComponentLink(IProductComponentLinkSource source,
T target,
CardinalityRange cardinality)
Creates a new link with the given cardinality to the given target for the given product
component/generation.
|
ProductComponentLink(IProductComponentLinkSource source,
T target,
CardinalityRange cardinality,
String associationName)
Creates a new link with the cardinality and association name to the given target for the
given product component/generation.
|
ProductComponentLink(IProductComponentLinkSource source,
T target,
String associationName)
Creates a new link to the given target and association name for the given product
component/generation using the cardinality (0,*).
|
Copyright © 2021. All rights reserved.