Content:
|
EABoolean : Public Class Datatypes
A EABoolean value denotes a logical condition that is either 'true' or 'false'.<br/><br/>Semantics:<br/>EABoolean is the primitive type that holds two literals: true, false.<br/><br/>Notation:<br/>The datatype EABoolean is denoted using the rectangle symbol with keyword «Datatype Boolean».<br/><br/>Extension: UML Boolean<br/>
|