Class GRActor

    • Field Detail

      • _isSceneGraphInitialized

        protected boolean _isSceneGraphInitialized
        Indicator of whether the scene graph is initialized.
      • _allowAttributeChanges

        protected boolean _allowAttributeChanges
        Boolean variable to determine whether attribute changes are allowed. For speed reasons, attribute changes may be disallowed in some models
    • Constructor Detail

      • GRActor

        public GRActor​(CompositeEntity container,
                       java.lang.String name)
                throws IllegalActionException,
                       NameDuplicationException
        Create a new GRActor in the specified container with the specified name. The name must be unique within the container or an exception is thrown. The container argument must not be null, or a NullPointerException will be thrown.
        Parameters:
        container - The container.
        name - The name of this actor within the container.
        Throws:
        IllegalActionException - If this actor cannot be contained by the proposed container (see the setContainer() method).
        NameDuplicationException - If the name coincides with an entity already in the container.