public class XTCESpaceSystemMetrics extends Object
| Constructor and Description |
|---|
XTCESpaceSystemMetrics(XTCEDatabase database)
Constructor
The constructor computes all the metrics for the provided Database
object at construction time and cannot throw.
|
XTCESpaceSystemMetrics(XTCESpaceSystem spaceSystem)
Constructor
The constructor computes all the metrics for the provided Space System
object at construction time and cannot throw.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getNumberOfChildSpaceSystems()
Retrieve the number of child Space Systems in the counted Space System.
|
long |
getNumberOfContainers()
Retrieve the number of containers counted.
|
long |
getNumberOfParameters()
Retrieve the number of parameters counted.
|
long |
getNumberOfParameterTypes()
Retrieve the number of parameter types counted.
|
long |
getNumberOfTelecommandArguments()
Retrieve the number of telecommand arguments counted.
|
long |
getNumberOfTelecommandArgumentTypes()
Retrieve the number of telecommand argument types counted.
|
long |
getNumberOfTelecommandContainers()
Retrieve the number of telecommand containers counted.
|
long |
getNumberOfTelecommandParameters()
Retrieve the number of telecommand parameters counted.
|
long |
getNumberOfTelecommandParameterTypes()
Retrieve the number of telecommand parameter types counted.
|
long |
getNumberOfTelecommands()
Retrieve the number of telecommands counted.
|
long |
getNumberOfTelemetryContainers()
Retrieve the number of telemetry containers counted.
|
long |
getNumberOfTelemetryParameters()
Retrieve the number of telemetry parameters counted.
|
long |
getNumberOfTelemetryParameterTypes()
Retrieve the number of telemetry parameter types counted.
|
boolean |
isDeepCount()
Retrieve the type of count that was performed to construct these
metrics.
|
public XTCESpaceSystemMetrics(XTCESpaceSystem spaceSystem)
spaceSystem - The XTCESpaceSystem object to count.public XTCESpaceSystemMetrics(XTCEDatabase database)
database - The XTCEDatabase object to count.public boolean isDeepCount()
public long getNumberOfChildSpaceSystems()
public long getNumberOfTelemetryParameters()
public long getNumberOfTelecommandParameters()
public long getNumberOfParameters()
public long getNumberOfTelemetryParameterTypes()
public long getNumberOfTelecommandParameterTypes()
public long getNumberOfParameterTypes()
public long getNumberOfTelecommandArguments()
public long getNumberOfTelecommandArgumentTypes()
public long getNumberOfTelemetryContainers()
public long getNumberOfTelecommandContainers()
public long getNumberOfContainers()
public long getNumberOfTelecommands()
Copyright © 2015–2019. All rights reserved.