- getAvgDistance(ArrayList<Node>) - Method in class Util
-
Given a list of nodes, looks at all names and rates
the distance of words in the list
(rating is from [0,1])
looks at pairwise distances between names, and keeps lowest pairwise
distance, adds them up and divides by total
- getCardinalityFrom() - Method in class Notation
-
get the cardinality of the edge
- getCardinalityTo() - Method in class Notation
-
Retrieve the cardinality for this edge
- getCluster(Node) - Method in class ProcessGraph
-
Returns all the nodes reachable from this node
by traversing the nodes edges
- getCluster2(Node, ArrayList<Node>) - Method in class ProcessGraph
-
Returns all the nodes reachable from this node
by traversing the nodes edges
- getConnector(Node) - Method in class Edge
-
Given one of the nodes contained in this edge, returns the OTHER node
- getEndNode() - Method in class Edge
-
Gets the end node
- getNotation() - Method in class Edge
-
Get information about the nodes edge
- getRelationship() - Method in class Notation
-
- getStartNode() - Method in class Edge
-
Gets the starter node