Skip to content

Separates changes of states from the effect of those changes.

License

Notifications You must be signed in to change notification settings

ll-h/java7-state-machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

State Machine

This project is a set of interfaces and classes that separate changes of states from the effect of those changes.

To include those in your project as a Maven dependency, include the following to your pom.xml file:

<repositories>
  ...
  <repository>
    <id>state-machine-mvn-repo</id>
    <url>https://raw.github.com/ll-h/java7-state-machine/mvn-repo/</url>
  </repository>
</repositories>
  
...

</dependencies>
  ...
  <dependency>
    <groupId>com.lhl.java7.utils</groupId>
    <artifactId>state-machine</artifactId>
    <version>0.2</version>
  </dependency>
</dependencies>

About

Separates changes of states from the effect of those changes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages