Uses of Interface
org.deduced.ConfiguredCollection

Packages that use ConfiguredCollection
org.deduced.implementation   
org.deduced.text.builder   
org.deduced.text.builder.implementation   
 

Uses of ConfiguredCollection in org.deduced.implementation
 

Classes in org.deduced.implementation that implement ConfiguredCollection
 class ConfiguredCollectionImplementation
          Java Implementation used to represent the type : configured collection Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 

Methods in org.deduced.implementation with parameters of type ConfiguredCollection
static void ConfiguredCollectionImplementation.resetListFixedInstances(ConfiguredCollection instance)
          reset all the list fixed instances
 

Uses of ConfiguredCollection in org.deduced.text.builder
 

Subinterfaces of ConfiguredCollection in org.deduced.text.builder
 interface AbstractTextBuilder
          Interface used to represent the type : abstract text builder Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 interface FormattedMultilanguageTextBuilder
          Interface used to represent the type : formatted multi-language text builder Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 interface MultilanguageTextBuilder
          Interface used to represent the type : multi-language text builder Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 

Uses of ConfiguredCollection in org.deduced.text.builder.implementation
 

Classes in org.deduced.text.builder.implementation that implement ConfiguredCollection
 class AbstractTextBuilderImplementation
          Java Implementation used to represent the type : abstract text builder Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 class FormattedMultilanguageTextBuilderImplementation
          Java Implementation used to represent the type : formatted multi-language text builder Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 class MultilanguageTextBuilderImplementation
          Java Implementation used to represent the type : multi-language text builder Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm