blob: de88802decf399a3bc78bb5f0ad6b7b0d32656ce [file] [log] [blame]
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Type</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="String.html" title="String">
<link rel="next" href="UniqueCollection.html" title="UniqueCollection(T)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<h1 xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">
Type
</h1>
<div class="section" title="Type">
<div class="titlepage">
<div>
<div>
<h2 class="title" style="clear: both">
<a name="Type"></a>
<span class="bold"><strong>
<code class="code">Type</code>
</strong></span>
</h2>
</div>
</div>
</div>
<p>The UML Type is the supertype of anything that may be used as a type.</p>
<p>conformsTo
<a class="link" href="OclType.html" title="OclType">
<code class="code">OclType</code>
</a>
</p>
<p>
<span class="bold"><strong>Operations</strong></span>
</p>
<p>
<code class="code">conformsTo(type2 : Type[?]) : Boolean[1]</code>
</p>
<p>Returns true if type2 conforms to self.</p>
</div>
</body>
</html>