Uses of Interface
org.faktorips.runtime.IProductComponentLink

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

Uses of IProductComponentLink in org.faktorips.runtime
 

Methods in org.faktorips.runtime that return IProductComponentLink
 IProductComponentLink<? extends IProductComponent> IProductComponentGeneration.getLink(String linkName, IProductComponent target)
          Returns the IProductComponentLink for the association with the given role name to the given product component or null if no such association exists.
 IProductComponentLink<? extends IProductComponent> IProductComponent.getLink(String linkName, IProductComponent target)
          Returns the IProductComponentLink for the association with the given role name to the given product component or null if no such association exists.
 

Methods in org.faktorips.runtime that return types with arguments of type IProductComponentLink
 List<IProductComponentLink<? extends IProductComponent>> IProductComponentGeneration.getLinks()
          Returns a List of all the IProductComponentLinks from this product component generation to other product components.
 List<IProductComponentLink<? extends IProductComponent>> IProductComponent.getLinks()
          Returns a List of all the IProductComponentLinks 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 IProductComponentLink
 class ProductComponentLink<T extends IProductComponent>
          Class that represents a link/relation between product components.
 

Methods in org.faktorips.runtime.internal that return IProductComponentLink
 IProductComponentLink<? extends IProductComponent> ProductComponentGeneration.getLink(String linkName, IProductComponent target)
           
 IProductComponentLink<? extends IProductComponent> ProductComponent.getLink(String linkName, IProductComponent target)
           
 

Methods in org.faktorips.runtime.internal that return types with arguments of type IProductComponentLink
 List<IProductComponentLink<? extends IProductComponent>> ProductComponentGeneration.getLinks()
           
 List<IProductComponentLink<? extends IProductComponent>> ProductComponent.getLinks()
           
 



Copyright © 2015. All rights reserved.