Uses of Class
pl.put.poznan.sqc.domain.errors.MissingScenarioError
-
Packages that use MissingScenarioError Package Description pl.put.poznan.sqc.domain -
-
Uses of MissingScenarioError in pl.put.poznan.sqc.domain
Methods in pl.put.poznan.sqc.domain that throw MissingScenarioError Modifier and Type Method Description HashMap<String,Integer>SQCService. getActorCountMap()Runs a ActorCount visitor on the stored scenario.ArrayList<String>SQCService. getActorlessSteps()Runs a ActorlessAccumulator visitor on the stored scenario.intSQCService. getKeywordCount()Runs a KeywordCounter visitor on the stored scenario.ArrayList<String>SQCService. getLonelyActorsList()Runs a ActorCount visitor on the stored scenario.intSQCService. getStepCount()Runs a StepCounter visitor on the stored scenario.StringSQCService. getToDepth(int depth)Get scenario as JSON, but only upto a certain depth.
-