|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Node | |
---|---|
org.gicentre.utils.network | Network-related utilities for use with Processing. |
Uses of Node in org.gicentre.utils.network |
---|
Classes in org.gicentre.utils.network with type parameters of type Node | |
---|---|
class |
ParticleViewer<N extends Node,E extends Edge>
Allows particles to be viewed and animated. |
Methods in org.gicentre.utils.network that return Node | |
---|---|
Node |
Edge.getNode1()
Reports the first node connected to this edge |
Node |
Edge.getNode2()
Reports the second node connected to this edge |
Constructors in org.gicentre.utils.network with parameters of type Node | |
---|---|
Edge(Node n1,
Node n2)
Creates an undirected edge between the given nodes. |
|
Edge(Node n1,
Node n2,
boolean isDirected)
Creates a possibly directed edge between the given nodes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |