com.prosysopc.ua
Class AggregateCalculator.IntervalOutsideRawData

java.lang.Object
  extended by com.prosysopc.ua.AggregateCalculator.IntervalOutsideRawData
Enclosing class:
AggregateCalculator

protected final class AggregateCalculator.IntervalOutsideRawData
extends Object


Constructor Summary
AggregateCalculator.IntervalOutsideRawData(org.opcfoundation.ua.builtintypes.DataValue previousOutsideRawValue, org.opcfoundation.ua.builtintypes.DataValue nextOutsideRawValue)
           
AggregateCalculator.IntervalOutsideRawData(org.opcfoundation.ua.builtintypes.DataValue previousOutsideRawValue, org.opcfoundation.ua.builtintypes.DataValue nextOutsideRawValue, org.opcfoundation.ua.builtintypes.DataValue previousGoodOutsideRawValue, org.opcfoundation.ua.builtintypes.DataValue nextGoodOutsideRawValue, org.opcfoundation.ua.builtintypes.DataValue previousSecondGoodOutsideRawValue, Boolean badValueSkipped)
           
 
Method Summary
 Boolean getBadValuesSkipped()
           
 org.opcfoundation.ua.builtintypes.DataValue getNextGoodOutsideRawValue()
           
 org.opcfoundation.ua.builtintypes.DataValue getNextOutsideRawValue()
           
 org.opcfoundation.ua.builtintypes.DataValue getPreviousGoodOutsideRawValue()
           
 org.opcfoundation.ua.builtintypes.DataValue getPreviousOutsideRawValue()
           
 org.opcfoundation.ua.builtintypes.DataValue getPreviousSecondGoodOutsideRawValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregateCalculator.IntervalOutsideRawData

public AggregateCalculator.IntervalOutsideRawData(org.opcfoundation.ua.builtintypes.DataValue previousOutsideRawValue,
                                                  org.opcfoundation.ua.builtintypes.DataValue nextOutsideRawValue)

AggregateCalculator.IntervalOutsideRawData

public AggregateCalculator.IntervalOutsideRawData(org.opcfoundation.ua.builtintypes.DataValue previousOutsideRawValue,
                                                  org.opcfoundation.ua.builtintypes.DataValue nextOutsideRawValue,
                                                  org.opcfoundation.ua.builtintypes.DataValue previousGoodOutsideRawValue,
                                                  org.opcfoundation.ua.builtintypes.DataValue nextGoodOutsideRawValue,
                                                  org.opcfoundation.ua.builtintypes.DataValue previousSecondGoodOutsideRawValue,
                                                  Boolean badValueSkipped)
Method Detail

getBadValuesSkipped

public Boolean getBadValuesSkipped()

getNextGoodOutsideRawValue

public org.opcfoundation.ua.builtintypes.DataValue getNextGoodOutsideRawValue()

getNextOutsideRawValue

public org.opcfoundation.ua.builtintypes.DataValue getNextOutsideRawValue()

getPreviousGoodOutsideRawValue

public org.opcfoundation.ua.builtintypes.DataValue getPreviousGoodOutsideRawValue()

getPreviousOutsideRawValue

public org.opcfoundation.ua.builtintypes.DataValue getPreviousOutsideRawValue()

getPreviousSecondGoodOutsideRawValue

public org.opcfoundation.ua.builtintypes.DataValue getPreviousSecondGoodOutsideRawValue()


Copyright © 2018. All rights reserved.