|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.frag.umlplugin.codenavigator.graph.GraphUtils
public class GraphUtils
Graph related utilities.
Method Summary | |
---|---|
static com.intellij.openapi.graph.base.Node |
findNode(com.intellij.openapi.graph.base.Graph graph,
com.intellij.psi.PsiClass psiClass,
DependencyType dependencyType)
Finds node with matching class and dependency type in given graph. |
static com.intellij.openapi.graph.base.Node |
findSubjectNode(com.intellij.openapi.graph.base.Graph graph)
Finds subject node in given graph. |
static GraphBuilder.NodeInfo |
getNodeInfo(com.intellij.openapi.graph.base.Node node)
Gets node info for given node. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
@Nullable public static com.intellij.openapi.graph.base.Node findNode(@NotNull com.intellij.openapi.graph.base.Graph graph, @NotNull com.intellij.psi.PsiClass psiClass, @NotNull DependencyType dependencyType)
graph
- find node in this graphpsiClass
- find node with this class as node infodependencyType
- find node with this dependency type as node info
@Nullable public static com.intellij.openapi.graph.base.Node findSubjectNode(@NotNull com.intellij.openapi.graph.base.Graph graph)
graph
- find node in this graph
@Nullable public static GraphBuilder.NodeInfo getNodeInfo(@NotNull com.intellij.openapi.graph.base.Node node)
node
- node to get info for
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |