Uses of Interface
org.faktorips.runtime.IProductComponentLinkSource

Packages that use IProductComponentLinkSource
org.faktorips.runtime   
org.faktorips.runtime.internal   
 

Uses of IProductComponentLinkSource in org.faktorips.runtime
 

Subinterfaces of IProductComponentLinkSource in org.faktorips.runtime
 interface IProductComponent
          Interface for all product components.
 interface IProductComponentGeneration
          A product component generation represents the state of a product component valid for a period of time.
 

Methods in org.faktorips.runtime that return IProductComponentLinkSource
 IProductComponentLinkSource IProductComponentLink.getSource()
          Returns the IProductComponentLinkSource this link originates from.
 

Uses of IProductComponentLinkSource in org.faktorips.runtime.internal
 

Classes in org.faktorips.runtime.internal that implement IProductComponentLinkSource
 class ProductComponent
          Base class for all product components.
 class ProductComponentGeneration
          Base class for product component generations
 

Methods in org.faktorips.runtime.internal that return IProductComponentLinkSource
 IProductComponentLinkSource ProductComponentLink.getSource()
           
 

Constructors in org.faktorips.runtime.internal with parameters of type IProductComponentLinkSource
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, CardinalityRange cardinality)
          Creates a new link with the given cardinality to the given target for the given product component generation.
 



Copyright © 2015. All rights reserved.