public interface GraphService
static GraphService getInstance()
void addMethodNode(MethodNode methodNode)
void addParamAnalyse(String methodId, Parameter[] names, Object[] values, double v)
void addExceptionNode(ExceptionNode exceptionNode)
MethodInfo getTree(String methodId)
Map<String,ParamMetric> getMethodParamGraph(String methodId)
SystemStatistic getRunStatistic()
List<MethodInfo> searchMethods(String question)
List<MethodInfo> getControllers()
List<MethodInfo> getChildren(String methodId)
List<ExceptionInfo> getExceptionInfos(String exceptionId, String message)
List<ExceptionInfo> getExceptions(String methodId)
List<ExceptionNode> getExceptions()
MethodRelation addMethodRelation(MethodNode sourceMethodNode, MethodNode targetMethodNode)
ExceptionRelation addExceptionRelation(MethodNode sourceMethodNode, ExceptionNode exceptionNode)
boolean clearAll()
Copyright © 2023. All rights reserved.