StudyCrafterAssistant
|
Public Member Functions | |
ScenarioStore (IGraphStore graphStore) | |
void | Add (Scenario scenario) |
void | Remove (Scenario scenario) |
void | Remove (string scenarioID) |
bool | TryGet (string scenarioID, out Scenario scenario) |
bool | TryGetSceneGraph (string scenarioID, out SceneGraph sceneGraph) |
Properties | |
IGraphStore | GraphStore [get] |
IEnumerable< Scenario > | AllScenarios [get] |