| Package | Description |
|---|---|
| org.faktorips.runtime | |
| org.faktorips.runtime.internal | |
| org.faktorips.runtime.internal.toc |
| 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 |
IProductComponentLink<T extends IProductComponent>
This class represents a link between two product components.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends IRuntimeObject> |
InMemoryRuntimeRepository.putCustomRuntimeObject(Class<T> type,
String ipsObjectQualifiedName,
T runtimeObject)
Puts the runtimeObject into the repository.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProductComponent
Base class for all product components.
|
class |
ProductComponentGeneration
Base class for product component generations
|
class |
ProductComponentLink<T extends IProductComponent>
Class that represents a link/relation between product components.
|
class |
RuntimeObject
Baseclass for all runtime objects
|
| Modifier and Type | Method and Description |
|---|---|
abstract <T extends IRuntimeObject> |
AbstractReadonlyTableOfContents.getTypedTocEntries(Class<T> type) |
<T extends IRuntimeObject> |
ReadonlyTableOfContents.getTypedTocEntries(Class<T> type) |
Copyright © 2016. All rights reserved.