|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectannotool.gui.model.ModelHelper
public class ModelHelper
This helper class provides methods to get html formatted strings to display in GUI.
Constructor Summary | |
---|---|
ModelHelper()
|
Method Summary | |
---|---|
static java.lang.String |
getClassNamesInfo(java.util.HashMap<java.lang.String,java.lang.String> classNames)
Gets the HTML formatted string from class names. |
static java.lang.String |
getModelInfo(java.util.ArrayList<ChainModel> chainModels)
Gets the HTML formatted string including the information from the passed in ArrayList of ChainModel. |
static java.lang.String |
getStatsInfo(java.util.HashMap<java.lang.String,java.lang.String> classNames,
annotool.Annotation[][] annotations,
java.lang.String[] modelLabels)
Returns a HTML formatted string containing simple annotation statistics |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModelHelper()
Method Detail |
---|
public static java.lang.String getModelInfo(java.util.ArrayList<ChainModel> chainModels)
public static java.lang.String getClassNamesInfo(java.util.HashMap<java.lang.String,java.lang.String> classNames)
public static java.lang.String getStatsInfo(java.util.HashMap<java.lang.String,java.lang.String> classNames, annotool.Annotation[][] annotations, java.lang.String[] modelLabels)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |