Class AnnotationGraphModel
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<java.lang.String,java.util.HashMap<org.eclipse.jgit.revwalk.RevCommit,java.util.ArrayList<Line>>>
edu.handong.csee.isel.bic.szz.graph.AnnotationGraphModel
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map<java.lang.String,java.util.HashMap<org.eclipse.jgit.revwalk.RevCommit,java.util.ArrayList<Line>>>
public class AnnotationGraphModel extends java.util.HashMap<java.lang.String,java.util.HashMap<org.eclipse.jgit.revwalk.RevCommit,java.util.ArrayList<Line>>>
The
AnnotationGraphModel class is for HashMap that stores data- Author:
- SJ, JY
- See Also:
- Serialized Form
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description AnnotationGraphModel() -
Method Summary
-
Constructor Details
-
AnnotationGraphModel
public AnnotationGraphModel()
-