jawiro
Class RoleHierarchy

java.lang.Object
  extended by jawiro.RoleHierarchy
All Implemented Interfaces:
java.io.Serializable

public class RoleHierarchy
extends java.lang.Object
implements java.io.Serializable

jawiro.RoleHierarchy is the backbone of the role model. This class handles the internal operations of JAWIRO and it is not a part of the user API. Therefore it is not further documented.


Constructor Summary
RoleHierarchy(Actor anActor, java.lang.String aPathSeperator)
          Used by the jawiro.Actor instance that owns this instance.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleHierarchy

public RoleHierarchy(Actor anActor,
                     java.lang.String aPathSeperator)
Used by the jawiro.Actor instance that owns this instance.

Parameters:
anActor - Reference to the root of this hierarchy.
aPathSeperator - Obtained by the Actor. Can be \ or / depending to the operating system.