Metadata >> NuGet >> StaMa.StateMachine

StaMa.StateMachine

Metadata

Authors RolandSchneider
Description UML and Statechart inspired state machine library with hierarchical and orthogonal states. See description on http://StaMa.org/. This package includes: - Portable assembly for .NET Framework 4, Silverlight 5, Windows 8, Windows Phone 8.1, Windows Phone Silverlight 8 and higher versions. Runs on Mono. - Assembly for .NET Micro Framework 4.3 ------ Features ------ Fork and join transitions. Entry-, exit-, do- and transition-actions. Guard conditions. Shallow history. Run-to-completion processing. Provides Statecharts functionality comparable to SCXML. Low garbage object creation during runtime. Free from runtime thread synchronization calls. Multiple state machine instances can be created from a single state machine definition. Optional code generation based on Microsoft Visio diagrams.
IconUrl http://www.7fun.de/StaMa/StaMa120x120.png
LicenseUrl http://stama.codeplex.com/license
Owners RolandSchneider
ProjectUrl http://stama.codeplex.com/
ReleaseNotes See http://stama.codeplex.com/releases.
RequireLicenseAcceptance False
Summary UML and Statechart inspired state machine library with hierarchical and orthogonal states.
Tags state-machine statechart netmf mono linux android xamarin macos ios gadgeteer netduino embedded
PackageSize 2639277
PackageHashAlgorithm SHA512
PackageHash ZzLQUnx/3LVy+PKrK7XDpOv3iQ0dJck/MfZcozsthe+FfORJOUm1DSE/waPzDyzpxevQ/0ijEDEfBAK5bzQyoQ==
DownloadCount 000000
CreatedDate 2015-08-17T14:54:36

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install StaMa.StateMachine -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install StaMa.StateMachine -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package StaMa.StateMachine
Installing the package (HTTP Basic authentication):
Install-Package StaMa.StateMachine -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package StaMa.StateMachine -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package StaMa.StateMachine

OpenWrap

Installing the package:
o add-wrap StaMa.StateMachine
Uninstalling the package:
o remove-wrap StaMa.StateMachine

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
2.3.0.2
2.3.0.1
2.3.0.0