| Package | Description |
|---|---|
| org.faktorips.runtime.model.type |
Classes that allow access to design time model information on policy and product component types.
|
| org.faktorips.runtime.modeltype |
use
IpsModel and the new implementation classes in
org.faktorips.runtime.model.type directly. |
| Modifier and Type | Class and Description |
|---|---|
class |
Association
An association between two
Types. |
class |
PolicyAssociation
An association between two
PolicyCmptTypes. |
class |
ProductAssociation |
| Modifier and Type | Method and Description |
|---|---|
IModelTypeAssociation |
IModelType.getAssociation(String name)
Deprecated.
Returns the association with the given
name declared in this type or one of it's
super types. |
IModelTypeAssociation |
IModelType.getDeclaredAssociation(int index)
Deprecated.
Returns the association at the given
index. |
IModelTypeAssociation |
IModelType.getDeclaredAssociation(String name)
Deprecated.
Returns the association with the given
name declared in this type. |
| Modifier and Type | Method and Description |
|---|---|
List<? extends IModelTypeAssociation> |
IModelType.getAssociations()
Deprecated.
Returns the type's associations including those defined in it's super types.
|
List<? extends IModelTypeAssociation> |
IModelType.getDeclaredAssociations()
Deprecated.
Returns a list containing all associations declared in this model type.
|
Copyright © 2016. All rights reserved.