apps.conceptmap
Class ConceptMapApp

java.lang.Object
  extended by com.jmex.game.state.GameState
      extended by synergynetframework.appsystem.table.appdefinitions.SynergyNetApp
          extended by synergynetframework.appsystem.table.appdefinitions.DefaultSynergyNetApp
              extended by apps.conceptmap.ConceptMapApp

public class ConceptMapApp
extends DefaultSynergyNetApp

The Class ConceptMapApp.


Constructor Summary
ConceptMapApp(ApplicationInfo info)
          Instantiates a new concept map app.
 
Method Summary
 void addContent()
          Adds the content.
 ContentSystem getContentSystem()
          Gets the content system.
 GraphManager getGraphManager()
          Gets the graph manager.
static ConceptMapApp getInstance()
          Gets the single instance of ConceptMapApp.
 
Methods inherited from class synergynetframework.appsystem.table.appdefinitions.DefaultSynergyNetApp
init
 
Methods inherited from class synergynetframework.appsystem.table.appdefinitions.SynergyNetApp
cleanup, exitApp, getActivationCount, getApplicationDataDirectory, getInfo, getMenuController, getOrthoNode, getOrthoRenderPass, getRootNode, getWorldNode, getWorldRenderPass, onActivate, render, renderDebug, setActivationCount, setActive, setMenuController, setOrthoRenderPass, setRootNode, setWorldRenderPass, update
 
Methods inherited from class com.jmex.game.state.GameState
getName, getParent, isActive, setName, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConceptMapApp

public ConceptMapApp(ApplicationInfo info)
Instantiates a new concept map app.

Parameters:
info - the info
Method Detail

getInstance

public static ConceptMapApp getInstance()
Gets the single instance of ConceptMapApp.

Returns:
single instance of ConceptMapApp

addContent

public void addContent()
Description copied from class: SynergyNetApp
Adds the content.

Specified by:
addContent in class SynergyNetApp

getContentSystem

public ContentSystem getContentSystem()
Gets the content system.

Returns:
the content system

getGraphManager

public GraphManager getGraphManager()
Gets the graph manager.

Returns:
the graph manager