Package nenok.va

Framework to represent Valuation Algebras.

See:
          Description

Interface Summary
Idempotency Specifies an idempotent valuation.
Predictability This interface makes a valuation algebra weight predictable.
Predictor This interface represents weight predictors.
Scalability Specifies a scalable valuation.
Separativity This interface equips a valuation algebra with some concept of division.
Valuation This interface specifies a general valuation by its principal operations of labeling, marginalization & combination.
Variable This marker interface represents a generic variable.
 

Class Summary
Domain The domain of a valuation is a set of variables and this class offers a corresponding pre-implementation.
FiniteVariable This is a pre-implementation of the variable interface and represents variables with finite frames.
Idempotency.Implementor Delegator class for the Idempotency interface.
Identity This implementation of the valuation interface represents an identity element in a valuation algebra.
Predictability.Implementor Delegator class for the Predictability interface.
Scalability.Implementor Delegator class for the Scalability interface.
Separativity.Implementor Implementor class of this interface for separative semiring valuations.
 

Exception Summary
VAException This class represents exceptions occuring during computations in a valuation algebra.
 

Annotation Types Summary
Representor Annotation to mark representor methods.
 

Package nenok.va Description

Framework to represent Valuation Algebras.