net.tangly.fsm.utilities.CheckerMessages.properties Maven / Gradle / Ivy
#
# Copyright 2006-2023 Marcel Baumann
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of
# the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
# OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
#
#
FSM-STAT-001=State identifier {0} must not be used more than once
FSM-STAT-002=State identifier {0} must be used exactly once instead of never
FSM-STAT-003=Composite state {0} must have at most one initial substate instead of {1} states
FSM-STAT-004=Composite state {0} with afferent transitions must have exactly one initial substate instead of {1} states
FSM-STAT-005=The state machine must have a defined unique initial state, state {0} has {1} initial substates