Package org.yamcs.protobuf
Interface Mdb.AlgorithmInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Mdb.AlgorithmInfo,Mdb.AlgorithmInfo.Builder
- Enclosing class:
- Mdb
public static interface Mdb.AlgorithmInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAlias(int index) repeated .yamcs.protobuf.NamedObjectId alias = 5;intrepeated .yamcs.protobuf.NamedObjectId alias = 5;repeated .yamcs.protobuf.NamedObjectId alias = 5;getAliasOrBuilder(int index) repeated .yamcs.protobuf.NamedObjectId alias = 5;List<? extends Yamcs.NamedObjectIdOrBuilder>repeated .yamcs.protobuf.NamedObjectId alias = 5;getInputParameter(int index) repeated .yamcs.protobuf.mdb.InputParameterInfo inputParameter = 9;intrepeated .yamcs.protobuf.mdb.InputParameterInfo inputParameter = 9;repeated .yamcs.protobuf.mdb.InputParameterInfo inputParameter = 9;getInputParameterOrBuilder(int index) repeated .yamcs.protobuf.mdb.InputParameterInfo inputParameter = 9;List<? extends Mdb.InputParameterInfoOrBuilder>repeated .yamcs.protobuf.mdb.InputParameterInfo inputParameter = 9;Language if this is a custom algorithmcom.google.protobuf.ByteStringLanguage if this is a custom algorithmoptional string longDescription = 4;com.google.protobuf.ByteStringoptional string longDescription = 4;getMathElements(int index) Operands and operators in Reverse Polish Notation if type `MATH`.intOperands and operators in Reverse Polish Notation if type `MATH`.Operands and operators in Reverse Polish Notation if type `MATH`.getMathElementsOrBuilder(int index) Operands and operators in Reverse Polish Notation if type `MATH`.List<? extends Mdb.MathElementOrBuilder>Operands and operators in Reverse Polish Notation if type `MATH`.getName()Algorithm namecom.google.protobuf.ByteStringAlgorithm namegetOnParameterUpdate(int index) repeated .yamcs.protobuf.mdb.ParameterInfo onParameterUpdate = 11;intrepeated .yamcs.protobuf.mdb.ParameterInfo onParameterUpdate = 11;repeated .yamcs.protobuf.mdb.ParameterInfo onParameterUpdate = 11;getOnParameterUpdateOrBuilder(int index) repeated .yamcs.protobuf.mdb.ParameterInfo onParameterUpdate = 11;List<? extends Mdb.ParameterInfoOrBuilder>repeated .yamcs.protobuf.mdb.ParameterInfo onParameterUpdate = 11;longgetOnPeriodicRate(int index) repeated int64 onPeriodicRate = 12;intrepeated int64 onPeriodicRate = 12;repeated int64 onPeriodicRate = 12;getOutputParameter(int index) repeated .yamcs.protobuf.mdb.OutputParameterInfo outputParameter = 10;intrepeated .yamcs.protobuf.mdb.OutputParameterInfo outputParameter = 10;repeated .yamcs.protobuf.mdb.OutputParameterInfo outputParameter = 10;getOutputParameterOrBuilder(int index) repeated .yamcs.protobuf.mdb.OutputParameterInfo outputParameter = 10;List<? extends Mdb.OutputParameterInfoOrBuilder>repeated .yamcs.protobuf.mdb.OutputParameterInfo outputParameter = 10;optional string qualifiedName = 2;com.google.protobuf.ByteStringoptional string qualifiedName = 2;getScope()optional .yamcs.protobuf.mdb.AlgorithmInfo.Scope scope = 6;optional string shortDescription = 3;com.google.protobuf.ByteStringoptional string shortDescription = 3;getText()Code if this is a custom algorithmcom.google.protobuf.ByteStringCode if this is a custom algorithmgetType()Type of algorithmbooleanLanguage if this is a custom algorithmbooleanoptional string longDescription = 4;booleanhasName()Algorithm namebooleanoptional string qualifiedName = 2;booleanhasScope()optional .yamcs.protobuf.mdb.AlgorithmInfo.Scope scope = 6;booleanoptional string shortDescription = 3;booleanhasText()Code if this is a custom algorithmbooleanhasType()Type of algorithmMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasName
boolean hasName()Algorithm name
optional string name = 1;- Returns:
- Whether the name field is set.
-
getName
String getName()Algorithm name
optional string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Algorithm name
optional string name = 1;- Returns:
- The bytes for name.
-
hasQualifiedName
boolean hasQualifiedName()optional string qualifiedName = 2;- Returns:
- Whether the qualifiedName field is set.
-
getQualifiedName
String getQualifiedName()optional string qualifiedName = 2;- Returns:
- The qualifiedName.
-
getQualifiedNameBytes
com.google.protobuf.ByteString getQualifiedNameBytes()optional string qualifiedName = 2;- Returns:
- The bytes for qualifiedName.
-
hasShortDescription
boolean hasShortDescription()optional string shortDescription = 3;- Returns:
- Whether the shortDescription field is set.
-
getShortDescription
String getShortDescription()optional string shortDescription = 3;- Returns:
- The shortDescription.
-
getShortDescriptionBytes
com.google.protobuf.ByteString getShortDescriptionBytes()optional string shortDescription = 3;- Returns:
- The bytes for shortDescription.
-
hasLongDescription
boolean hasLongDescription()optional string longDescription = 4;- Returns:
- Whether the longDescription field is set.
-
getLongDescription
String getLongDescription()optional string longDescription = 4;- Returns:
- The longDescription.
-
getLongDescriptionBytes
com.google.protobuf.ByteString getLongDescriptionBytes()optional string longDescription = 4;- Returns:
- The bytes for longDescription.
-
getAliasList
List<Yamcs.NamedObjectId> getAliasList()repeated .yamcs.protobuf.NamedObjectId alias = 5; -
getAlias
repeated .yamcs.protobuf.NamedObjectId alias = 5; -
getAliasCount
int getAliasCount()repeated .yamcs.protobuf.NamedObjectId alias = 5; -
getAliasOrBuilderList
List<? extends Yamcs.NamedObjectIdOrBuilder> getAliasOrBuilderList()repeated .yamcs.protobuf.NamedObjectId alias = 5; -
getAliasOrBuilder
repeated .yamcs.protobuf.NamedObjectId alias = 5; -
hasScope
boolean hasScope()optional .yamcs.protobuf.mdb.AlgorithmInfo.Scope scope = 6;- Returns:
- Whether the scope field is set.
-
getScope
Mdb.AlgorithmInfo.Scope getScope()optional .yamcs.protobuf.mdb.AlgorithmInfo.Scope scope = 6;- Returns:
- The scope.
-
hasType
boolean hasType()Type of algorithm
optional .yamcs.protobuf.mdb.AlgorithmInfo.Type type = 13;- Returns:
- Whether the type field is set.
-
getType
Mdb.AlgorithmInfo.Type getType()Type of algorithm
optional .yamcs.protobuf.mdb.AlgorithmInfo.Type type = 13;- Returns:
- The type.
-
hasLanguage
boolean hasLanguage()Language if this is a custom algorithm
optional string language = 7;- Returns:
- Whether the language field is set.
-
getLanguage
String getLanguage()Language if this is a custom algorithm
optional string language = 7;- Returns:
- The language.
-
getLanguageBytes
com.google.protobuf.ByteString getLanguageBytes()Language if this is a custom algorithm
optional string language = 7;- Returns:
- The bytes for language.
-
hasText
boolean hasText()Code if this is a custom algorithm
optional string text = 8;- Returns:
- Whether the text field is set.
-
getText
String getText()Code if this is a custom algorithm
optional string text = 8;- Returns:
- The text.
-
getTextBytes
com.google.protobuf.ByteString getTextBytes()Code if this is a custom algorithm
optional string text = 8;- Returns:
- The bytes for text.
-
getInputParameterList
List<Mdb.InputParameterInfo> getInputParameterList()repeated .yamcs.protobuf.mdb.InputParameterInfo inputParameter = 9; -
getInputParameter
repeated .yamcs.protobuf.mdb.InputParameterInfo inputParameter = 9; -
getInputParameterCount
int getInputParameterCount()repeated .yamcs.protobuf.mdb.InputParameterInfo inputParameter = 9; -
getInputParameterOrBuilderList
List<? extends Mdb.InputParameterInfoOrBuilder> getInputParameterOrBuilderList()repeated .yamcs.protobuf.mdb.InputParameterInfo inputParameter = 9; -
getInputParameterOrBuilder
repeated .yamcs.protobuf.mdb.InputParameterInfo inputParameter = 9; -
getOutputParameterList
List<Mdb.OutputParameterInfo> getOutputParameterList()repeated .yamcs.protobuf.mdb.OutputParameterInfo outputParameter = 10; -
getOutputParameter
repeated .yamcs.protobuf.mdb.OutputParameterInfo outputParameter = 10; -
getOutputParameterCount
int getOutputParameterCount()repeated .yamcs.protobuf.mdb.OutputParameterInfo outputParameter = 10; -
getOutputParameterOrBuilderList
List<? extends Mdb.OutputParameterInfoOrBuilder> getOutputParameterOrBuilderList()repeated .yamcs.protobuf.mdb.OutputParameterInfo outputParameter = 10; -
getOutputParameterOrBuilder
repeated .yamcs.protobuf.mdb.OutputParameterInfo outputParameter = 10; -
getOnParameterUpdateList
List<Mdb.ParameterInfo> getOnParameterUpdateList()repeated .yamcs.protobuf.mdb.ParameterInfo onParameterUpdate = 11; -
getOnParameterUpdate
repeated .yamcs.protobuf.mdb.ParameterInfo onParameterUpdate = 11; -
getOnParameterUpdateCount
int getOnParameterUpdateCount()repeated .yamcs.protobuf.mdb.ParameterInfo onParameterUpdate = 11; -
getOnParameterUpdateOrBuilderList
List<? extends Mdb.ParameterInfoOrBuilder> getOnParameterUpdateOrBuilderList()repeated .yamcs.protobuf.mdb.ParameterInfo onParameterUpdate = 11; -
getOnParameterUpdateOrBuilder
repeated .yamcs.protobuf.mdb.ParameterInfo onParameterUpdate = 11; -
getOnPeriodicRateList
repeated int64 onPeriodicRate = 12;- Returns:
- A list containing the onPeriodicRate.
-
getOnPeriodicRateCount
int getOnPeriodicRateCount()repeated int64 onPeriodicRate = 12;- Returns:
- The count of onPeriodicRate.
-
getOnPeriodicRate
long getOnPeriodicRate(int index) repeated int64 onPeriodicRate = 12;- Parameters:
index- The index of the element to return.- Returns:
- The onPeriodicRate at the given index.
-
getMathElementsList
List<Mdb.MathElement> getMathElementsList()Operands and operators in Reverse Polish Notation if type `MATH`.
repeated .yamcs.protobuf.mdb.MathElement mathElements = 14; -
getMathElements
Operands and operators in Reverse Polish Notation if type `MATH`.
repeated .yamcs.protobuf.mdb.MathElement mathElements = 14; -
getMathElementsCount
int getMathElementsCount()Operands and operators in Reverse Polish Notation if type `MATH`.
repeated .yamcs.protobuf.mdb.MathElement mathElements = 14; -
getMathElementsOrBuilderList
List<? extends Mdb.MathElementOrBuilder> getMathElementsOrBuilderList()Operands and operators in Reverse Polish Notation if type `MATH`.
repeated .yamcs.protobuf.mdb.MathElement mathElements = 14; -
getMathElementsOrBuilder
Operands and operators in Reverse Polish Notation if type `MATH`.
repeated .yamcs.protobuf.mdb.MathElement mathElements = 14;
-