Class AnnotationGraphBuilder
java.lang.Object
edu.handong.csee.isel.bic.szz.graph.AnnotationGraphBuilder
public class AnnotationGraphBuilder
extends java.lang.Object
The
AnnotationGraphBuilder class is for making Annotation Graph- Author:
- SJ, JY
-
Constructor Summary
Constructors Constructor Description AnnotationGraphBuilder() -
Method Summary
Modifier and Type Method Description AnnotationGraphModelbuildAnnotationGraph(org.eclipse.jgit.lib.Repository repo, RevsWithPath revsWithPath)spiting Map RevsWithPath
executing AnnotationGraphBuilderThread
-
Constructor Details
-
AnnotationGraphBuilder
public AnnotationGraphBuilder()
-
-
Method Details
-
buildAnnotationGraph
public AnnotationGraphModel buildAnnotationGraph(org.eclipse.jgit.lib.Repository repo, RevsWithPath revsWithPath)spiting Map RevsWithPath
executing AnnotationGraphBuilderThread- Parameters:
repo- Github repositoryrevsWithPath- revs With Path- Returns:
- annotationGraph annotation Graph
-