Uses of Interface
org.faktorips.runtime.IProductComponentLink
Packages that use IProductComponentLink
Package
Description
Classes that allow access to design time model information on policy and product component types.
-
Uses of IProductComponentLink in org.faktorips.runtime
Methods in org.faktorips.runtime that return IProductComponentLinkModifier and TypeMethodDescriptionIProductComponentLink<? extends IProductComponent>IProductComponentLinkSource.getLink(String linkName, IProductComponent target) Returns theIProductComponentLinkfor the association with the given role name to the given product component ornullif no such association exists.Methods in org.faktorips.runtime that return types with arguments of type IProductComponentLinkModifier and TypeMethodDescriptionList<IProductComponentLink<? extends IProductComponent>>IProductComponentLinkSource.getLinks()Returns aListof all theIProductComponentLinks from this product component generation to other product components. -
Uses of IProductComponentLink in org.faktorips.runtime.internal
Classes in org.faktorips.runtime.internal that implement IProductComponentLinkModifier and TypeClassDescriptionclassProductComponentLink<T extends IProductComponent>Class that represents a link/relation between product components.Methods in org.faktorips.runtime.internal that return IProductComponentLinkModifier and TypeMethodDescriptionIProductComponentLink<? extends IProductComponent>ProductComponent.getLink(String linkName, IProductComponent target) IProductComponentLink<? extends IProductComponent>ProductComponentGeneration.getLink(String linkName, IProductComponent target) Methods in org.faktorips.runtime.internal that return types with arguments of type IProductComponentLinkModifier and TypeMethodDescriptionList<IProductComponentLink<? extends IProductComponent>>ProductComponent.getLinks()List<IProductComponentLink<? extends IProductComponent>>ProductComponentGeneration.getLinks() -
Uses of IProductComponentLink in org.faktorips.runtime.model.type
Methods in org.faktorips.runtime.model.type that return types with arguments of type IProductComponentLinkModifier and TypeMethodDescription<T extends IProductComponent>
Collection<IProductComponentLink<T>>ProductAssociation.getLinks(IProductComponent prodCmpt, Calendar effectiveDate) Retrieves alllinksfor this association from a product component. -
Uses of IProductComponentLink in org.faktorips.runtime.util
Method parameters in org.faktorips.runtime.util with type arguments of type IProductComponentLinkModifier and TypeMethodDescriptionstatic <T extends IProductComponent>
TProductComponentLinks.getTarget(int index, Map<String, IProductComponentLink<T>> componentLink) Returns value of type IProductComponent at the indicated index.