Uses of Class
crypto.rules.StateMachineGraph
-
Packages that use StateMachineGraph Package Description crypto.cryslhandler crypto.rules crypto.typestate -
-
Uses of StateMachineGraph in crypto.cryslhandler
Methods in crypto.cryslhandler that return StateMachineGraph Modifier and Type Method Description protected StateMachineGraphStateMachineGraphBuilder. buildSMG()static StateMachineGraphStateMachineGraphBuilder. buildSMG(de.darmstadt.tu.crossing.crySL.Order order, List<de.darmstadt.tu.crossing.crySL.Event> events) -
Uses of StateMachineGraph in crypto.rules
Fields in crypto.rules declared as StateMachineGraph Modifier and Type Field Description protected StateMachineGraphCrySLRule. usagePatternMethods in crypto.rules that return StateMachineGraph Modifier and Type Method Description StateMachineGraphCrySLRule. getUsagePattern()static StateMachineGraphStateMachineGraphReader. readFromFile(File file)Constructors in crypto.rules with parameters of type StateMachineGraph Constructor Description CrySLRule(String className, List<Map.Entry<String,String>> objects, List<CrySLForbiddenMethod> forbiddenMethods, StateMachineGraph usagePattern, List<ISLConstraint> constraints, List<CrySLPredicate> predicates, List<CrySLPredicate> negatedPredicates) -
Uses of StateMachineGraph in crypto.typestate
Constructors in crypto.typestate with parameters of type StateMachineGraph Constructor Description SootBasedStateMachineGraph(StateMachineGraph fsm)
-