| Package | Description |
|---|---|
| org.xtce.apps.editor.dialogs | |
| org.xtce.toolkit |
This package is the XTCE Toolkit that provides a convenient and relatively
simple Application Programming Interface (API) to use an XTCE document, from
an end user application, where the developer need not have advanced
knowledge of the intricacies of dealing with the XTCE data model directly.
|
| org.xtce.toolkit.examples |
This package is a set of test and example classes with main() functions
that are used to illustrate the toolkit API in use.
|
| Constructor and Description |
|---|
XTCEViewerParameterDetailDialog(Frame parent,
boolean modal,
XTCEParameter parameter)
Creates new form XTCEViewerParameterDetailDialog TODO
|
XTCEViewerParameterUsageDialog(XTCEViewer parent,
XTCEDatabase xtcedb,
XTCEParameter parameter)
This dialog box shows the containers that use a provided Parameter
from the XTCE document.
|
XTCEViewerParameterXmlDialog(Frame parent,
boolean modal,
XTCEParameter parameter)
Constructor to create a new XML output dialog for a Parameter in an
XTCE document.
|
| Modifier and Type | Method and Description |
|---|---|
protected XTCEParameter |
XTCEContainerContentModelBase.findParameter(String parameterRef,
XTCENamedObject currentContainer) |
XTCEParameter |
XTCEContainerContentEntry.getParameter()
Retrieve the XTCEParameter that is represented by this entry, or a
null pointer if this entry is not based on an XTCEParameter.
|
XTCEParameter |
XTCESpaceSystem.getTelecommandParameter(String name)
Retrieves a named TC Parameter from this Space System.
|
XTCEParameter |
XTCESpaceSystem.getTelemetryParameter(String name)
Retrieves a named TM Parameter from this Space System.
|
| Modifier and Type | Method and Description |
|---|---|
List<XTCEParameter> |
XTCESpaceSystem.getParameters()
Retrieves a List of all Parameters modeled by this Space
System object.
|
List<XTCEParameter> |
XTCEDatabase.getParameters()
Function to retrieve all of the Parameters that are defined in the XTCE
document.
|
List<XTCEParameter> |
XTCESpaceSystem.getTelecommandParameters()
Retrieves a List of all TC Parameters modeled by this Space
System object.
|
List<XTCEParameter> |
XTCEDatabase.getTelecommandParameters()
Function to retrieve all of the Telecommand Parameters that are defined
in the XTCE document.
|
List<XTCEParameter> |
XTCEDatabase.getTelecommandParameters(String nameGlob)
Function to retrieve all of the Telecommand Parameters that are defined
in the XTCE document that match a glob style name pattern.
|
List<XTCEParameter> |
XTCEDatabase.getTelecommandParameters(String aliasGlob,
String aliasNameSpace)
Function to retrieve all of the Telecommand Parameters that are defined
in the XTCE document that match a glob style alias pattern in a
specified namespace.
|
List<XTCEParameter> |
XTCESpaceSystem.getTelemetryParameters()
Retrieves a List of all TM Parameters modeled by this Space
System object.
|
List<XTCEParameter> |
XTCEDatabase.getTelemetryParameters()
Function to retrieve all of the Telemetry Parameters that are defined
in the XTCE document.
|
List<XTCEParameter> |
XTCEDatabase.getTelemetryParameters(String nameGlob)
Function to retrieve all of the Telemetry Parameters that are defined
in the XTCE document that match a glob style name pattern.
|
List<XTCEParameter> |
XTCEDatabase.getTelemetryParameters(String aliasGlob,
String aliasNameSpace)
Function to retrieve all of the Telemetry Parameters that are defined
in the XTCE document that match a glob style alias pattern in a
specified namespace.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
XTCETMContainer.contains(XTCEParameter parameter)
Function to test if this container includes an XTCEParameter.
|
List<XTCETMContainer> |
XTCEDatabase.findContainers(XTCEParameter parameter)
Retrieve the containers in the XTCE document that directly reference
an entry in their manifest that includes the provided Parameter.
|
void |
XTCEContainerContentEntry.setCondition(XTCEParameter parameter,
org.omg.space.xtce.ComparisonType compare)
Sets the include condition for this entry, which is always based on a
Parameter in a ComparisonType element from the XTCE data model.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ParameterDefaultValueDump.getValueDisplayString(XTCEParameter parameter,
String aliasNameSpace)
Method to build a the Java Properties output string for a specific
parameter.
|
Copyright © 2015–2019. All rights reserved.