|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.frag.umlplugin.codenavigator.graph.GraphBuilder.EdgeInfo
public static class GraphBuilder.EdgeInfo
Stores additional edge information.
Constructor Summary | |
---|---|
GraphBuilder.EdgeInfo(com.intellij.psi.PsiClass psiClass,
int offset,
DependencyType dependencyType)
|
Method Summary | |
---|---|
DependencyType |
getDependencyType()
|
int |
getOffset()
|
com.intellij.psi.PsiClass |
getPsiClass()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GraphBuilder.EdgeInfo(@NotNull com.intellij.psi.PsiClass psiClass, int offset, @NotNull DependencyType dependencyType)
Method Detail |
---|
@NotNull public com.intellij.psi.PsiClass getPsiClass()
public int getOffset()
@NotNull public DependencyType getDependencyType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |