All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.contractautomata.catlib.automaton.state.package-info Maven / Gradle / Ivy

The newest version!
/**
 * The state package  groups the classes implementing states of automata.
* AbstractState is the (abstract) super class, where a state can be initial or final and has a label.
* A BasicState implements an AbstractState of a single participant, it has rank 1 and the label of the
* state cannot have further inner components.
* A State implements an AbstractState with a rank: it is a list of basic states.
* * Class diagram of this package:
* * the class diagram * */ package io.github.contractautomata.catlib.automaton.state;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy