MCPcopy Create free account
hub / github.com/OpenRailAssociation/osrd / CliCommand

Interface CliCommand

core/src/main/java/fr/sncf/osrd/cli/CliCommand.java:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package fr.sncf.osrd.cli;
2
3public interface CliCommand {
4 /** Runs the command, and return a status code */
5 int run();
6}

Callers 8

postFunction · 0.65
verify_roleFunction · 0.65
streamMethod · 0.65
streamMethod · 0.65
pathfinding_envFunction · 0.65

Implementers 10

ValidateInfracore/src/main/java/fr/sncf/osrd/cli/Va
PathfindingEnveditoast/core_task/src/envs/pathfindin
STDCMPathfindingBuildercore/src/test/kotlin/fr/sncf/osrd/stdc
ETCSBrakingCurvesEndpointcore/src/main/kotlin/fr/sncf/osrd/api/
PathfindingBlocksEndpointcore/src/main/kotlin/fr/sncf/osrd/api/
STDCMEndpointcore/src/main/kotlin/fr/sncf/osrd/api/
SimulationEndpointcore/src/main/kotlin/fr/sncf/osrd/api/
ReproduceRequestcore/src/main/java/fr/sncf/osrd/cli/Re
BenchSTDCMcore/src/main/java/fr/sncf/osrd/cli/Be
WorkerCommandcore/src/main/java/fr/sncf/osrd/cli/Wo

Calls

no outgoing calls

Tested by

no test coverage detected