instances
Class BottlePotential
java.lang.Object
nenok.va.sr.SRValuation
nenok.va.sr.OSRValuation
instances.BottlePotential
- All Implemented Interfaces:
- Serializable, Labeled, Idempotency, Predictability, Scalability, Separativity, Valuation
public class BottlePotential
- extends OSRValuation
- implements Idempotency
Implementation of the valuation algebra that is induced by
the Bottleneck semiring.
- Version:
- $LastChangedRevision: 574 $
$LastChangedDate: 2008-03-26 14:50:48 +0100 (Mi, 26 Mrz 2008) $
- Author:
- Marc Pouly
- See Also:
- Serialized Form
BottlePotential
public BottlePotential(FiniteVariable[] vars,
Bottleneck[] values)
- Constructor:
- Parameters:
vars
- The variables of this semiring valuation.values
- The semiring value for each possible configuration.
BottlePotential
public BottlePotential(FiniteVariable[] vars,
int[] values)
- Constructor:
- Parameters:
vars
- The variables of this semiring valuation.values
- The real number assigned to each configuration.
create
public SRValuation create(FiniteVariable[] vars,
Semiring[] values)
- Specified by:
create
in class SRValuation
- See Also:
SRValuation.create(nenok.va.FiniteVariable[], nenok.va.sr.Semiring[])
scale
public Scalability scale()
- Specified by:
scale
in interface Scalability
- See Also:
Scalability.scale()
inverse
public Separativity inverse()
- Specified by:
inverse
in interface Separativity
- See Also:
Separativity.inverse()