Uses of Class
de.uni_paderborn.fujaba.codegen.UMLRoleOOHandlerStrategy

Packages that use UMLRoleOOHandlerStrategy
de.uni_paderborn.fujaba.codegen   
 

Uses of UMLRoleOOHandlerStrategy in de.uni_paderborn.fujaba.codegen
 

Subclasses of UMLRoleOOHandlerStrategy in de.uni_paderborn.fujaba.codegen
 class UMLRoleOOHandlerInternalQualifiedToManyStrategy
           
 class UMLRoleOOHandlerInternalQualifiedToOneStrategy
           
 class UMLRoleOOHandlerOrderedToManyStrategy
           
 class UMLRoleOOHandlerQualifiedStrategy
           
 class UMLRoleOOHandlerQualifiedToManyStrategy
           
 class UMLRoleOOHandlerQualifiedToOneStrategy
           
 class UMLRoleOOHandlerSortedToManyStrategy
           
 class UMLRoleOOHandlerToManyStrategy
           
 class UMLRoleOOHandlerToOneStrategy
           
 

Methods in de.uni_paderborn.fujaba.codegen that return UMLRoleOOHandlerStrategy
 UMLRoleOOHandlerStrategy UMLRoleOOHandlerStrategy.getPrevious()
          Get the previous attribute of the UMLRoleOOHandlerStrategy object
 UMLRoleOOHandlerStrategy UMLRoleOOHandlerStrategy.getNext()
          Get the next attribute of the UMLRoleOOHandlerStrategy object
protected  UMLRoleOOHandlerStrategy UMLRoleOOHandlerStrategy.findResponsible(FRole umlRole)
          No comment provided by developer, please add a comment to improve documentation.
 UMLRoleOOHandlerStrategy UMLRoleOOHandler.getStrategyChain()
          Get the strategyChain attribute of the UMLRoleOOHandler object
 UMLRoleOOHandlerStrategy UMLRoleOOHandler.findResponsible(FRole umlRole)
          No comment provided by developer, please add a comment to improve documentation.
 

Methods in de.uni_paderborn.fujaba.codegen with parameters of type UMLRoleOOHandlerStrategy
protected  boolean UMLRoleOOHandlerStrategy.setPrevious(UMLRoleOOHandlerStrategy value)
          Sets the previous attribute of the UMLRoleOOHandlerStrategy object
 boolean UMLRoleOOHandlerStrategy.setNext(UMLRoleOOHandlerStrategy value)
          Sets the next attribute of the UMLRoleOOHandlerStrategy object
protected  void UMLRoleOOHandlerStrategy.initHandler(UMLRoleOOHandlerStrategy strategy)
          No comment provided by developer, please add a comment to improve documentation.
protected  boolean UMLRoleOOHandler.setStrategyChain(UMLRoleOOHandlerStrategy value)
          Sets the strategyChain attribute of the UMLRoleOOHandler object
 void UMLRoleOOHandler.appendStrategy(UMLRoleOOHandlerStrategy strategy)
          No comment provided by developer, please add a comment to improve documentation.