Serialized Form


Package org.deduced

Class org.deduced.FixedDeducedProperty extends PropertyImplementation<E> implements Serializable

serialVersionUID: -8612467482896379949L

Serialized Fields

parent

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


rule

PropertyCollection<K,V> rule
the rule model

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.framework

Class org.deduced.framework.RuleDeducedProperty extends PropertyImplementation<E> implements Serializable

serialVersionUID: -2705430125785066759L

Serialized Fields

analyzer

DeductionRuleAnalyzer<E> analyzer
analyzer used for the rule


parent

PropertyCollection<K,V> parent
property collection that holds the rule


rule

PropertyCollection<K,V> rule
model of the deduction 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.


context

RuleExecutionContext context
rule execution context


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