Click here to Skip to main content
15,894,014 members
Articles / Programming Languages / Objective C

Object-Oriented Implementation of State-Based Logic

Rate me:
Please Sign up or sign in to vote.
4.92/5 (15 votes)
19 Jul 20046 min read 89.4K   777   54  
This paper addresses the problem of merging object-oriented and automaton-based programming technologies.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "newstate", "newstate.vcproj", "{656E425F-2CA9-49B9-B7B4-6427EF7169E2}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{656E425F-2CA9-49B9-B7B4-6427EF7169E2}.Debug.ActiveCfg = Debug|Win32
		{656E425F-2CA9-49B9-B7B4-6427EF7169E2}.Debug.Build.0 = Debug|Win32
		{656E425F-2CA9-49B9-B7B4-6427EF7169E2}.Release.ActiveCfg = Release|Win32
		{656E425F-2CA9-49B9-B7B4-6427EF7169E2}.Release.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.


Written By
Web Developer
Russian Federation Russian Federation
An experienced software developer.

Now I'm participating in VisualSVN project that is an integration package between Subversion and Visual Studio.

Comments and Discussions