Class BuildInfo
- java.lang.Object
- 
- jadex.rules.rulesystem.rete.builder.BuildInfo
 
- 
 public class BuildInfo extends java.lang.ObjectThe build info per rule.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IRulegetRule()Get the rule.longgetTime()Get the time.java.lang.StringtoString()Get the string representation.
 
- 
- 
- 
Field Detail- 
ruleprotected IRule rule The rule.
 - 
timeprotected long time The buildtime.
 
- 
 - 
Constructor Detail- 
BuildInfopublic BuildInfo(IRule rule, long time) Create a new build info.
 
- 
 - 
Method Detail- 
getRulepublic IRule getRule() Get the rule.- Returns:
- The rule.
 
 - 
getTimepublic long getTime() Get the time.- Returns:
- The time.
 
 - 
toStringpublic java.lang.String toString() Get the string representation.- Overrides:
- toStringin class- java.lang.Object
- Returns:
- The string representation.
 
 
- 
 
-