Package org.deduced.analyzer.implementation

This package contains code used by analyzers.

See:
          Description


Class Summary
SchemaAnalyzerBuilder SchemaAnalyzer is used to analyze a schema and create lists of all the parent and child types for each collection type.
SingleItemListFilterImplementation Java Implementation used to represent the type : single item list filter Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
SingleListItemFilterImpl Title: SingleListItemFilter
 

Package org.deduced.analyzer.implementation Description

This package contains code used by analyzers. Analyzers are objects that are plugged to property collections to execute rules on them. It is suggested to avoid analyzers and use deduction rules instead.