Uses of Class
org.deduced.PropertyImplementation

Packages that use PropertyImplementation
org.deduced This package contains the base classes of the deduced framework. 
org.deduced.framework Deduced framework initialization classes. 
 

Uses of PropertyImplementation in org.deduced
 

Subclasses of PropertyImplementation in org.deduced
 class FixedDeducedProperty<E>
          FixedDeducedProperty is used to hold a property that is created with a rule that has no input.
 

Uses of PropertyImplementation in org.deduced.framework
 

Subclasses of PropertyImplementation in org.deduced.framework
 class RuleDeducedProperty<E>
          RuleDeducedProperty is a property implementation that holds a property where the value is controlled by a deduction rule.