UML Diagrams Zicomi Systems publishes some UML example diagrams online from the world famous UML dictionary. more...
Version 2.5 Released Zicomi Systems is delighted to announce that version 2.5 of Zicomi Mentor is released. With support for UML 2.0 and all thirteen UML diagrams more...
Zicomi Systems' Director speaks about the UML at Objects by Design - an informative interview more...
Partner Programme Zicom Systems is delighted to announce a new world wide partner programme, become a partner today. more...
OMG Member Zicom Systems is made a member of the OMG!
Ignore (Combined Fragment)
An ignore interaction operator (signified by the value of ignore) defines a combined fragment where the messages listed are to be ignored within the fragment. This means that these messages are insignificant in the context of the fragment and can be ignored.
Explanation
The ignore operator defines a list of messages to be ignored. These messages are not drawn in the fragment and if they occur in an interaction their effect, number and sequence is unimportant with respect to the fragment. The ignore operand can be used to define messages that have no importance in the context of the fragment and allows modelers to communicate this to their audience. The ignore operator is useful for defining test cases. In our everyday life we come across this notion for example: when a friend gives us instructions about getting to their house, they may say "ignore all side streets and just turn at the traffic lights".
A combined fragment with an operator of assert is related to a combined fragment with an operator of ignore because they are often used together, where an assertion is nested inside an ignore fragment.
A combined fragment with an operator of consider is related to a combined fragment with an operator of ignore because they reflect a reciprocal notion. Defining messages within a consider operator is affectively the same as saying that all other messages should be ignored.