Class BuildReport
- java.lang.Object
- 
- jadex.rules.rulesystem.rete.builder.BuildReport
 
- 
 public class BuildReport extends java.lang.ObjectThe report for storing time information about building rules.
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.util.ListbuildinfosThe build infos.
 - 
Constructor SummaryConstructors Constructor Description BuildReport()Create a new report.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddInfo(IRule rule, long time)Add a new info.java.util.ListgetBuildInfos()Get build infos.java.lang.StringtoString()Get the string representation.
 
- 
- 
- 
Method Detail- 
addInfopublic void addInfo(IRule rule, long time) Add a new info.
 - 
getBuildInfospublic java.util.List getBuildInfos() Get build infos.- Returns:
- The build infos.
 
 - 
toStringpublic java.lang.String toString() Get the string representation.- Overrides:
- toStringin class- java.lang.Object
- Returns:
- The string representation.
 
 
- 
 
-