Class TransitionMatcher

    • Constructor Detail

      • TransitionMatcher

        public TransitionMatcher​(FSMActor container,
                                 java.lang.String name)
                          throws IllegalActionException,
                                 NameDuplicationException
        Construct a transition matcher with the given name contained by the specified entity. The container argument must not be null, or a NullPointerException will be thrown. This transition will use the workspace of the container for synchronization and version counts. If the name argument is null, then the name is set to the empty string.
        Parameters:
        container - The container.
        name - The name of the transition.
        Throws:
        IllegalActionException - If the container is incompatible with this transition.
        NameDuplicationException - If the name coincides with any relation already in the container.