| Package | Description |
|---|---|
| org.aksw.limes.core.gui.controller | |
| org.aksw.limes.core.gui.view.graphBuilder |
| Modifier and Type | Method and Description |
|---|---|
NodeView |
GraphBuildController.getOutputNode()
Get output node of the graph
|
| Modifier and Type | Field and Description |
|---|---|
NodeView |
GraphBuildView.linkNode
Node to Link in linking Process
|
NodeView |
NodeView.parent
Parent of Node
|
| Modifier and Type | Field and Description |
|---|---|
ArrayList<NodeView> |
GraphBuildView.nodeList
List of nodes in the Canvas
|
ArrayList<NodeView> |
GraphBuildView.reversedNodeList
Reversed List of nodes in Canvas to correctly display dragging
|
| Modifier and Type | Method and Description |
|---|---|
void |
NodeView.addChildWithOutDataLinking(NodeView child)
Adds a Child without Linking the Data Models
|
boolean |
NodeView.addParent(NodeView parent)
Adds a Parent to the NodeView, and links the Data Models
|
void |
NodeView.deleteParent(NodeView parent)
Deletes Parent from NodeView and unlinks data models
|
void |
GraphBuildView.removeNodeView(NodeView node)
Remove Node From Canvas
|
| Constructor and Description |
|---|
NodeContextMenu(GraphBuildView view,
NodeView clickedNode)
Constructor
|
NodeViewRectangle(double x,
double y,
int nodeShape,
NodeView node,
Node nodeData)
Constructor
|
ThresholdModifyView(GraphBuildView gbv,
NodeView node)
Constructor builds the whole view
|
Copyright © 2019. All rights reserved.