| Package | Description |
|---|---|
| org.faktorips.runtime | |
| 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 | Method and Description |
|---|---|
IModelType |
IRuntimeRepository.getModelType(Class<?> modelObjectClass)
Deprecated.
|
IModelType |
IRuntimeRepository.getModelType(IModelObject modelObject)
Deprecated.
|
IModelType |
IRuntimeRepository.getModelType(IProductComponent productComponent)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PolicyCmptType
Corresponds to a design time
IPolicyCmptType. |
class |
ProductCmptType
Corresponds to a design time
IProductCmptType. |
class |
Type
A
Type represents a design time type of Faktor-IPS. |
| Modifier and Type | Method and Description |
|---|---|
IModelType |
IModelTypeAssociation.getMatchingAssociationSourceType()
Deprecated.
Returns the
IModelType identified by IModelTypeAssociation.getMatchingAssociationSource() |
IModelType |
IModelTypeAssociation.getModelType()
Deprecated.
Returns the model type this association belongs to.
|
IModelType |
IModelTypeAttribute.getModelType()
Deprecated.
Returns the model type this attribute belongs to.
|
IModelType |
IModelType.getSuperType()
Deprecated.
Returns this model type's super type or
null if it has none. |
IModelType |
IModelTypeAssociation.getTarget()
Deprecated.
Returns the target model type object of this association.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypeHierarchyVisitor.visitHierarchy(IModelType type)
Deprecated.
Visits the given type and all it's super types.
|
abstract boolean |
TypeHierarchyVisitor.visitType(IModelType type)
Deprecated.
Visits the given type.
|
Copyright © 2018. All rights reserved.