Uses of Interface
cz.cuni.versatile.api.PreferenceChain

Packages that use PreferenceChain
cz.cuni.versatile.api The key elements of the Versatile API.  
cz.cuni.versatile.core This package contains the default implementations of some essential Versatile concepts.  
 

Uses of PreferenceChain in cz.cuni.versatile.api
 

Methods in cz.cuni.versatile.api that return PreferenceChain
 PreferenceChain ValueProvider.toPreferenceChain()
          Takes the current snapshot of the ValueProvider chain returning a list of values in the ValueProvider chain.
 

Uses of PreferenceChain in cz.cuni.versatile.core
 

Classes in cz.cuni.versatile.core that implement PreferenceChain
 class PreferenceChainImpl
          Default implementation of the PreferenceChain interface.
 

Methods in cz.cuni.versatile.core that return PreferenceChain
 PreferenceChain AbstractValueProvider.toPreferenceChain()