public class Main
extends javafx.application.Application
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
path |
|
static LifeLine |
selectedLifeline |
| Constructor | Description |
|---|---|
Main() |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
decreaseDOIRoot(Person person) |
Decreases the Degree of Interest starting from a specific person
normally this person will be a person of interest.
|
static void |
main(java.lang.String[] args) |
The main method.
|
void |
start(javafx.stage.Stage primaryStage) |
The start of the javaFX application.
|
public static java.lang.String path
public static LifeLine selectedLifeline
public void start(javafx.stage.Stage primaryStage)
throws java.lang.Exception
start in class javafx.application.ApplicationprimaryStage - java.lang.Exceptionpublic static void main(java.lang.String[] args)
args - the string arguments.public static void decreaseDOIRoot(Person person)
person - the root/ start person