Skip to content

structure of plugins

samthiriot edited this page Mar 1, 2015 · 2 revisions

Some core components:

  • genlab.core: were everything starts. Included everywhere. Concepts of algorithms, instances, workflows, etc.
  • genlab.core.random : defines random number management
Some core components when developing graphic plugins (that is, displaying something in a GUI, and unable to run without graphical interface)
  • genlab.gui : the basic windows in genlab, etc.
  • genlab.graphiti: the graph view and editing of workflows
  • genlab.examples :defines the concepts for genlab examples and enables other plugins to
THen, many contribution packages. They do rely on these basic packages:
  • networks: igraph, yung, etc.
  • others: R, tec.