|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MTBGraphEdge | |
---|---|
de.unihalle.informatik.MiToBo.core.datatypes | Provides basic datatypes for MiToBo. |
Uses of MTBGraphEdge in de.unihalle.informatik.MiToBo.core.datatypes |
---|
Fields in de.unihalle.informatik.MiToBo.core.datatypes with type parameters of type MTBGraphEdge | |
---|---|
protected Vector<MTBGraphEdge> |
MTBGraph.edges
Vector of included graph edges. |
protected Vector<MTBGraphEdge> |
MTBGraphNode.inEdges
Vector of incoming edges of the MTBGraphNode. |
protected Vector<MTBGraphEdge> |
MTBGraphNode.outEdges
Vector of outgoing edges of the MTBGraphNode. |
Methods in de.unihalle.informatik.MiToBo.core.datatypes that return types with arguments of type MTBGraphEdge | |
---|---|
Vector<MTBGraphEdge> |
MTBGraphNode.getAllEdges()
Get all edges of the node. |
Vector<MTBGraphEdge> |
MTBGraph.getEdges()
Get all edges of the MTBGraph. |
Vector<MTBGraphEdge> |
MTBGraphNode.getInEdges()
Get input edges for node. |
Vector<MTBGraphEdge> |
MTBGraphNode.getOutEdges()
Get outgoing edges for node. |
Methods in de.unihalle.informatik.MiToBo.core.datatypes with parameters of type MTBGraphEdge | |
---|---|
void |
MTBGraph.addEdge(MTBGraphEdge edge)
Add a edge to MTBGraph. |
protected void |
MTBGraphNode.addInEdge(MTBGraphEdge inEdge)
Add a incoming MTBGraphEdge to the MTBGraphNode |
protected void |
MTBGraphNode.addOutEdge(MTBGraphEdge outEdge)
Add a outgoing MTBGraphEdge to the MTBGraphNode |
void |
MTBGraph.removeEdge(MTBGraphEdge edge)
Remove the specified edge from the graph |
protected void |
MTBGraphNode.removeInEdge(MTBGraphEdge inEdge)
Remove a incoming MTBGraphEdge from the MTBGraphNode. |
protected void |
MTBGraphNode.removeOutEdge(MTBGraphEdge outEdge)
Remove a outgoing MTBGraphEdge from the MTBGraphNode. |
Constructor parameters in de.unihalle.informatik.MiToBo.core.datatypes with type arguments of type MTBGraphEdge | |
---|---|
MTBGraph(Vector<MTBGraphNode<?>> nodes,
Vector<MTBGraphEdge> edges,
boolean directed)
Constructor to create an undirected or directed MTBGraph with the given nodes and edges. |
|
MTBNeuriteSkelGraph(Vector<MTBNeuriteSkelGraphNode<Point2D.Double>> skelNodes,
Vector<MTBGraphEdge> skelEdges,
int _maxSpineLength,
int _width,
int _heigth)
Constructor to create an directed MTBNeuriteSkelGraph with the given MTBSkeletonGraphNodes and MTBGraphEdges. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |