Class KnowledgeFlow


  • public class KnowledgeFlow
    extends java.lang.Object
    Startup class for the KnowledgeFlow. Displays a splash screen.
    Version:
    $Revision: 7059 $
    Author:
    Mark Hall
    • Constructor Summary

      Constructors 
      Constructor Description
      KnowledgeFlow()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Shows the splash screen, launches the application and then disposes the splash screen.
      static void startApp()
      Static method that can be called from a running program to launch the KnowledgeFlow
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KnowledgeFlow

        public KnowledgeFlow()
    • Method Detail

      • startApp

        public static void startApp()
        Static method that can be called from a running program to launch the KnowledgeFlow
      • main

        public static void main​(java.lang.String[] args)
        Shows the splash screen, launches the application and then disposes the splash screen.
        Parameters:
        args - the command line arguments