Uses of Class
org.yamcs.xtce.NumericContextAlarm
-
Packages that use NumericContextAlarm Package Description org.yamcs.xtce -
-
Uses of NumericContextAlarm in org.yamcs.xtce
Methods in org.yamcs.xtce that return NumericContextAlarm Modifier and Type Method Description NumericContextAlarmFloatParameterType.Builder. getNumericContextAlarm(MatchCriteria context)NumericContextAlarmIntegerParameterType.Builder. getNumericContextAlarm(MatchCriteria context)Methods in org.yamcs.xtce that return types with arguments of type NumericContextAlarm Modifier and Type Method Description List<NumericContextAlarm>FloatParameterType. getContextAlarmList()List<NumericContextAlarm>IntegerParameterType. getContextAlarmList()Methods in org.yamcs.xtce with parameters of type NumericContextAlarm Modifier and Type Method Description voidFloatParameterType.Builder. addContextAlarm(NumericContextAlarm nca)voidIntegerParameterType.Builder. addContextAlarm(NumericContextAlarm nca)Method parameters in org.yamcs.xtce with type arguments of type NumericContextAlarm Modifier and Type Method Description voidFloatParameterType.Builder. addContextAlarms(Collection<NumericContextAlarm> ncas)voidIntegerParameterType.Builder. addContextAlarms(Collection<NumericContextAlarm> ncas)voidFloatParameterType.Builder. setContextAlarmList(List<NumericContextAlarm> contextAlarmList)voidIntegerParameterType.Builder. setContextAlarmList(List<NumericContextAlarm> contextAlarmList)voidNumericParameterType.Builder. setContextAlarmList(List<NumericContextAlarm> contextAlarmList)Sets the contextual alarm list overriding any other contextual alarm if already set.voidIntegerParameterType.Builder. setNumericContextAlarmList(List<NumericContextAlarm> numericContextAlarmList)
-