Class ActorClassification

  • All Implemented Interfaces:
    java.lang.Comparable<ActorClassification>

    public class ActorClassification
    extends java.lang.Object
    implements java.lang.Comparable<ActorClassification>
    Tag actors are registered and organized according to their Classification. The classification simply dictates the name of a group of factories, and then their relative position. This is important because values are generated at level 0, and then are passed upwards- writes are handled in reverse.

    Module authors can register new actor factories for pre-defined classifications, or can create new classifications.

    Since:
    8.0