- getAllParameters() - Method in class esa.opensf.osfi.ParamReader
-
- getBooleanValue() - Method in class esa.opensf.osfi.Parameter
-
Gets the value of the parameter as a boolean.
- getChildElements(Node, String) - Static method in class esa.opensf.osfi.XMLParser
-
Deprecated.
Given a DOM Node, returns all the direct children elements with the given name.
- getChildElements(Node, String) - Static method in class esa.opensf.osfi.xmlutils.DomUtils
-
- getComplexType() - Method in class esa.opensf.osfi.Parameter
-
Gets the complex type of the parameter.
- getComplexType() - Method in class esa.opensf.osfi.ParamParserComplex
-
- getConfFile() - Method in class esa.opensf.osfi.CLP
-
- getConfFiles() - Method in class esa.opensf.osfi.CLP
-
Gets the list of the configuration files.
- getData() - Method in class esa.opensf.osfi.ArrayNode
-
Returns the raw data elements, or null if this is an internal node without data.
- getDataAtSub(int...) - Method in class esa.opensf.osfi.ArrayNode
-
Return the data at the given index position in the tree.
- getDataDim() - Method in class esa.opensf.osfi.ArrayNode
-
For data nodes, return the size of the data elements.
- getDataDim() - Method in class esa.opensf.osfi.ArrayNode.Parsed
-
- getDataDim() - Method in class esa.opensf.osfi.ArrayNode.Raw
-
- getDescription() - Method in class esa.opensf.osfi.Parameter
-
Gets a brief description of the parameters.
- getDim() - Method in class esa.opensf.osfi.ArrayNode
-
Get the size of this array node (i.e.
- getDims() - Method in class esa.opensf.osfi.Parameter
-
Gets a vector with the size of the dimensions.
- getDimsEnvelope() - Method in class esa.opensf.osfi.ArrayNode
-
Compute the rectangular envelope for the dimensions of this array node, considering
all nodes below it in the tree.
- getDoubleValue() - Method in class esa.opensf.osfi.Parameter
-
Gets the value of the parameter as a floating point number.
- getElementType() - Method in class esa.opensf.osfi.Parameter
-
Returns the element data type of the parameter, as an enum key.
- getExtraAttrs() - Method in class esa.opensf.osfi.ParamParserComplex
-
- getFileFormattedValue(String) - Static method in class esa.opensf.osfi.Parameter
-
Gets the value of the parameter as an array of characters.
- getFileValue() - Method in class esa.opensf.osfi.Parameter
-
Gets the value of the parameter as a file.
- getInputFiles() - Method in class esa.opensf.osfi.CLP
-
Gets the list of the input files.
- getIntValue() - Method in class esa.opensf.osfi.Parameter
-
Gets the value of the parameter as an integer type.
- getListDims() - Method in class esa.opensf.osfi.ParamParserComplex
-
- getLocalName() - Method in class esa.opensf.osfi.Parameter
-
Gets the local name of the parameter.
- getMatrixBoolean() - Method in class esa.opensf.osfi.Parameter
-
Gets the value of the parameter as a Java array-of-arrays of boolean values.
- getMatrixDouble() - Method in class esa.opensf.osfi.Parameter
-
Gets the value of the parameter as a Java array-of-arrays of floating point values.
- getMatrixFile() - Method in class esa.opensf.osfi.Parameter
-
Gets the value of the parameter as a Java array-of-arrays of file values.
- getMatrixInt() - Method in class esa.opensf.osfi.Parameter
-
Gets the value of the parameter as a Java array-of-arrays of integer values.
- getMatrixString() - Method in class esa.opensf.osfi.Parameter
-
Gets the value of the parameter as a Java array-of-arrays of string values.
- getMatrixTime() - Method in class esa.opensf.osfi.Parameter
-
Gets the value of the parameter as a Java array-of-arrays of timecode values.
- getMatrixValue() - Method in class esa.opensf.osfi.ParamParserComplex
-
- getMax() - Method in class esa.opensf.osfi.Parameter
-
Gets the maximum value of the parameters.
- getMin() - Method in class esa.opensf.osfi.Parameter
-
Gets the minimum value of the parameters.
- getName() - Method in class esa.opensf.osfi.Parameter
-
- getNdims() - Method in class esa.opensf.osfi.Parameter
-
Gets the number of dimensions.
- getOtherAttribute(String) - Method in class esa.opensf.osfi.Parameter
-
- getOtherAttributes() - Method in class esa.opensf.osfi.Parameter
-
- getOutputFiles() - Method in class esa.opensf.osfi.CLP
-
Gets the list of the output files.
- getParameter(String) - Method in class esa.opensf.osfi.ParamReader
-
Retrieves the parameter object corresponding with given name in the configuration file.
- getParameters(String) - Method in class esa.opensf.osfi.ParamReader
-
- getPath() - Method in class esa.opensf.osfi.Parameter
-
Gets the full path of the parameter.
- getRawValue() - Method in class esa.opensf.osfi.Parameter
-
Gets the unparsed parameter value, as a string.
- getRootNode() - Method in class esa.opensf.osfi.Parameter
-
Specific method for Array types.
- getRootNode() - Method in class esa.opensf.osfi.ParamParserComplex
-
- getStringValue() - Method in class esa.opensf.osfi.Parameter
-
Gets the value of the parameter as a string.
- getSubNodeAt(int...) - Method in class esa.opensf.osfi.ArrayNode
-
Return the subnode at the given index position in the tree.
- getSubNodes() - Method in class esa.opensf.osfi.ArrayNode
-
Returns the list of subnodes, or the empty list if this is a data node without subnodes.
- getTimeValue() - Method in class esa.opensf.osfi.Parameter
-
Gets the value of the parameter as a timecode.
- getTreeBoolean() - Method in class esa.opensf.osfi.ArrayNode.Raw
-
Return a tree with the same structure as this and values parsed as booleans.
- getTreeDouble() - Method in class esa.opensf.osfi.ArrayNode.Raw
-
Return a tree with the same structure as this and values parsed as floating point values.
- getTreeFile() - Method in class esa.opensf.osfi.ArrayNode.Raw
-
Return a tree with the same structure as this and values parsed as files.
- getTreeInt() - Method in class esa.opensf.osfi.ArrayNode.Raw
-
Return a tree with the same structure as this and values parsed as integers.
- getTreeString() - Method in class esa.opensf.osfi.ArrayNode.Raw
-
Return a tree with the same structure as this and values parsed as strings.
- getTreeTime() - Method in class esa.opensf.osfi.ArrayNode.Raw
-
Return a tree with the same structure as this and values parsed as timecodes.
- getType() - Method in class esa.opensf.osfi.Parameter
-
Gets the element data type of the parameter, as a string.
- getType() - Method in class esa.opensf.osfi.ParamParserComplex
-
- getUnits() - Method in class esa.opensf.osfi.Parameter
-
Gets the units of the parameters.
- getUsage() - Method in class esa.opensf.osfi.UsageReader
-
Returns a string with the usage description.
- getValue() - Method in class esa.opensf.osfi.Parameter
-
- getVectorBoolean(boolean) - Method in class esa.opensf.osfi.ArrayNode.Raw
-
Return the value of this node as a vector of booleans.
- getVectorBoolean() - Method in class esa.opensf.osfi.Parameter
-
Gets the value of the parameter as a Java array of boolean values.
- getVectorDouble(boolean) - Method in class esa.opensf.osfi.ArrayNode.Raw
-
Return the value of this node as a vector of floating point values.
- getVectorDouble() - Method in class esa.opensf.osfi.Parameter
-
Gets the value of the parameter as a Java array of floating point values.
- getVectorFile(boolean) - Method in class esa.opensf.osfi.ArrayNode.Raw
-
Return the value of this node as a vector of files.
- getVectorFile() - Method in class esa.opensf.osfi.Parameter
-
Gets the value of the parameter as a Java array of files.
- getVectorInt(boolean) - Method in class esa.opensf.osfi.ArrayNode.Raw
-
Return the value of this node as a vector of integers.
- getVectorInt() - Method in class esa.opensf.osfi.Parameter
-
Gets the value of the parameter as a Java array of integer values.
- getVectorString(boolean) - Method in class esa.opensf.osfi.ArrayNode.Raw
-
Return the value of this node as a vector of strings.
- getVectorString() - Method in class esa.opensf.osfi.Parameter
-
Gets the value of the parameter as a Java array of strings.
- getVectorTime(boolean) - Method in class esa.opensf.osfi.ArrayNode.Raw
-
Return the value of this node as a vector of timecodes.
- getVectorTime() - Method in class esa.opensf.osfi.Parameter
-
Gets the value of the parameter as a Java array of timecode values.
- validate(File, File, String, boolean) - Static method in class esa.opensf.osfi.xmlutils.XmlFiles
-
Validates an XML file against a schema.
- validateAgainst(String) - Method in class esa.opensf.osfi.ParamReader
-
Validate the XML file read against the given XSD schema.
- validateAgainst(Node, String) - Static method in class esa.opensf.osfi.XMLParser
-
Deprecated.
Validate a document/element tree against an external XSD file.
- validateAgainst(Node, String) - Static method in class esa.opensf.osfi.xmlutils.DomUtils
-
Validate a document/element tree against an external XSD file.
- validateAgainstInternalSchema() - Method in class esa.opensf.osfi.ParamReader
-
Validate the XML file read against the XSD schema referenced in the file itself.
- validateAgainstInternalSchema(Node) - Static method in class esa.opensf.osfi.XMLParser
-
Deprecated.
Validate a document/element tree against a XSD schema referenced in the XML itself.
- validateAgainstInternalSchema(Node) - Static method in class esa.opensf.osfi.xmlutils.DomUtils
-
Validate a document/element tree against a XSD schema referenced in the XML itself.
- valueOf(String) - Static method in enum esa.opensf.osfi.Parameter.ParamComplexType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum esa.opensf.osfi.Parameter.ParamType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum esa.opensf.osfi.ParamReader.WarningType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum esa.opensf.osfi.Parameter.ParamComplexType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum esa.opensf.osfi.Parameter.ParamType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum esa.opensf.osfi.ParamReader.WarningType
-
Returns an array containing the constants of this enum type, in
the order they are declared.