|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContextualPropertyCollection | |
---|---|
org.deduced.dynamic | The Dynamic package contains an implementation of the property collection that can be dynamically modified as the schema changes. |
Uses of ContextualPropertyCollection in org.deduced.dynamic |
---|
Classes in org.deduced.dynamic that implement ContextualPropertyCollection | |
---|---|
class |
DynamicPropertyMap
This class is used to create dynamic property collections that change as their defined type changes |
class |
FlyWheelDynamicPropertyCollectionController
Fly Wheel Dynamic Property Collection Controller |
class |
FlyWheelDynamicPropertyController
Fly Wheel Dynamic Property Controller |
Fields in org.deduced.dynamic declared as ContextualPropertyCollection | |
---|---|
private ContextualPropertyCollection<?,?> |
AbstractDeducedProperty.parent
parent collection that owns the rule |
Methods in org.deduced.dynamic that return ContextualPropertyCollection | |
---|---|
ContextualPropertyCollection<?,?> |
AbstractDeducedProperty.getParent()
(non-Javadoc) |
Constructors in org.deduced.dynamic with parameters of type ContextualPropertyCollection | |
---|---|
AbstractDeducedProperty(ContextualPropertyCollection<?,?> setParent,
PropertyCollection<?,?> instance,
E value,
PropertyCollection<?,?> setRule)
AbstractDeducedProperty constructor |
|
FixedDeducedProperty(ContextualPropertyCollection<?,?> setParent,
PropertyCollection<?,?> lastInstance,
E value,
PropertyCollection<?,?> setRule)
FixedDeducedProperty Constructor |
|
RuleDeducedProperty(PropertyCollection<?,?> instance,
ContextualPropertyCollection<?,?> setParent,
PropertyCollection<?,?> setRule,
DeductionRuleAnalyzer<E> setAnalyzer,
E initialValue)
RuleDeducedProperty Constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |