DOC

com.massisframework : massisframework

Maven & Gradle

Jan 31, 2016
5 stars

MASSIS Framework · MASSIS is a framework that facilitates the simulation of scenarios with multiple agents (representing people, robots, sensors, etc.) in indoor environments (i.e., in a building). MASSIS provides support for designing spaces and specifying the behavior of the elements and agents in them It is possible to define a great diversity of behaviours, from a simple sensor to the decisions of a person. MASSIS has been designed to keep this flexibility withough hindering performance. The framework is capable of supporting thousands of agents, each one with an specific behavior.

Table Of Contents

Latest Version

Download com.massisframework : massisframework Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

  1. Rename the file massisframework-1.2.22-javadoc.jar to massisframework-1.2.22-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder massisframework-1.2.22-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "massisframework-1.2.22-sources.jar" -d "massisframework-1.2.22-javadoc" -subpackages 

Advertisement