1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-05 08:05:24 +02:00
cdt/rse/doc/org.eclipse.rse.doc.isv/guide/Model.html
2006-05-30 15:32:53 +00:00

53 lines
No EOL
2.7 KiB
HTML
Executable file

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2002, 2006. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<title>RSE Model</title>
<link rel="stylesheet" type="text/css" HREF="../book.css">
</head>
<body>
<h1>Remote System Explorer Model</h1>
<p>The underlying containment model for the RSE artifacts is shown here.
</p>
<ul>
<li><A href="../com/ibm/etools/systems/model/SystemProfile.html">Profiles</A> are managed
by a <A href="../com/ibm/etools/systems/model/SystemProfileManager.html">profile manager</A>, and contain:</li>
<ul>
<li><A href="../com/ibm/etools/systems/model/SystemConnectionPool.html">Connection Pools</A>, one per profile, which contain</li>
<ul>
<li><A href="../com/ibm/etools/systems/model/SystemConnection.html">Connections</A></li>
</ul>
<li><A href="../com/ibm/etools/systems/filters/SystemFilterPool.html">Filter pools</A>,
keyed by Subsystem Factory,
and managed by a <A href="../com/ibm/etools/systems/filters/SystemFilterPoolManager.html">filter pool manager</A>
which contain</li>
<ul>
<li><A href="../com/ibm/etools/systems/filters/SystemFilter.html">Filters</A>, which contain</li>
<ul>
<li><A href="../com/ibm/etools/systems/filters/SystemFilterString.html">Filter strings</A></li>
</ul>
</ul>
<li><A href="../com/ibm/etools/systems/core/ui/uda/SystemUDActionElement.html">User actions</A>, keyed by Subsystem Factory, which contain</li>
<ul>
<li><i>References</i> to <A href="../com/ibm/etools/systems/core/ui/uda/SystemUDTypeElement.html">named types</A></li>
</ul>
<li><A href="../com/ibm/etools/systems/core/ui/compile/SystemCompileCommand.html">Compile commands</A></li>
</ul>
<li><A href="../com/ibm/etools/systems/subsystems/SubSystemFactory.html">Subsystem Factories</A> contain:</li>
<ul>
<li><A href="../com/ibm/etools/systems/subsystems/SubSystem.html">Subsystems</A>, keyed by connection,
which contain</li>
<ul>
<li><i><A href="../com/ibm/etools/systems/filters/SystemFilterPoolReference.html">References</A></i>
to <A href="../com/ibm/etools/systems/filters/SystemFilterPool.html">filter pools</A>, which are managed by <A href="../com/ibm/etools/systems/filters/SystemFilterPoolManager.html">filter pool managers</A></li>
</ul>
<li><A href="../com/ibm/etools/systems/core/ui/uda/SystemUDTypeElement.html">Named types</A></li>
</ul>
</ul>
</body>
</html>