Class NeighborsInterface


  • public class NeighborsInterface
    extends javafx.application.Application
    • Nested Class Summary

      • Nested classes/interfaces inherited from class javafx.application.Application

        javafx.application.Application.Parameters
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static javafx.beans.property.BooleanProperty exit  
      static javafx.scene.Scene scene  
      static javafx.stage.Stage stage  
      • Fields inherited from class javafx.application.Application

        STYLESHEET_CASPIAN, STYLESHEET_MODENA
    • Method Summary

      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Classical JavaFX setup with added configurators for Jena and Partition Algorithm
      void start​(javafx.stage.Stage primaryStage)  
      • Methods inherited from class javafx.application.Application

        getHostServices, getParameters, getUserAgentStylesheet, init, launch, launch, notifyPreloader, setUserAgentStylesheet, stop
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • stage

        public static javafx.stage.Stage stage
      • scene

        public static javafx.scene.Scene scene
      • exit

        public static javafx.beans.property.BooleanProperty exit
    • Constructor Detail

      • NeighborsInterface

        public NeighborsInterface()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Classical JavaFX setup with added configurators for Jena and Partition Algorithm
      • start

        public void start​(javafx.stage.Stage primaryStage)
                   throws java.lang.Exception
        Specified by:
        start in class javafx.application.Application
        Throws:
        java.lang.Exception