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, 4789👍, 0💬
Popular Posts:
.NET INTERVIEW QUESTIONS - What are types of compatibility in VB6? There are three possible project ...
What is cross page posting? By default, button controls in ASP.NET pages post back to the same page ...
What is the concept of XPOINTER? XPOINTER is used to locate data within XML document. XPOINTER can p...
What print out will the folloging code produce? main() { char *p1=“name”; char *p2; p2=(char*)malloc...
Can you explain project life cycle ? Figure :- 12.2 Life cycle of a project There are five stages of...