North State Framework in C#  V3.0.0
An object-oriented framework for implementing UML state machines.
Public Member Functions | Properties | List of all members
NSFTaggedObject Class Reference

Represents an object containing unique id and name More...

Inheritance diagram for NSFTaggedObject:
NSFUniquelyNumberedObject INSFNamedObject NSFDebugUtility NSFEventHandler NSFOSThread NSFOSTimer NSFRegion NSFState NSFThread NSFTraceLog NSFTransition

Public Member Functions

 NSFTaggedObject (NSFString name)
 Creates an object with a unique id and a name. More...
 
- Public Member Functions inherited from NSFUniquelyNumberedObject
 NSFUniquelyNumberedObject ()
 Creates a uniquely numbered object. More...
 
bool isSameObject (NSFUniquelyNumberedObject other)
 Checks if this object is the same as another object. More...
 

Properties

NSFString Name [get, set]
 
- Properties inherited from NSFUniquelyNumberedObject
NSFId UniqueId [get]
 Gets or sets the unique id of the object. More...
 
- Properties inherited from INSFNamedObject
NSFString Name [get]
 Gets the name of the object. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from NSFUniquelyNumberedObject
static NSFId getNextUniqueId ()
 Gets the next unique id. More...
 

Detailed Description

Represents an object containing unique id and name

Constructor & Destructor Documentation

Creates an object with a unique id and a name.

Parameters
nameThe user defined name for the object.

Property Documentation

NSFString Name
getset



Copyright 2004-2014, North State Software, LLC. All rights reserved.