-
See Also
- Interpreter
- SemanticImport
- Restricted
- Failure
- Entity
- EntityValue
-
- Entity Types
- Rocket
- DeepSpaceProbe
- MannedSpaceMission
- Satellite
- Planet
- MinorPlanet
- PlanetaryMoon
- Exoplanet
- MeteorShower
- SolarSystemFeature
-
- Interpreter Types
- Rocket
- DeepSpaceProbe
- DeepSpaceProbeClass
- MannedSpaceMission
- Satellite
- AstronomicalObject
- AstronomicalObjectClass
- Planet
- MinorPlanet
- PlanetaryMoon
- Exoplanet
- MeteorShower
- SolarSystemFeature
- SolarSystemFeatureClass
- Entity
- ComputedDeepSpaceProbe
- ComputedMannedSpaceMission
- ComputedSatellite
- ComputedAstronomicalObject
- ComputedPlanet
- ComputedMinorPlanet
- ComputedPlanetaryMoon
- ComputedExoplanet
- ComputedMeteorShower
- ComputedSolarSystemFeature
- Related Guides
-
-
See Also
- Interpreter
- SemanticImport
- Restricted
- Failure
- Entity
- EntityValue
-
- Entity Types
- Rocket
- DeepSpaceProbe
- MannedSpaceMission
- Satellite
- Planet
- MinorPlanet
- PlanetaryMoon
- Exoplanet
- MeteorShower
- SolarSystemFeature
-
- Interpreter Types
- Rocket
- DeepSpaceProbe
- DeepSpaceProbeClass
- MannedSpaceMission
- Satellite
- AstronomicalObject
- AstronomicalObjectClass
- Planet
- MinorPlanet
- PlanetaryMoon
- Exoplanet
- MeteorShower
- SolarSystemFeature
- SolarSystemFeatureClass
- Entity
- ComputedDeepSpaceProbe
- ComputedMannedSpaceMission
- ComputedSatellite
- ComputedAstronomicalObject
- ComputedPlanet
- ComputedMinorPlanet
- ComputedPlanetaryMoon
- ComputedExoplanet
- ComputedMeteorShower
- ComputedSolarSystemFeature
- Related Guides
-
See Also
"ComputedRocket" (Interpreter Type)
Details
- "ComputedRocket" can be used in Interpreter and related constructs, including deployed smart form fields.
- Use of "ComputedRocket" requires connectivity to the Wolfram Cloud.
Restriction Specifications
-
Restricted["ComputedRocket",{{choice1,…}}] one among choices Restricted["ComputedRocket",entityclass] one among the rockets of entityclass Restricted["ComputedRocket",{property1value1,…}] a rocket with values valuei for properties propertyi
Interpretation
- "ComputedRocket" yields an Entity of type "Rocket".
Examples
Basic Examples (4)
Interpreter["ComputedRocket"]["n2"]Interpret rockets derived by computation:
Interpreter["ComputedRocket"]["heaviest rocket"]Restrict to rockets in a class:
Interpreter[Restricted["ComputedRocket", EntityClass["Rocket", {"ConstructionStatus", "Completed"}]]]["long march 3"]Interpreter[Restricted["ComputedRocket", EntityProperty["Rocket", "TotalLaunches"] -> TakeLargest[5]]]["Vostok-L"]Interpreter[Restricted["ComputedRocket", EntityProperty["Rocket", "TotalLaunches"] -> TakeLargest[5]]]["Soyuz U"]See Also
Interpreter SemanticImport Restricted Failure Entity EntityValue
Entity Types: Rocket DeepSpaceProbe MannedSpaceMission Satellite Planet MinorPlanet PlanetaryMoon Exoplanet MeteorShower SolarSystemFeature
Interpreter Types: Rocket DeepSpaceProbe DeepSpaceProbeClass MannedSpaceMission Satellite AstronomicalObject AstronomicalObjectClass Planet MinorPlanet PlanetaryMoon Exoplanet MeteorShower SolarSystemFeature SolarSystemFeatureClass Entity ComputedDeepSpaceProbe ComputedMannedSpaceMission ComputedSatellite ComputedAstronomicalObject ComputedPlanet ComputedMinorPlanet ComputedPlanetaryMoon ComputedExoplanet ComputedMeteorShower ComputedSolarSystemFeature
Related Guides
History
Introduced in 2014 (10.0)