org.concord.molecular.engine
Class AtomicProperty

java.lang.Object
  |
  +--org.concord.molecular.engine.ConditionValue
        |
        +--org.concord.molecular.engine.AtomicValue
              |
              +--org.concord.molecular.engine.AtomicProperty

public class AtomicProperty
extends AtomicValue


Fields inherited from class org.concord.molecular.engine.AtomicValue
atoms, numberOfAtoms
 
Fields inherited from class org.concord.molecular.engine.ConditionValue
allIndices, conditionEvent, COUNT, indices, listeners, max, MEAN, min, negate, NO_INTERVAL, notifying, running, runningCount, runningMean, SIGMA, SINGLE, singleIndex, timedAverageInterval, TOTAL, type, valueList, values
 
Constructor Summary
AtomicProperty()
           
AtomicProperty(java.lang.String fieldName)
           
 
Method Summary
 double getValue(int index)
           
 void setField(java.lang.String fieldName)
           
 
Methods inherited from class org.concord.molecular.engine.AtomicValue
getNumberOfValues, setAtoms
 
Methods inherited from class org.concord.molecular.engine.ConditionValue
addConditionListener, check, count, getValue, getValue, isTimedAverage, mean, notifyConditionListeners, removeConditionListener, resetRange, resetTimedAverage, setIndex, setIndices, setIndices, setMax, setMin, setNegate, setRange, setTimedAverage, setTimedAverageInterval, setType, sigma, single, total
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomicProperty

public AtomicProperty()

AtomicProperty

public AtomicProperty(java.lang.String fieldName)
Method Detail

setField

public void setField(java.lang.String fieldName)

getValue

public double getValue(int index)
Overrides:
getValue in class AtomicValue