Software engineering
Wednesday, 6 February 2013
Activity Diagram
›
Activity diagrams are the object oriented equivalent of flow charts and data flow diagrams from structured development Activity diagrams ...
2 comments:
Transition
›
A transition is a relationship between two states that indicates when event occurs that the object will move to another state. For example...
Event
›
An event is a significant or noteworthy occurrence For example a phone is taken of the hook The event which trigger a state change can...
State
›
A state is the condition of an object at an instance of time. For example a phone is in an idle state it is taken off the hook A ...
State Transition Diagram
›
One way to characterize change in a system is to say that its objects change their state in response to events and to time e.g. When you...
2 comments:
State Diagram Definition
›
A state diagram will represent the changes that can occur in an object. Objects can change their state in response to events and time ...
Tuesday, 5 February 2013
Representing Class Responsibility
›
It is possible to further define a class definition in the UML through the specification of the class's specific responsibilities The...
›
Home
View web version