Class Processtree{
String ProcessName;
String StateName;
Binary tree ProcTree;
}
So I think that I don't need to worry about the Processtree
if this is all the code you have in Processtree, you might want to worry though.
a better approach is to declare all your variables there private and to use getters and setters to get or manipulate their values
Reputation Points: 935
Solved Threads: 356
Nearly a Posting Maven
Online 2,493 posts
since Jan 2007