Serialized Form


Package org.deduced

Class org.deduced.CompilationFailedException extends java.lang.Exception implements Serializable

serialVersionUID: 3527454210690804979L

Class org.deduced.ModelCreationFailedException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 9110690779712904268L

Class org.deduced.PropertyImplementation extends java.lang.Object implements Serializable

serialVersionUID: -87564299419102828L

Serialized Fields

instance

PropertyCollection<K,V> instance
instance that describes the property


value

java.lang.Object value
value of the property


Package org.deduced.dynamic

Class org.deduced.dynamic.AbstractDeducedProperty extends PropertyImplementation<E> implements Serializable

serialVersionUID: 8690475099099050378L

Serialized Fields

parent

ContextualPropertyCollection<K,V> parent
parent collection that owns the rule


rule

PropertyCollection<K,V> rule
the rule model


useCounter

int useCounter
number of times the rule is being used. If the value is zero, avoid execution.

Class org.deduced.dynamic.FixedDeducedProperty extends AbstractDeducedProperty<E> implements Serializable

serialVersionUID: -8612467482896379949L

Class org.deduced.dynamic.FlyWheelDynamicPropertyCollectionController.ChildCollectionControllerListPropertyImplementation extends PropertyImplementation<java.lang.Object> implements Serializable

serialVersionUID: 7170517929148976611L

Class org.deduced.dynamic.FlyWheelDynamicPropertyCollectionController.ChildPropertyControllerListPropertyImplementation extends PropertyImplementation<java.lang.Object> implements Serializable

serialVersionUID: 7170517929148976611L

Class org.deduced.dynamic.RuleDeducedProperty extends AbstractDeducedProperty<E> implements Serializable

serialVersionUID: -2705430125785066759L

Serialized Fields

analyzer

DeductionRuleAnalyzer<E> analyzer
analyzer used for the rule


ruleTriggerTracker

ListenTargetTracker<K,V> ruleTriggerTracker
list of all the collections to which we listen to for changes in case we need to trigger the rule.


Package org.deduced.utilities

Class org.deduced.utilities.IdentityReferenceMap extends org.apache.commons.collections.map.ReferenceMap implements Serializable

serialVersionUID: -4208471759284528114L

Serialized Fields

keyByInstance

boolean keyByInstance
if true, keys are compared with the "==" operator. If false, they are compared with a call to the equal method.


valueByInstance

boolean valueByInstance
if true, values are compared with the "==" operator. If false, they are compared with a call to the equal method.


Package org.deduced.xml

Class org.deduced.xml.DecodeException extends java.lang.Exception implements Serializable

serialVersionUID: 2079249369245373617L

Class org.deduced.xml.EncodeException extends java.lang.Exception implements Serializable

serialVersionUID: -4973084562613854304L