no.ntnu.vegare.visualizer.server
Class VisServer

java.lang.Object
  extended by no.ntnu.vegare.visualizer.server.VisServer

public class VisServer
extends java.lang.Object

The entry point of the visualization mock server, as specified by the accompanying master's thesis. The server supports three actions:

Notice that this server is purely developed to assist the proof-of-concept, and serves no purpose in a production setting.

Author:
vegare

Constructor Summary
VisServer()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VisServer

public VisServer()
Method Detail

main

public static void main(java.lang.String[] args)