|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object y.algo.Substructure
public class Substructure
Represents a substructure of a graph, like a tree, chain, star, clique or tree.
Class Substructures
is able to detect such structures and returns them
in a list of Substructure
instances.
Method Summary | |
---|---|
EdgeList |
getEdges()
Returns the edges that belong to this substructure. |
EdgeList |
getInterEdges()
Returns the edges connecting a node in the substructure with one outside of it. |
NodeList |
getNodes()
Returns the nodes that belong to this substructure. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public NodeList getNodes()
NodeList
of nodes that belong to this substructurepublic EdgeList getEdges()
EdgeList
of the edges that belong to this substructurepublic EdgeList getInterEdges()
EdgeList
of the edges connecting a node in the substructure with one outside of it
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |