GithubHelp home page GithubHelp logo

reqT 3.1.x: A requirements modelling tool

NOTE: This is the old 3.1.x branch that is stuck on Scala 2.12.17. The new reqT 4.x is based on Scala 3 and can be found in the 4.x branch..

reqT is a free requirements modelling tool for software developers. With reqT you can model, analyse and visualize your system requirements and test specifications using a powerful DSL embedded in Scala.

For more information see https://reqt.github.io/

How to run reqT

  • Run new reqT 4.x WORK IN PROGRESS

  • Run old reqT 3.1.x:

    • Download reqT-v3.1.7.jar

    • Launch reqT with this command:

      java -jar reqT-v3.1.7.jar
      

How to build reqT from code

The reqT build is only supported for Linux but it may work on other systems.

  1. Install SDKMAN from https://sdkman.io/install
  2. Download this zip and extract all files in some directory.
  3. Run the ./build.sh script among the extracted files
  4. Run the generated jar with java -jar reqT.jar

This reqT v3.1.x branch is unfortunately stuck on old Scala 2.12.17 because of its tight integration with the 2.12 repl and the 2.12 standard library. The new reqT 4.x is based on Scala 3 and can be found in the 4.x branch..

How to change the reqT metamodel

The metamodel of reqT is written in reqT here and is used to generate the concrete case classes in the reqT Scala DSL as shown here. If you change the metamodel you need to first recompile reqT and then generate a new GENERATED-metamodel.scala and then recompile again. All this is done by the provided meta-build script.

If you want the syntax coloring in the reqT gui editor to be updated in line with your new metamodel you also need to update reqT-syntax as described here.

Dependencies

The creators and users of reqT sincerely thank all the contributors of the following open source libraries (licences):

  • Scala used for embedded DSL construction and more
  • JaCoP used for constraint solving
  • RSyntaxTextArea used for syntax coloring
  • Autocomplete used for autocompletion
  • jLine used for the reqT command line interface

reqT - requirements modeling tool's Projects

nanozap icon nanozap

A minimalistic Scala DSL for testing

reqt icon reqt

reqT - a requirements engineering tool for software developers.

reqt-jacop icon reqt-jacop

A Scala interface to the JaCoP solver, based on reqT-constraints.

reqt-lang icon reqt-lang

A requirements modelling language and library.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.