| Package | Description |
|---|---|
| org.aksw.limes.core.gui.model.metric | |
| org.aksw.limes.core.gui.view.graphBuilder |
| Modifier and Type | Class and Description |
|---|---|
class |
Measure
data model class to graphically represent measures
|
class |
Operator
Operator for metric expressions allows to combine metric values
|
class |
Output
Output of metric
|
class |
Property
Property of metric
|
| Modifier and Type | Field and Description |
|---|---|
protected Node |
Node.parent
Parent of the node
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Node> |
Node.childs
Contains the list of children
|
static Set<Class<? extends Node>> |
Measure.validChildClasses
Set of valid Child-Classes
|
static Set<Class<? extends Node>> |
Operator.validChildClasses
unmodifiable HashSet of validChildClasses
|
static Set<Class<? extends Node>> |
Output.validChildClasses
unmodifiable HashSet of validChildClasses
|
| Modifier and Type | Method and Description |
|---|---|
static Node |
Node.createNode(String id)
Create new Node
|
protected static Node |
MetricParser.parsePart(Node parent,
String s,
String sourceVar,
int pos,
Config c)
Parses Node from String
|
| Modifier and Type | Method and Description |
|---|---|
List<Node> |
Node.getChilds()
Returns the List of children
|
abstract Set<Class<? extends Node>> |
Node.validChildClasses()
Valid accepted Child classes of the node
|
Set<Class<? extends Node>> |
Measure.validChildClasses()
Returns the valid child-classes
|
Set<Class<? extends Node>> |
Operator.validChildClasses()
returns validChildClasses
|
Set<Class<? extends Node>> |
Output.validChildClasses()
returns validChildClasses
|
Set<Class<? extends Node>> |
Property.validChildClasses()
validChildClasses
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Node.acceptsChild(Node n)
Returns true if Child will be accepted
|
boolean |
Measure.acceptsChild(Node node)
Returns if node accepts child
|
boolean |
Property.acceptsChild(Node n)
return if Child is accepted
|
Node.Acceptance |
Node.acceptsChildWithReason(Node n)
Gives the Reason why Child is not accepted
|
Node.Acceptance |
Measure.acceptsChildWithReason(Node node)
Returns the Acceptance of linkedChild
|
boolean |
Node.addChild(Node child)
Adds a Child to the Node
|
boolean |
Node.isValidParentOf(Node node)
Returns if node can be a parent of this specific node
|
void |
Node.overwriteParent(Node parent)
set a New Parent to this Node
|
protected static Node |
MetricParser.parsePart(Node parent,
String s,
String sourceVar,
int pos,
Config c)
Parses Node from String
|
void |
Node.removeChild(Node child)
Removes child from node
|
protected static String |
MetricParser.setParametersFromString(Node node,
String s,
int pos)
Sets the parameters of a Node from StringExpression
|
| Modifier and Type | Field and Description |
|---|---|
Node |
NodeView.nodeData
Node Data Model
|
| Modifier and Type | Method and Description |
|---|---|
void |
GraphBuildView.addNode(int x,
int y,
int shape,
Node node)
Adds a Node to the Canvas
|
| Constructor and Description |
|---|
NodeView(int x,
int y,
int nodeShape,
String label,
GraphBuildView gbv,
Node node)
Constructor
|
NodeViewRectangle(double x,
double y,
int nodeShape,
NodeView node,
Node nodeData)
Constructor
|
Copyright © 2019. All rights reserved.