Uses of Interface
org.faktorips.runtime.IProductComponentLinkSource
-
Packages that use IProductComponentLinkSource Package Description org.faktorips.runtime org.faktorips.runtime.internal -
-
Uses of IProductComponentLinkSource in org.faktorips.runtime
Subinterfaces of IProductComponentLinkSource in org.faktorips.runtime Modifier and Type Interface Description interfaceIProductComponentInterface for all product components.interfaceIProductComponentGenerationA product component generation represents the state of a product component valid for a period of time.interfaceIProductObjectCommon interface forIProductComponentandIProductComponentGeneration.Methods in org.faktorips.runtime that return IProductComponentLinkSource Modifier and Type Method Description IProductComponentLinkSourceIProductComponentLink. getSource()Returns theIProductComponentLinkSourcethis link originates from. -
Uses of IProductComponentLinkSource in org.faktorips.runtime.internal
Classes in org.faktorips.runtime.internal that implement IProductComponentLinkSource Modifier and Type Class Description classProductComponentBase class for all product components.classProductComponentGenerationBase class for product component generationsMethods in org.faktorips.runtime.internal that return IProductComponentLinkSource Modifier and Type Method Description IProductComponentLinkSourceProductComponentLink. getSource()Constructors in org.faktorips.runtime.internal with parameters of type IProductComponentLinkSource Constructor Description ProductComponentLink(IProductComponentLinkSource source)Creates 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, java.lang.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, java.lang.String associationName)Creates a new link with the cardinality and association name to the given target for the given product component/generation.
-