Applications of Objective-Z

497 views Asked by At

What are applications of Objective-Z?

I have read about Objective-Z, but I cannot imagine to what it would be applied.

This question may be too broad, but I do not think that there are too many answers.

2

There are 2 answers

0
416E64726577 On BEST ANSWER

Objective-Z is an object-oriented extension to Z.

From here, you can get an overview of Objective-Z:

Object-Z extends Z by the addition of language constructs resembling the object-oriented paradigm, most notably, classes. Other object-oriented notions such as polymorphism and inheritance are also supported.

While not as popular as its base language Z, Object-Z has still received significant attention in the formal methods community, and research on aspects of the language are ongoing, including hybrid languages using Object-Z, tool support (e.g., through the Community Z Tools project) and refinement calculi.

For more information about the language and its uses, I would recommend visiting the Objective-Z homepage.

Its applications are similar to that of Z-notation - it is just an extension to a specification language.

If you really want to know about applications of Objective-Z, you can read this book.

I hope this helps, and good luck with Z.

0
416E64726577 On

Z is a specification language, meaning it is used to describe a system.

A quote from the Wikipedia article about Specification Languages states:

A specification language is a formal language in computer science used during systems analysis, requirements analysis and systems design to describe a system at a much higher level than a programming language, which is used to produce the executable code for a system.

The Z language is, according to this source,

a formal specification language used for describing and modelling computing systems. It is targeted at the clear specification of computer programs and computer-based systems in general.

So, that is the application of Z.

I see that your question is not about Z, but about Objective-Z, but I hope that this answer can still be useful.