| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XTCEArgument
This class serves as a convenient container for representing Telecommand
Arguments in the XTCE data model by abstracting the mechanics of assembling
Argument attributes that are derived from XTCE related rules of processing,
which can include processing of Argument, Member, and Type elements.
|
class |
XTCEParameter
This class serves as a convenient container for representing TM and TC
Parameters in the XTCE data model by abstracting the mechanics of assembling
Parameter attributes that are derived from XTCE related rules of processing,
which can include processing of Parameter, Member, and Type elements.
|
class |
XTCESpaceSystem
The XTCESpaceSystem class represents the SpaceSystems elements in the XTCE
data model and provides convenient accessors that abstract some of the XTCE
processing rules from the application developer.
|
class |
XTCETCContainer
The XTCETCContainer class models the XTCE CommandContainer element by
simplifying the usage by pre-modeling the relationships.
|
class |
XTCETelecommand
This class serves as a convenient container for representing Telecommands
from the XTCE data model by abstracting the mechanics of assembling the
Argument and Parameter attributes that are derived from XTCE related rules
of processing, which can include processing of Parameter, Member, and Type
elements.
|
class |
XTCETMContainer
The XTCETMContainer class models the XTCE SequenceContainer element by
simplifying the usage by pre-modeling the relationships.
|
class |
XTCETMStream
Class the represent a telemetry stream from the XTCE data model.
|
class |
XTCETypedObject
The XTCETypedObject class extends the basic XTCENamedObject class to serve
by capturing the named objects that have specific type element associated
with them, such as Parameter, Arguments, and Members.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
XTCEContainerContentModelBase.addIncludeCondition(org.omg.space.xtce.ComparisonType compare,
XTCENamedObject container,
XTCEContainerContentEntry content) |
protected void |
XTCEContainerContentModelBase.addIncludeConditions(org.omg.space.xtce.SequenceEntryType entry,
XTCENamedObject container,
XTCEContainerContentEntry content) |
protected void |
XTCEContainerContentModelBase.applyRestriction(org.omg.space.xtce.ComparisonType compare,
XTCENamedObject container) |
protected void |
XTCEContainerContentModelBase.applyRestrictions(XTCENamedObject container,
org.omg.space.xtce.MatchCriteriaType restrictions,
String parentSpaceSystemPath) |
protected long |
XTCEContainerContentModelBase.dynamicCountFromUserValue(XTCENamedObject item,
String form) |
protected XTCETMContainer |
XTCEContainerContentModelBase.findContainer(String containerRef,
XTCENamedObject currentContainer) |
protected XTCEParameter |
XTCEContainerContentModelBase.findParameter(String parameterRef,
XTCENamedObject currentContainer) |
protected XTCETelecommand |
XTCEContainerContentModelBase.findTelecommand(String metaCommandRef,
XTCENamedObject currentContainer) |
static String |
XTCEFunctions.makeAliasDisplayString(XTCENamedObject parameter,
boolean showAllNamespaces,
boolean showAliasNamespaces,
String preferredNamespace)
This function formats the aliases on a named and typed object based on
some preferences.
|
Copyright © 2015–2019. All rights reserved.