Package org.yamcs.protobuf
Class Mdb.AlgorithmInfo
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.yamcs.protobuf.Mdb.AlgorithmInfo
- All Implemented Interfaces:
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
,Mdb.AlgorithmInfoOrBuilder
- Enclosing class:
- Mdb
public static final class Mdb.AlgorithmInfo
extends com.google.protobuf.GeneratedMessageV3
implements Mdb.AlgorithmInfoOrBuilder
Protobuf type
yamcs.protobuf.mdb.AlgorithmInfo
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Protobuf typeyamcs.protobuf.mdb.AlgorithmInfo
static enum
Protobuf enumyamcs.protobuf.mdb.AlgorithmInfo.Scope
static enum
Protobuf enumyamcs.protobuf.mdb.AlgorithmInfo.Type
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,
BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final com.google.protobuf.Parser<Mdb.AlgorithmInfo>
Deprecated.static final int
static final int
static final int
static final int
static final int
Fields inherited from class com.google.protobuf.GeneratedMessageV3
alwaysUseFieldBuilders, unknownFields
Fields inherited from class com.google.protobuf.AbstractMessage
memoizedSize
Fields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getAlias
(int index) repeated .yamcs.protobuf.NamedObjectId alias = 5;
int
repeated .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;
static Mdb.AlgorithmInfo
static final com.google.protobuf.Descriptors.Descriptor
getInputParameter
(int index) repeated .yamcs.protobuf.mdb.InputParameterInfo inputParameter = 9;
int
repeated .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.ByteString
Language if this is a custom algorithmoptional string longDescription = 4;
com.google.protobuf.ByteString
optional string longDescription = 4;
getMathElements
(int index) Operands and operators in Reverse Polish Notation if type ``MATH``.int
Operands 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.ByteString
Algorithm namegetOnParameterUpdate
(int index) repeated .yamcs.protobuf.mdb.ParameterInfo onParameterUpdate = 11;
int
repeated .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;
long
getOnPeriodicRate
(int index) repeated int64 onPeriodicRate = 12;
int
repeated int64 onPeriodicRate = 12;
repeated int64 onPeriodicRate = 12;
getOutputParameter
(int index) repeated .yamcs.protobuf.mdb.OutputParameterInfo outputParameter = 10;
int
repeated .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;
com.google.protobuf.Parser<Mdb.AlgorithmInfo>
optional string qualifiedName = 2;
com.google.protobuf.ByteString
optional string qualifiedName = 2;
getScope()
optional .yamcs.protobuf.mdb.AlgorithmInfo.Scope scope = 6;
int
optional string shortDescription = 3;
com.google.protobuf.ByteString
optional string shortDescription = 3;
getText()
Code if this is a custom algorithmcom.google.protobuf.ByteString
Code if this is a custom algorithmgetType()
Type of algorithmfinal com.google.protobuf.UnknownFieldSet
int
hashCode()
boolean
Language if this is a custom algorithmboolean
optional string longDescription = 4;
boolean
hasName()
Algorithm nameboolean
optional string qualifiedName = 2;
boolean
hasScope()
optional .yamcs.protobuf.mdb.AlgorithmInfo.Scope scope = 6;
boolean
optional string shortDescription = 3;
boolean
hasText()
Code if this is a custom algorithmboolean
hasType()
Type of algorithmprotected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
final boolean
static Mdb.AlgorithmInfo.Builder
static Mdb.AlgorithmInfo.Builder
newBuilder
(Mdb.AlgorithmInfo prototype) protected Mdb.AlgorithmInfo.Builder
newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) protected Object
newInstance
(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) static Mdb.AlgorithmInfo
parseDelimitedFrom
(InputStream input) static Mdb.AlgorithmInfo
parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Mdb.AlgorithmInfo
parseFrom
(byte[] data) static Mdb.AlgorithmInfo
parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Mdb.AlgorithmInfo
parseFrom
(com.google.protobuf.ByteString data) static Mdb.AlgorithmInfo
parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Mdb.AlgorithmInfo
parseFrom
(com.google.protobuf.CodedInputStream input) static Mdb.AlgorithmInfo
parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Mdb.AlgorithmInfo
parseFrom
(InputStream input) static Mdb.AlgorithmInfo
parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Mdb.AlgorithmInfo
parseFrom
(ByteBuffer data) static Mdb.AlgorithmInfo
parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<Mdb.AlgorithmInfo>
parser()
void
writeTo
(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
-
Field Details
-
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER- See Also:
-
QUALIFIEDNAME_FIELD_NUMBER
public static final int QUALIFIEDNAME_FIELD_NUMBER- See Also:
-
SHORTDESCRIPTION_FIELD_NUMBER
public static final int SHORTDESCRIPTION_FIELD_NUMBER- See Also:
-
LONGDESCRIPTION_FIELD_NUMBER
public static final int LONGDESCRIPTION_FIELD_NUMBER- See Also:
-
ALIAS_FIELD_NUMBER
public static final int ALIAS_FIELD_NUMBER- See Also:
-
SCOPE_FIELD_NUMBER
public static final int SCOPE_FIELD_NUMBER- See Also:
-
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER- See Also:
-
LANGUAGE_FIELD_NUMBER
public static final int LANGUAGE_FIELD_NUMBER- See Also:
-
TEXT_FIELD_NUMBER
public static final int TEXT_FIELD_NUMBER- See Also:
-
INPUTPARAMETER_FIELD_NUMBER
public static final int INPUTPARAMETER_FIELD_NUMBER- See Also:
-
OUTPUTPARAMETER_FIELD_NUMBER
public static final int OUTPUTPARAMETER_FIELD_NUMBER- See Also:
-
ONPARAMETERUPDATE_FIELD_NUMBER
public static final int ONPARAMETERUPDATE_FIELD_NUMBER- See Also:
-
ONPERIODICRATE_FIELD_NUMBER
public static final int ONPERIODICRATE_FIELD_NUMBER- See Also:
-
MATHELEMENTS_FIELD_NUMBER
public static final int MATHELEMENTS_FIELD_NUMBER- See Also:
-
PARSER
Deprecated.
-
-
Method Details
-
newInstance
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()- Specified by:
getUnknownFields
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getUnknownFields
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
hasName
public boolean hasName()Algorithm name
optional string name = 1;
- Specified by:
hasName
in interfaceMdb.AlgorithmInfoOrBuilder
- Returns:
- Whether the name field is set.
-
getName
Algorithm name
optional string name = 1;
- Specified by:
getName
in interfaceMdb.AlgorithmInfoOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()Algorithm name
optional string name = 1;
- Specified by:
getNameBytes
in interfaceMdb.AlgorithmInfoOrBuilder
- Returns:
- The bytes for name.
-
hasQualifiedName
public boolean hasQualifiedName()optional string qualifiedName = 2;
- Specified by:
hasQualifiedName
in interfaceMdb.AlgorithmInfoOrBuilder
- Returns:
- Whether the qualifiedName field is set.
-
getQualifiedName
optional string qualifiedName = 2;
- Specified by:
getQualifiedName
in interfaceMdb.AlgorithmInfoOrBuilder
- Returns:
- The qualifiedName.
-
getQualifiedNameBytes
public com.google.protobuf.ByteString getQualifiedNameBytes()optional string qualifiedName = 2;
- Specified by:
getQualifiedNameBytes
in interfaceMdb.AlgorithmInfoOrBuilder
- Returns:
- The bytes for qualifiedName.
-
hasShortDescription
public boolean hasShortDescription()optional string shortDescription = 3;
- Specified by:
hasShortDescription
in interfaceMdb.AlgorithmInfoOrBuilder
- Returns:
- Whether the shortDescription field is set.
-
getShortDescription
optional string shortDescription = 3;
- Specified by:
getShortDescription
in interfaceMdb.AlgorithmInfoOrBuilder
- Returns:
- The shortDescription.
-
getShortDescriptionBytes
public com.google.protobuf.ByteString getShortDescriptionBytes()optional string shortDescription = 3;
- Specified by:
getShortDescriptionBytes
in interfaceMdb.AlgorithmInfoOrBuilder
- Returns:
- The bytes for shortDescription.
-
hasLongDescription
public boolean hasLongDescription()optional string longDescription = 4;
- Specified by:
hasLongDescription
in interfaceMdb.AlgorithmInfoOrBuilder
- Returns:
- Whether the longDescription field is set.
-
getLongDescription
optional string longDescription = 4;
- Specified by:
getLongDescription
in interfaceMdb.AlgorithmInfoOrBuilder
- Returns:
- The longDescription.
-
getLongDescriptionBytes
public com.google.protobuf.ByteString getLongDescriptionBytes()optional string longDescription = 4;
- Specified by:
getLongDescriptionBytes
in interfaceMdb.AlgorithmInfoOrBuilder
- Returns:
- The bytes for longDescription.
-
getAliasList
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- Specified by:
getAliasList
in interfaceMdb.AlgorithmInfoOrBuilder
-
getAliasOrBuilderList
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- Specified by:
getAliasOrBuilderList
in interfaceMdb.AlgorithmInfoOrBuilder
-
getAliasCount
public int getAliasCount()repeated .yamcs.protobuf.NamedObjectId alias = 5;
- Specified by:
getAliasCount
in interfaceMdb.AlgorithmInfoOrBuilder
-
getAlias
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- Specified by:
getAlias
in interfaceMdb.AlgorithmInfoOrBuilder
-
getAliasOrBuilder
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- Specified by:
getAliasOrBuilder
in interfaceMdb.AlgorithmInfoOrBuilder
-
hasScope
public boolean hasScope()optional .yamcs.protobuf.mdb.AlgorithmInfo.Scope scope = 6;
- Specified by:
hasScope
in interfaceMdb.AlgorithmInfoOrBuilder
- Returns:
- Whether the scope field is set.
-
getScope
optional .yamcs.protobuf.mdb.AlgorithmInfo.Scope scope = 6;
- Specified by:
getScope
in interfaceMdb.AlgorithmInfoOrBuilder
- Returns:
- The scope.
-
hasType
public boolean hasType()Type of algorithm
optional .yamcs.protobuf.mdb.AlgorithmInfo.Type type = 13;
- Specified by:
hasType
in interfaceMdb.AlgorithmInfoOrBuilder
- Returns:
- Whether the type field is set.
-
getType
Type of algorithm
optional .yamcs.protobuf.mdb.AlgorithmInfo.Type type = 13;
- Specified by:
getType
in interfaceMdb.AlgorithmInfoOrBuilder
- Returns:
- The type.
-
hasLanguage
public boolean hasLanguage()Language if this is a custom algorithm
optional string language = 7;
- Specified by:
hasLanguage
in interfaceMdb.AlgorithmInfoOrBuilder
- Returns:
- Whether the language field is set.
-
getLanguage
Language if this is a custom algorithm
optional string language = 7;
- Specified by:
getLanguage
in interfaceMdb.AlgorithmInfoOrBuilder
- Returns:
- The language.
-
getLanguageBytes
public com.google.protobuf.ByteString getLanguageBytes()Language if this is a custom algorithm
optional string language = 7;
- Specified by:
getLanguageBytes
in interfaceMdb.AlgorithmInfoOrBuilder
- Returns:
- The bytes for language.
-
hasText
public boolean hasText()Code if this is a custom algorithm
optional string text = 8;
- Specified by:
hasText
in interfaceMdb.AlgorithmInfoOrBuilder
- Returns:
- Whether the text field is set.
-
getText
Code if this is a custom algorithm
optional string text = 8;
- Specified by:
getText
in interfaceMdb.AlgorithmInfoOrBuilder
- Returns:
- The text.
-
getTextBytes
public com.google.protobuf.ByteString getTextBytes()Code if this is a custom algorithm
optional string text = 8;
- Specified by:
getTextBytes
in interfaceMdb.AlgorithmInfoOrBuilder
- Returns:
- The bytes for text.
-
getInputParameterList
repeated .yamcs.protobuf.mdb.InputParameterInfo inputParameter = 9;
- Specified by:
getInputParameterList
in interfaceMdb.AlgorithmInfoOrBuilder
-
getInputParameterOrBuilderList
repeated .yamcs.protobuf.mdb.InputParameterInfo inputParameter = 9;
- Specified by:
getInputParameterOrBuilderList
in interfaceMdb.AlgorithmInfoOrBuilder
-
getInputParameterCount
public int getInputParameterCount()repeated .yamcs.protobuf.mdb.InputParameterInfo inputParameter = 9;
- Specified by:
getInputParameterCount
in interfaceMdb.AlgorithmInfoOrBuilder
-
getInputParameter
repeated .yamcs.protobuf.mdb.InputParameterInfo inputParameter = 9;
- Specified by:
getInputParameter
in interfaceMdb.AlgorithmInfoOrBuilder
-
getInputParameterOrBuilder
repeated .yamcs.protobuf.mdb.InputParameterInfo inputParameter = 9;
- Specified by:
getInputParameterOrBuilder
in interfaceMdb.AlgorithmInfoOrBuilder
-
getOutputParameterList
repeated .yamcs.protobuf.mdb.OutputParameterInfo outputParameter = 10;
- Specified by:
getOutputParameterList
in interfaceMdb.AlgorithmInfoOrBuilder
-
getOutputParameterOrBuilderList
repeated .yamcs.protobuf.mdb.OutputParameterInfo outputParameter = 10;
- Specified by:
getOutputParameterOrBuilderList
in interfaceMdb.AlgorithmInfoOrBuilder
-
getOutputParameterCount
public int getOutputParameterCount()repeated .yamcs.protobuf.mdb.OutputParameterInfo outputParameter = 10;
- Specified by:
getOutputParameterCount
in interfaceMdb.AlgorithmInfoOrBuilder
-
getOutputParameter
repeated .yamcs.protobuf.mdb.OutputParameterInfo outputParameter = 10;
- Specified by:
getOutputParameter
in interfaceMdb.AlgorithmInfoOrBuilder
-
getOutputParameterOrBuilder
repeated .yamcs.protobuf.mdb.OutputParameterInfo outputParameter = 10;
- Specified by:
getOutputParameterOrBuilder
in interfaceMdb.AlgorithmInfoOrBuilder
-
getOnParameterUpdateList
repeated .yamcs.protobuf.mdb.ParameterInfo onParameterUpdate = 11;
- Specified by:
getOnParameterUpdateList
in interfaceMdb.AlgorithmInfoOrBuilder
-
getOnParameterUpdateOrBuilderList
repeated .yamcs.protobuf.mdb.ParameterInfo onParameterUpdate = 11;
- Specified by:
getOnParameterUpdateOrBuilderList
in interfaceMdb.AlgorithmInfoOrBuilder
-
getOnParameterUpdateCount
public int getOnParameterUpdateCount()repeated .yamcs.protobuf.mdb.ParameterInfo onParameterUpdate = 11;
- Specified by:
getOnParameterUpdateCount
in interfaceMdb.AlgorithmInfoOrBuilder
-
getOnParameterUpdate
repeated .yamcs.protobuf.mdb.ParameterInfo onParameterUpdate = 11;
- Specified by:
getOnParameterUpdate
in interfaceMdb.AlgorithmInfoOrBuilder
-
getOnParameterUpdateOrBuilder
repeated .yamcs.protobuf.mdb.ParameterInfo onParameterUpdate = 11;
- Specified by:
getOnParameterUpdateOrBuilder
in interfaceMdb.AlgorithmInfoOrBuilder
-
getOnPeriodicRateList
repeated int64 onPeriodicRate = 12;
- Specified by:
getOnPeriodicRateList
in interfaceMdb.AlgorithmInfoOrBuilder
- Returns:
- A list containing the onPeriodicRate.
-
getOnPeriodicRateCount
public int getOnPeriodicRateCount()repeated int64 onPeriodicRate = 12;
- Specified by:
getOnPeriodicRateCount
in interfaceMdb.AlgorithmInfoOrBuilder
- Returns:
- The count of onPeriodicRate.
-
getOnPeriodicRate
public long getOnPeriodicRate(int index) repeated int64 onPeriodicRate = 12;
- Specified by:
getOnPeriodicRate
in interfaceMdb.AlgorithmInfoOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The onPeriodicRate at the given index.
-
getMathElementsList
Operands and operators in Reverse Polish Notation if type ``MATH``.
repeated .yamcs.protobuf.mdb.MathElement mathElements = 14;
- Specified by:
getMathElementsList
in interfaceMdb.AlgorithmInfoOrBuilder
-
getMathElementsOrBuilderList
Operands and operators in Reverse Polish Notation if type ``MATH``.
repeated .yamcs.protobuf.mdb.MathElement mathElements = 14;
- Specified by:
getMathElementsOrBuilderList
in interfaceMdb.AlgorithmInfoOrBuilder
-
getMathElementsCount
public int getMathElementsCount()Operands and operators in Reverse Polish Notation if type ``MATH``.
repeated .yamcs.protobuf.mdb.MathElement mathElements = 14;
- Specified by:
getMathElementsCount
in interfaceMdb.AlgorithmInfoOrBuilder
-
getMathElements
Operands and operators in Reverse Polish Notation if type ``MATH``.
repeated .yamcs.protobuf.mdb.MathElement mathElements = 14;
- Specified by:
getMathElements
in interfaceMdb.AlgorithmInfoOrBuilder
-
getMathElementsOrBuilder
Operands and operators in Reverse Polish Notation if type ``MATH``.
repeated .yamcs.protobuf.mdb.MathElement mathElements = 14;
- Specified by:
getMathElementsOrBuilder
in interfaceMdb.AlgorithmInfoOrBuilder
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Mdb.AlgorithmInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Mdb.AlgorithmInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Mdb.AlgorithmInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Mdb.AlgorithmInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Mdb.AlgorithmInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Mdb.AlgorithmInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static Mdb.AlgorithmInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static Mdb.AlgorithmInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static Mdb.AlgorithmInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static Mdb.AlgorithmInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
-
toBuilder
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Mdb.AlgorithmInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) - Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-