Skip navigation links

GINsim 3.0.0b-SNAPSHOT API

Packages 
Package Description
org.colomoto.biolqm  
org.colomoto.biolqm.io.avatar  
org.ginsim
The base package for GINsim, with launcher classes.
org.ginsim.common.application
Some system or application level helpers: detect OS, manage options, translate messages...
org.ginsim.common.callable
API for processes which can run in background, based on callable and threads.
org.ginsim.common.document
API to write reports and other simple documents in HTML, OpenDocument, or LaTeX.
org.ginsim.common.utils
This package hosts a collection of miscellaneous utilities.
org.ginsim.common.xml
This package contains helpers to write and parse XML files.
org.ginsim.commongui  
org.ginsim.commongui.dialog
Help to create GUI dialogs, for data and messages.
org.ginsim.commongui.utils
Collection of GUI helpers and widgets.
org.ginsim.core.annotation
Manage annotations: bibliography, Database entries and links.
org.ginsim.core.graph
Define the main Graph interfaces, and a GraphManager to handle graph types
org.ginsim.core.graph.backend
Implementation of the graph backend.
org.ginsim.core.graph.dynamicgraph
State Transition Graphs, representing dynamical behaviours.
org.ginsim.core.graph.hierarchicaltransitiongraph  
org.ginsim.core.graph.objectassociation
Handling objects associated to Graphs.
org.ginsim.core.graph.reducedgraph
Loop-free graphs where each node represents a strongly connected component of the original graph.
org.ginsim.core.graph.regulatorygraph
The regulatory graph is the main graph, it represents the model.
org.ginsim.core.graph.regulatorygraph.logicalfunction
Logical functions associated to nodes of the regulatory graph define their dynamical behaviour.
org.ginsim.core.graph.regulatorygraph.logicalfunction.graphictree  
org.ginsim.core.graph.regulatorygraph.logicalfunction.param2function  
org.ginsim.core.graph.regulatorygraph.logicalfunction.parser  
org.ginsim.core.graph.regulatorygraph.namedstates
Define states of a regulatory graph, which can be named and used as starting point for simulations.
org.ginsim.core.graph.regulatorygraph.perturbation
Perturbations to modify some parts of a model before analysis.
org.ginsim.core.graph.trapspacetree  
org.ginsim.core.graph.tree
The Tree graph is a representation of a logical functions, allowing a graphical representation.
org.ginsim.core.graph.view
Define the layout and appearance of graph elements.
org.ginsim.core.graph.view.css
Customise Graph views through CSS-like commands.
org.ginsim.core.graph.view.shapes  
org.ginsim.core.graph.view.style
Styles define visual properties for graph elements.
org.ginsim.core.io.parser
Some tools to build parsers and writers for xml and text formats
org.ginsim.core.notification
API for notifications: notifications, listener and a global manager to connect them
org.ginsim.core.notification.detailed  
org.ginsim.core.notification.resolvable  
org.ginsim.core.service
Manage Services to extend the core features.
org.ginsim.core.utils.data
Some simple data structures and collections
org.ginsim.gui
Definition of the GUIManager: provide access to all opened windows
org.ginsim.gui.annotation
Shared GUI to edit annotations
org.ginsim.gui.graph
Common GUI for all graphs, and definition of hooks for specialised parts.
org.ginsim.gui.graph.canvas
Custom implementation of the interactive view
org.ginsim.gui.graph.canvas.events  
org.ginsim.gui.graph.dynamicgraph
Specialised GUI for the State Transition Graphs
org.ginsim.gui.graph.hierarchicaltransitiongraph
Specialised GUI for the Hierarchical Transition Graphs
org.ginsim.gui.graph.reducedgraph
Specialised GUI for the Reduced Graphs (Graph of the SCC)
org.ginsim.gui.graph.regulatorygraph
Specialised GUI for the Regulatory graphs
org.ginsim.gui.graph.regulatorygraph.initialstate
GUI for the definition and selection of states.
org.ginsim.gui.graph.regulatorygraph.logicalfunction
GUI to view and edit logical functions associated to Regulatory Nodes
org.ginsim.gui.graph.regulatorygraph.logicalfunction.graphictree  
org.ginsim.gui.graph.regulatorygraph.logicalfunction.graphictree.dnd  
org.ginsim.gui.graph.regulatorygraph.perturbation
GUI for the definition and selection of perturbations applied to a Regulatory Graph
org.ginsim.gui.graph.trapspacetree  
org.ginsim.gui.graph.tree
Specialised GUI for the graphs representing logical functions.
org.ginsim.gui.graph.view.style
GUI for the definition of styles associated to graph elements.
org.ginsim.gui.guihelpers
API for GUI helpers: they provide specialised GUI to show/edit specific data types.
org.ginsim.gui.notifications
GUI to present notifications, and propose related actions when needed.
org.ginsim.gui.service
API for GUI services, and a manager to load them and integrate them in the shell.
org.ginsim.gui.shell
Define the main shell: graph windows and common dialogs
org.ginsim.gui.shell.actions
Define types of actions, which will be integrated in different parts of the shell.
org.ginsim.gui.shell.callbacks
Define the Actions behind the menu entries
org.ginsim.gui.shell.editpanel
Define edit panels: panels which follow graph selection events.
org.ginsim.gui.utils.data
Widgets and panels to handle datasets: mostly list edition/selection panels.
org.ginsim.gui.utils.data.models  
org.ginsim.gui.utils.dialog.stackdialog
Definition of StackDialog: a run dialog where the main panel can be changed.
org.ginsim.gui.utils.widgets
Some common widgets
org.ginsim.gui.utils.widgets.treetable  
org.ginsim.johnsonCycles  
org.ginsim.service.export.cadp  
org.ginsim.service.export.documentation  
org.ginsim.service.export.image  
org.ginsim.service.export.nusmv  
org.ginsim.service.export.prism  
org.ginsim.service.export.reggraph  
org.ginsim.service.export.sat  
org.ginsim.service.export.struct  
org.ginsim.service.format  
org.ginsim.service.format.ginml  
org.ginsim.service.format.sbml  
org.ginsim.service.layout  
org.ginsim.service.tool.avatar.domain  
org.ginsim.service.tool.avatar.params  
org.ginsim.service.tool.avatar.service  
org.ginsim.service.tool.avatar.simulation  
org.ginsim.service.tool.avatar.simulation.others  
org.ginsim.service.tool.avatar.utils  
org.ginsim.service.tool.circuit  
org.ginsim.service.tool.composition  
org.ginsim.service.tool.graphcomparator  
org.ginsim.service.tool.interactionanalysis  
org.ginsim.service.tool.localgraph  
org.ginsim.service.tool.modelbooleanizer  
org.ginsim.service.tool.modelreduction  
org.ginsim.service.tool.modelreversion  
org.ginsim.service.tool.polytopesViz  
org.ginsim.service.tool.reg2dyn  
org.ginsim.service.tool.reg2dyn.helpers  
org.ginsim.service.tool.reg2dyn.htg  
org.ginsim.service.tool.reg2dyn.limitedsimulation  
org.ginsim.service.tool.reg2dyn.priorityclass  
org.ginsim.service.tool.reg2dyn.updater  
org.ginsim.service.tool.scc  
org.ginsim.service.tool.simulation  
org.ginsim.service.tool.stableregions  
org.ginsim.service.tool.stablestates  
org.ginsim.service.tool.trapspace  
org.ginsim.servicegui.export.cadp  
org.ginsim.servicegui.export.documentation  
org.ginsim.servicegui.export.image  
org.ginsim.servicegui.export.maboss  
org.ginsim.servicegui.export.nusmv  
org.ginsim.servicegui.export.petrinet  
org.ginsim.servicegui.export.prism  
org.ginsim.servicegui.export.reggraph  
org.ginsim.servicegui.export.sat  
org.ginsim.servicegui.export.struct  
org.ginsim.servicegui.format  
org.ginsim.servicegui.format.ginml  
org.ginsim.servicegui.format.sbml  
org.ginsim.servicegui.layout  
org.ginsim.servicegui.tool.avatar  
org.ginsim.servicegui.tool.avatar.algopanels  
org.ginsim.servicegui.tool.avatar.others  
org.ginsim.servicegui.tool.avatar.parameters  
org.ginsim.servicegui.tool.circuit
search circuits in the regulatory graph.
org.ginsim.servicegui.tool.composition  
org.ginsim.servicegui.tool.composition.integrationgrammar  
org.ginsim.servicegui.tool.dataviewer  
org.ginsim.servicegui.tool.decisionanalysis  
org.ginsim.servicegui.tool.dynamicanalyser
the state transition graph
org.ginsim.servicegui.tool.graphcomparator  
org.ginsim.servicegui.tool.interactionanalysis  
org.ginsim.servicegui.tool.localgraph  
org.ginsim.servicegui.tool.lrgcolorizer  
org.ginsim.servicegui.tool.modelbooleanizer  
org.ginsim.servicegui.tool.modelreduction  
org.ginsim.servicegui.tool.modelreversion  
org.ginsim.servicegui.tool.omddViz  
org.ginsim.servicegui.tool.pathfinding  
org.ginsim.servicegui.tool.polytopesViz  
org.ginsim.servicegui.tool.reg2dyn
find the state transition graph from the regulatory one
org.ginsim.servicegui.tool.reg2dyn.limitedSimulation  
org.ginsim.servicegui.tool.reg2dyn.priorityclass  
org.ginsim.servicegui.tool.regulatorygraphanimation
animate the regulatory graph (by simply changing nodes and edge's colors) according to a path/state in the state transition graph.
org.ginsim.servicegui.tool.regulatorytreefunction  
org.ginsim.servicegui.tool.scc
colorize the strongly connected components in a graph
org.ginsim.servicegui.tool.stableregions  
org.ginsim.servicegui.tool.stablestates  
org.ginsim.servicegui.tool.stateinregulatorygraph  
org.ginsim.servicegui.tool.trapspace  
Skip navigation links

Copyright © 2005–2020. All rights reserved.