Uses of Class
org.drools.scenariosimulation.api.model.AuditLogLine
-
Packages that use AuditLogLine Package Description org.drools.scenariosimulation.api.model -
-
Uses of AuditLogLine in org.drools.scenariosimulation.api.model
Methods in org.drools.scenariosimulation.api.model that return types with arguments of type AuditLogLine Modifier and Type Method Description java.util.List<AuditLogLine>AuditLog. getAuditLogLines()Methods in org.drools.scenariosimulation.api.model with parameters of type AuditLogLine Modifier and Type Method Description voidAuditLog. addAuditLogLine(AuditLogLine toAdd)Add anAuditLogLineto the end ofAuditLog.auditLogLinesMethod parameters in org.drools.scenariosimulation.api.model with type arguments of type AuditLogLine Modifier and Type Method Description voidAuditLog. addAuditLogLines(java.util.List<AuditLogLine> toAdd)Add aList<AuditLogLine>to the end ofAuditLog.auditLogLines
-