Package implementation.gui.controller
Class PartitionRun
- java.lang.Object
-
- implementation.gui.controller.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()
-
-
-
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
-
-