Skip to content

Commit

Permalink
Update src/as2fm/jani_generator/jani_entries/jani_assignment.py
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Henkel <[email protected]>
  • Loading branch information
ct2034 authored Dec 16, 2024
1 parent a554237 commit f34e42e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/as2fm/jani_generator/jani_entries/jani_assignment.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def get_expression(self):
return self._value

def get_index(self) -> int:
"""Returns the index, i.e. the number that defines the order of execution in Jani."""
return self._index

def as_dict(self, constants: Dict[str, JaniConstant]):
Expand Down

0 comments on commit f34e42e

Please sign in to comment.