com.prosysopc.ua
Class AggregateFunction.AggregateFunctionParameters

java.lang.Object
  extended by com.prosysopc.ua.AggregateFunction.AggregateFunctionParameters
Enclosing interface:
AggregateFunction

public static class AggregateFunction.AggregateFunctionParameters
extends Object


Method Summary
 org.opcfoundation.ua.core.AggregateConfiguration getAggregateConfiguration()
           
 org.opcfoundation.ua.builtintypes.NodeId getAggregateType()
           
 org.opcfoundation.ua.builtintypes.DateTime getIntervalEnd()
           
 org.opcfoundation.ua.builtintypes.DateTime getIntervalStart()
           
 AggregateCalculator.IntervalOutsideRawData getOutsideData()
           
 int getPercentDataBad()
           
 int getPercentDataGood()
           
 double getProcessingInterval()
           
 boolean getTimeFlowsForwards()
           
 boolean getTreatUncertainAsBad()
           
 boolean getUseSlopedExtrapolation()
           
 boolean getUseSteppedInterpolation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAggregateConfiguration

public org.opcfoundation.ua.core.AggregateConfiguration getAggregateConfiguration()

getAggregateType

public org.opcfoundation.ua.builtintypes.NodeId getAggregateType()

getIntervalEnd

public org.opcfoundation.ua.builtintypes.DateTime getIntervalEnd()

getIntervalStart

public org.opcfoundation.ua.builtintypes.DateTime getIntervalStart()

getOutsideData

public AggregateCalculator.IntervalOutsideRawData getOutsideData()

getPercentDataBad

public int getPercentDataBad()

getPercentDataGood

public int getPercentDataGood()

getProcessingInterval

public double getProcessingInterval()

getTimeFlowsForwards

public boolean getTimeFlowsForwards()

getTreatUncertainAsBad

public boolean getTreatUncertainAsBad()

getUseSlopedExtrapolation

public boolean getUseSlopedExtrapolation()

getUseSteppedInterpolation

public boolean getUseSteppedInterpolation()


Copyright © 2018. All rights reserved.