jar

net.bretti.modelcheck : modelcheck

Maven & Gradle

Sep 21, 2019
3 stars

modelcheck · modelcheck is a Java library that allows you to check whether a given transition system (described as a Kripke structure) satisfies a given computation tree logic (CTL) formula.

Table Of Contents

Latest Version

Download net.bretti.modelcheck : modelcheck JAR file - Latest Versions:

All Versions

Download net.bretti.modelcheck : modelcheck JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window modelcheck-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.bretti.modelcheck.api.ctl.atom

├─ net.bretti.modelcheck.api.ctl.atom.Atom.class - [JAR]

├─ net.bretti.modelcheck.api.ctl.atom.False.class - [JAR]

├─ net.bretti.modelcheck.api.ctl.atom.True.class - [JAR]

net.bretti.modelcheck.api.ctl.operator.bool

├─ net.bretti.modelcheck.api.ctl.operator.bool.And.class - [JAR]

├─ net.bretti.modelcheck.api.ctl.operator.bool.Not.class - [JAR]

├─ net.bretti.modelcheck.api.ctl.operator.bool.Or.class - [JAR]

net.bretti.modelcheck.api.ctlchecker

├─ net.bretti.modelcheck.api.ctlchecker.CTLModelChecker.class - [JAR]

net.bretti.modelcheck.api.transitionsystem

├─ net.bretti.modelcheck.api.transitionsystem.KripkeStructure.class - [JAR]

├─ net.bretti.modelcheck.api.transitionsystem.State.class - [JAR]

net.bretti.modelcheck.api.transitionsystem.exceptions

├─ net.bretti.modelcheck.api.transitionsystem.exceptions.KripkeStructureInvalidException.class - [JAR]

net.bretti.modelcheck.api.ctl.operator.quantor

├─ net.bretti.modelcheck.api.ctl.operator.quantor.AF.class - [JAR]

├─ net.bretti.modelcheck.api.ctl.operator.quantor.AG.class - [JAR]

├─ net.bretti.modelcheck.api.ctl.operator.quantor.AU.class - [JAR]

├─ net.bretti.modelcheck.api.ctl.operator.quantor.AX.class - [JAR]

├─ net.bretti.modelcheck.api.ctl.operator.quantor.EF.class - [JAR]

├─ net.bretti.modelcheck.api.ctl.operator.quantor.EG.class - [JAR]

├─ net.bretti.modelcheck.api.ctl.operator.quantor.EU.class - [JAR]

├─ net.bretti.modelcheck.api.ctl.operator.quantor.EX.class - [JAR]

net.bretti.modelcheck.impl

├─ net.bretti.modelcheck.impl.CheckAUResult.class - [JAR]

├─ net.bretti.modelcheck.impl.CheckEUResult.class - [JAR]

├─ net.bretti.modelcheck.impl.SearchContinuation.class - [JAR]

├─ net.bretti.modelcheck.impl.TarjansDepthFirstSearchData.class - [JAR]

net.bretti.modelcheck.api.ctl

├─ net.bretti.modelcheck.api.ctl.Formula.class - [JAR]