Class BuildReport
- java.lang.Object
-
- jadex.rules.rulesystem.rete.builder.BuildReport
-
public class BuildReport extends java.lang.Object
The report for storing time information about building rules.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List
buildinfos
The build infos.
-
Constructor Summary
Constructors Constructor Description BuildReport()
Create a new report.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addInfo(IRule rule, long time)
Add a new info.java.util.List
getBuildInfos()
Get build infos.java.lang.String
toString()
Get the string representation.
-
-
-
Method Detail
-
addInfo
public void addInfo(IRule rule, long time)
Add a new info.
-
getBuildInfos
public java.util.List getBuildInfos()
Get build infos.- Returns:
- The build infos.
-
toString
public java.lang.String toString()
Get the string representation.- Overrides:
toString
in classjava.lang.Object
- Returns:
- The string representation.
-
-