Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
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, 4701👍, 0💬
Popular Posts:
How does one iterate through items and records in a specified block? One can use NEXT_FIELD to itera...
How To List All Values of Submitted Fields? - PHP Script Tips - Processing Web Forms If you want lis...
How do we access attributes using “XmlReader”? Below snippets shows the way to access attributes. Fi...
What are different properties provided by Objectoriented systems ? Following are characteristic’s of...
What is Native Image Generator (Ngen.exe)? The Native Image Generator utility (Ngen.exe) allows you ...