Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What are the element in State Chart diagrams
What are the element in State Chart diagrams ?
✍: Guest
State: Itfs a condition when following events occur:
bject satisfies a condition.
Or performs a action.
Or waits for a event to happen.
Composite State : It has one or more sub states.
Initial State: It represents a state before any event occurs.
Final State: Represents completion of an activity.
Transition : Shows the change of one state to other.
Transition Fork: Denotes beginning of parallel path activities.
Transition Join: Denotes merging of parallel path activities.
Decision: Indicates condition to move to different states.
Shallow History: Represents the state last visited. When a transition to the indicator
fires, an object resumes the state it last had at the same level as the history indicator.
Deep history: A deep history allows you to return from whatever sub-state,
whereas a shallow one only remembers the initial state of a composite state.
2-Element Constraint: It shows a constraint on two classes or associations.
OR constraint: - It shows an OR constraint on two classes or associations.
2007-10-26, 5056👍, 0💬
Popular Posts:
How To Increment Dates by 1? - MySQL FAQs - Introduction to SQL Date and Time Handling If you have a...
What is Native Image Generator (Ngen.exe)? The Native Image Generator utility (Ngen.exe) allows you ...
What Is URI? URI (Uniform Resource Identifier) is a superset of URL. URI provides a simple and exten...
How To Get the Uploaded File Information in the Receiving PHP Script? Once the Web server received t...
What are secure and non-secure websites? A secure Website uses the Secure Socket Layer (SSL) protoco...