net.sourceforge.toscanaj.controller.fca
Class FixedValueIntervalSource

java.lang.Object
  extended bynet.sourceforge.toscanaj.controller.fca.FixedValueIntervalSource
All Implemented Interfaces:
NormedIntervalSource

public class FixedValueIntervalSource
extends java.lang.Object
implements NormedIntervalSource


Constructor Summary
FixedValueIntervalSource(double value)
           
 
Method Summary
 double getValue(Concept concept, ConceptInterpretationContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixedValueIntervalSource

public FixedValueIntervalSource(double value)
Method Detail

getValue

public double getValue(Concept concept,
                       ConceptInterpretationContext context)
Specified by:
getValue in interface NormedIntervalSource


The ToscanaJ project