TestSEHTML / hints /constraint.html
Alef1986's picture
Upload 1308 files
b0475e3 verified
Raw
History Blame Contribute Delete
609 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<link rel="stylesheet" href="style.css" type="text/css"/>
<title>Constraint</title>
</head>
<body>
<p>A <b>Constraint</b> represents a limitation on aspects of the architecture, its implementation process, or its realization.</p>
<h2>Category:</h2>
<p>Motivation</p>
<h2>Examples:</h2>
<p>"Application should be realised in Java", "Cost should be below budget", "iPad only version", "Must use MIT license"</p>
</body>
</html>