Uses of Interface
org.faktorips.runtime.IProductComponentLinkSource
Packages that use IProductComponentLinkSource
-
Uses of IProductComponentLinkSource in org.faktorips.runtime
Subinterfaces of IProductComponentLinkSource in org.faktorips.runtimeModifier and TypeInterfaceDescriptioninterfaceInterface for all product components.interfaceA product component generation represents the state of a product component valid for a period of time.interfaceCommon interface forIProductComponentandIProductComponentGeneration.Methods in org.faktorips.runtime that return IProductComponentLinkSourceModifier and TypeMethodDescriptionIProductComponentLink.getSource()Returns theIProductComponentLinkSourcethis link originates from. -
Uses of IProductComponentLinkSource in org.faktorips.runtime.internal
Classes in org.faktorips.runtime.internal that implement IProductComponentLinkSourceModifier and TypeClassDescriptionclassBase class for all product components.classBase class for product component generationsMethods in org.faktorips.runtime.internal that return IProductComponentLinkSourceConstructors in org.faktorips.runtime.internal with parameters of type IProductComponentLinkSourceModifierConstructorDescriptionCreates 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, String associationName) Creates a new link to the given target and association name 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.