Generated by
JDiff

Class fuego.papi.utils.AuditTrail.AuditNode

Removed Methods
int getProcessIn() Returns the process number of this node
 

Added Methods
String getProcessId() Returns the process ID of this node
boolean isLoopActivity()  
void setLoopActivity(boolean)  
 

Changed Methods
void addChildren(List<AuditNode>, AuditTrail) Change in signature from (AuditNode[], AuditTrail) to (List<AuditNode>, AuditTrail).
Adds children to the node
List<AuditNode> getChildren() Change in return type from AuditNode[] to List<AuditNode>.
Returns the children of the node
List<AuditNode> getDescendants() Change in return type from List to List<AuditNode>.
Returns the descendants of the node