models.book.appendixA.addressBook1.als Maven / Gradle / Ivy
module appendixA/addressBook1
abstract sig Name {
address: set Addr+Name
}
sig Alias, Group extends Name { }
sig Addr { }
fact {
// the invariants should go here
}
pred show {
// simulation constraints should go here
}
run show for 3
© 2015 - 2025 Weber Informatics LLC | Privacy Policy