Class PartitionRun

  • All Implemented Interfaces:
    java.lang.Runnable

    public class PartitionRun
    extends java.lang.Object
    implements java.lang.Runnable
    Runnable for back thread running the Partition Algorithm
    Author:
    nk-fouque
    • Constructor Summary

      Constructors 
      Constructor Description
      PartitionRun​(org.apache.jena.rdf.model.Model md, java.lang.String uri, javafx.scene.layout.VBox container, javafx.beans.property.BooleanProperty available, java.util.concurrent.atomic.AtomicBoolean cut, NeighborsController controller, javafx.scene.control.TitledPane loadingPane, javafx.scene.control.Spinner<java.lang.Integer> descriptionDepth)
      Base Constructor
    • Method Summary

      Modifier and Type Method Description
      void run()  
      • Methods inherited from class java.lang.Object

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

      • PartitionRun

        public PartitionRun​(org.apache.jena.rdf.model.Model md,
                            java.lang.String uri,
                            javafx.scene.layout.VBox container,
                            javafx.beans.property.BooleanProperty available,
                            java.util.concurrent.atomic.AtomicBoolean cut,
                            NeighborsController controller,
                            javafx.scene.control.TitledPane loadingPane,
                            javafx.scene.control.Spinner<java.lang.Integer> descriptionDepth)
        Base Constructor
        Parameters:
        md - graph
        uri - uriTarget
        container - resultsContainer
        available - available
        cut - cut
        controller - mainController
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable