Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add HierarchicalStateMachine. #10

Merged
merged 1 commit into from
Oct 18, 2014
Merged

Add HierarchicalStateMachine. #10

merged 1 commit into from
Oct 18, 2014

Conversation

inamiy
Copy link
Member

@inamiy inamiy commented Oct 13, 2014

This pull request will add hierarchical state machine functionality by subclassing.
Currently, only String-based StateType is supported.
(using Enum + Associated Values is going to be a really tough one...)

For basic usage, please see HierarchicalStateMachineTests.swift for more info.

Related issue: #8

inamiy added a commit that referenced this pull request Oct 18, 2014
@inamiy inamiy merged commit 53d8140 into master Oct 18, 2014
@inamiy inamiy deleted the HierarchicalStateMachine branch February 10, 2015 20:58
@inamiy
Copy link
Member Author

inamiy commented Dec 10, 2015

In ver 4.0.0, I refactored many codes and now states with enums are supported for hierarchical state machine.
Please see Ver 4.0.0 Release Notes and new HierarchicalMachineTests.swift for more info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant