Default package

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Action

fizz_ast.proto:195

Used in: File, Role

message AnyStmt

fizz_ast.proto:131

Used in: Statement

message Argument

fizz_ast.proto:177

The actual arguments to a function/method call. For example, in `foo(4, 5)`, `4` and `5` are arguments.

Used in: CallStmt, Decorator

message Block

fizz_ast.proto:79

Used in: Action, AnyStmt, Branch, ForStmt, Function, Invariant, Statement, WhileStmt

message Branch

fizz_ast.proto:114

Used in: IfStmt

message BreakStmt

fizz_ast.proto:153

Used in: Statement

message CallStmt

fizz_ast.proto:167

Used in: Statement

message Cell

graph.proto:13

Used in: Row

message Composition

fizz_ast.proto:49

Used in: File

message Constant

fizz_ast.proto:240

Used in: File

message ContinueStmt

fizz_ast.proto:157

Used in: Statement

message Counter

performance_model.proto:22

Counter defines the metric to be collected. This can be used to collect the number of times a branch is taken. Or other cost metrics like resource usage, or price. This is equivalent to reward in PRISM. For now, supports only simple numberic values. Eventually, this should support distributions like normal, exponential, etc.

Used in: TransitionConfig

message Decorator

fizz_ast.proto:268

Used in: Role

message Expr

fizz_ast.proto:263

Used in: AnyStmt, Argument, Branch, ForStmt, Parameter, RequireStmt, ReturnStmt, SpecEntry, WhileStmt

message Fairness

fizz_ast.proto:74

Used in: Action, AnyStmt

enum FairnessLevel

fizz_ast.proto:59

Used in: Fairness

message File

fizz_ast.proto:5

enum Flow

fizz_ast.proto:66

Used in: Action, AnyStmt, Block, ForStmt, Function, IfStmt, WhileStmt

message ForStmt

fizz_ast.proto:121

Used in: Statement

message FrontMatter

fizz_ast.proto:26

Used in: File

message Function

fizz_ast.proto:203

Used in: File, Role

message IfStmt

fizz_ast.proto:107

Used in: Statement

message Import

fizz_ast.proto:245

Used in: File

message Invariant

fizz_ast.proto:220

Used in: File, Role

Used in: Links

message Matrix

graph.proto:5

message Message

graph.proto:40

Used in: Link

message NameValue

graph.proto:49

Used in: Message

message Nodes

graph.proto:19

message Options

statespace_options.proto:28

Used in: StateSpaceOptions

message Parameter

fizz_ast.proto:213

Variables in the function/method declaration. For example, in `def foo(x, y)`, `x` and `y` are parameters.

Used in: Function, Invariant

message PerformanceModel

performance_model.proto:5

message Position

fizz_ast.proto:257

Used in: SourceInfo

message PyStmt

fizz_ast.proto:184

Used in: Statement

message Refinement

fizz_ast.proto:54

Used in: File

message RequireStmt

fizz_ast.proto:189

Used in: Statement

message ReturnStmt

fizz_ast.proto:161

Used in: Statement

message Role

fizz_ast.proto:31

Used in: File

message Row

graph.proto:9

Used in: Matrix

message SourceInfo

fizz_ast.proto:251

Used in: Action, AnyStmt, Argument, Block, Branch, BreakStmt, CallStmt, Composition, Constant, ContinueStmt, Decorator, Expr, Fairness, File, ForStmt, FrontMatter, Function, IfStmt, Import, Invariant, Parameter, PyStmt, Refinement, RequireStmt, ReturnStmt, Role, SpecEntry, StateVars, Statement, WhileStmt

message SpecEntry

fizz_ast.proto:43

Used in: Composition, Refinement

message StateSpaceOptions

statespace_options.proto:5

message StateVars

fizz_ast.proto:235

Used in: File, Role

message Statement

fizz_ast.proto:85

Used in: Block, File, Role

message TransitionConfig

performance_model.proto:9

Used in: PerformanceModel

message WhileStmt

fizz_ast.proto:144

Used in: Statement