blob: 8f6d908dae4854c74a1725bd0feb757d8458cf66 [file] [log] [blame]
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>OclType</title>
<link href="book.css" rel="stylesheet" type="text/css">
<meta content="DocBook XSL Stylesheets V1.75.1" name="generator">
<link rel="home" href="index.html" title="OCL Documentation">
<link rel="up" href="StandardLibrary.html" title="The OCL Standard Library">
<link rel="prev" href="OclTuple.html" title="OclTuple">
<link rel="next" href="OclVoid.html" title="OclVoid">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<h1 xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">
OclType
</h1>
<div class="section" title="OclType">
<div class="titlepage">
<div>
<div>
<h2 class="title" style="clear: both">
<a name="OclType"></a>
<span class="bold"><strong>
<code class="code">OclType</code>
</strong></span>
</h2>
</div>
</div>
</div>
<p>The type OclType is the implicit supertype of any UML type. Operations defined
for OclType are therefore applicable to all UML types.</p>
<p>conformsTo
<a class="link" href="OclElement.html" title="OclElement">
<code class="code">OclElement</code>
</a>
</p>
<p>
<span class="bold"><strong>Operations</strong></span>
</p>
<p>
<code class="code">conformsTo(type2 : OclType) : Boolean</code>
</p>
<p>Returns true if type2 conforms to self.</p>
</div>
</body>
</html>