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, 5172👍, 0💬
Popular Posts:
Does there exist any other function which can be used to convert an integer or a float to a string? ...
What Happens to Indexes If You Drop a Table? - Oracle DBA FAQ - Managing Oracle Table Indexes If you...
What is NullPointerException and how to handle it? When an object is not initialized, the default va...
What will be printed as the result of the operation below: #define swap(a,b) a=a+b;b=a-b;a=a-b; void...
How can you enable automatic paging in DataGrid ? Following are the points to be done in order to en...