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:
Give a small brief explanation of all Elements in activity diagrams
Give a small brief explanation of all Elements in activity diagrams?
✍: Guest
Action State : It is a type of state that has an internal action and one outgoing event that
would complete the internal action.
State : It is a condition when following events occur:
Object satisfies a condition.
performs a action.
wait for a event to happen.
Initial State: It represents a state before any event occurs.
Final State:
Represents completion of an activity.
Transition Fork:: Denotes beginning of parallel path activities.
Transition Join: Denotes merging of parallel path activities.
Control Flow: Represents relationship between two states and actions. In short it indicates
that an object in one state is entering some other state.
Object Flow: Connects an object flow state to control flow or action state.
Object in State: Indicate the object’s state after manipulation by multiple activities.
Decisions: Defines if there are any condition’s in the path.
Swim Lanes: Assigns responsibility to action states.
Signal receipt Shape: Used to replace an event label on a transition.
Signal Send Shape: Used to replace an event label on a transition.
Constraint: Conditions that must be maintained true in order the system is valid.
2-Element Constraint: - It show a constraint on two classes or associations.
OR constraint: - It show an OR constraint on two classes or associations.
2007-10-26, 5782👍, 0💬
Popular Posts:
Rachel opened her math book and found that the sum of the facing pages was 245. What pages did she o...
Assuming that the structure of a table shows two columns like this: --------+------------+-- ----+---...
How To Merge Cells in a Row? - XHTML 1.0 Tutorials - Understanding Tables and Table Cells If you wan...
What Are Named Parameters? - Oracle DBA FAQ - Creating Your Own PL/SQL Procedures and Functions Name...
How To Truncate an Array? - PHP Script Tips - PHP Built-in Functions for Arrays If you want to remov...