Default package

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

message Action

fizz_ast.proto:176

Used in: File, Role

message AnyStmt

fizz_ast.proto:112

Used in: Statement

message Argument

fizz_ast.proto:158

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:60

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

message Branch

fizz_ast.proto:95

Used in: IfStmt

message BreakStmt

fizz_ast.proto:134

Used in: Statement

message CallStmt

fizz_ast.proto:148

Used in: Statement

message Cell

graph.proto:13

Used in: Row

message Constant

fizz_ast.proto:221

Used in: File

message ContinueStmt

fizz_ast.proto:138

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:249

Used in: Role

message Expr

fizz_ast.proto:244

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

message Fairness

fizz_ast.proto:55

Used in: Action, AnyStmt

enum FairnessLevel

fizz_ast.proto:40

Used in: Fairness

message File

fizz_ast.proto:5

enum Flow

fizz_ast.proto:47

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

message ForStmt

fizz_ast.proto:102

Used in: Statement

message FrontMatter

fizz_ast.proto:23

Used in: File

message Function

fizz_ast.proto:184

Used in: File, Role

message IfStmt

fizz_ast.proto:88

Used in: Statement

message Import

fizz_ast.proto:226

Used in: File

message Invariant

fizz_ast.proto:201

Used in: File, Role

graph.proto:23

Used in: Links

graph.proto:35

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:194

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:238

Used in: SourceInfo

message PyStmt

fizz_ast.proto:165

Used in: Statement

message RequireStmt

fizz_ast.proto:170

Used in: Statement

message ReturnStmt

fizz_ast.proto:142

Used in: Statement

message Role

fizz_ast.proto:28

Used in: File

message Row

graph.proto:9

Used in: Matrix

message SourceInfo

fizz_ast.proto:232

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

message StateSpaceOptions

statespace_options.proto:5

message StateVars

fizz_ast.proto:216

Used in: File, Role

message Statement

fizz_ast.proto:66

Used in: Block, File, Role

message TransitionConfig

performance_model.proto:9

Used in: PerformanceModel

message WhileStmt

fizz_ast.proto:125

Used in: Statement