~ubuntu-branches/ubuntu/utopic/tcm/utopic

« back to all changes in this revision

Viewing changes to doc/sourcecode/ContinuousDataFlow.html

  • Committer: Bazaar Package Importer
  • Author(s): Otavio Salvador
  • Date: 2003-07-03 20:08:21 UTC
  • Revision ID: james.westby@ubuntu.com-20030703200821-se4xtqx25e5miczi
Tags: upstream-2.20
ImportĀ upstreamĀ versionĀ 2.20

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html><head><TITLE>ContinuousDataFlow</TITLE></head>
 
2
<body>
 
3
<H2><A HREF ="#DOC.DOCU" > <IMG BORDER=0 SRC=down.gif></A>  class  ContinuousDataFlow : public <!2><A HREF="DataFlow.html#DOC.80.1">DataFlow</A> </H2><BLOCKQUOTE>
 
4
 continuous data flow (DEFD) edge class.
 
5
</BLOCKQUOTE>
 
6
<hr>
 
7
 <h2> Inheritance:</h2>
 
8
<APPLET CODE="ClassGraph.class" WIDTH=600 HEIGHT=185>
 
9
<param name=classes value="CThing,MThing.html,CSubject,MSubject.html,CEdge,MEdge.html,CDFEdge,MDFEdge.html,CDataFlow,MDataFlow.html,CContinuousDataFlow,MContinuousDataFlow.html">
 
10
<param name=before value="M,M,M,M,M,M">
 
11
<param name=after value="Md_SPSPSPSP,Md_SPSPSP,Md_SPSP,Md_SP,Md_,M">
 
12
<param name=indent value="0,1,2,3,4,5">
 
13
<param name=arrowdir value="down">
 
14
</APPLET>
 
15
<hr>
 
16
 
 
17
<DL>
 
18
<TABLE>
 
19
<DT><h3>Public Methods</h3><DD><TR><TD VALIGN=top><A HREF="#DOC.56.1"> <IMG BORDER=0 SRC=icon1.gif></A> </TD><TD><B>ContinuousDataFlow</B> (<!1><A HREF="DCFGraph.html">DCFGraph</A> *g, <!2><A HREF="Subject.html#DOC.360.1">Subject</A> *n1, <!2><A HREF="Subject.html#DOC.360.1">Subject</A> *n2)<br>
 
20
<I></I>
 
21
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.56.2"> <IMG BORDER=0 SRC=icon1.gif></A> int </TD><TD><B>GetClassType</B> () const <br>
 
22
<I></I>
 
23
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.56.3"> <IMG BORDER=0 SRC=icon1.gif></A> <!2><A HREF="Subject.html#DOC.360.1">Subject</A>* </TD><TD><B>Clone</B> ()<br>
 
24
<I></I>
 
25
</TD></TR></TABLE></DL>
 
26
<hr><H3>Inherited from <A HREF="DataFlow.html">DataFlow:</A></h3>
 
27
 
 
28
<DL>
 
29
<DL>
 
30
<DT><h3>Public Classes</h3><DD><DT><IMG SRC=icon2.gif>  enum  <B>ContentType</B>
 
31
</DL><DL>
 
32
<DT><h3>Public Methods</h3><DD><DT><IMG SRC=icon2.gif> <!2><A HREF="Subject.html#DOC.360.6">Subject::NameErrType</A>  <B>SetName</B>(const <!1><A HREF="string.html">string</A> *<!2><A HREF="Subject.html#DOC.360.18">name</A>)
 
33
<DT><IMG SRC=icon2.gif> void  <B>WriteMembers</B>(<!1><A HREF="OutputFile.html">OutputFile</A> *f)
 
34
<DT><IMG SRC=icon2.gif> bool  <B>ReadMembers</B>(<!1><A HREF="InputFile.html">InputFile</A> *f, double format)
 
35
</DL></DL>
 
36
<hr><H3>Inherited from <A HREF = "DFEdge.html"> DFEdge:</A></h3>
 
37
 
 
38
<DL>
 
39
<DL>
 
40
<DT><h3>Public Methods</h3><DD><DT><IMG SRC=icon2.gif> static  bool  <B>TriggerLabel</B>(const <!1><A HREF="string.html">string</A> *s)
 
41
<DT><IMG SRC=icon2.gif> static  bool  <B>E_D_Label</B>(const <!1><A HREF="string.html">string</A> *s)
 
42
<DT><IMG SRC=icon2.gif> bool  <B>SetReferences</B>(<!1><A HREF="AssocList.html">AssocList</A> *)
 
43
</DL><DL>
 
44
<DT><h3>Protected Methods</h3><DD><DT><IMG SRC=icon2.gif> <!1><A HREF="List.html">List</A> <<!2><A HREF="DFEdge.html#DOC.102.1">DFEdge</A> *> *  <B>GetComponents</B>()
 
45
</DL></DL>
 
46
<hr><H3>Inherited from <A HREF = "Edge.html"> Edge:</A></h3>
 
47
 
 
48
<DL>
 
49
<DL>
 
50
<DT><h3>Public Methods</h3><DD><DT><IMG SRC=icon2.gif> <!2><A HREF="Subject.html#DOC.360.1">Subject</A>*  <B>GetSubject1</B>() const 
 
51
<DT><IMG SRC=icon2.gif> <!2><A HREF="Subject.html#DOC.360.1">Subject</A>*  <B>GetSubject2</B>() const 
 
52
<DT><IMG SRC=icon2.gif> void  <B>SetSubject1</B>(<!2><A HREF="Subject.html#DOC.360.1">Subject</A> *n)
 
53
<DT><IMG SRC=icon2.gif> void  <B>SetSubject2</B>(<!2><A HREF="Subject.html#DOC.360.1">Subject</A> *n)
 
54
<DT><IMG SRC=icon2.gif> bool  <B>IsDirected</B>() const 
 
55
<DT><IMG SRC=icon2.gif> bool  <B>InGraph</B>() const 
 
56
<DT><IMG SRC=icon2.gif> bool  <B>IsEdge</B>() const 
 
57
<DT><IMG SRC=icon2.gif> bool  <B>PartOf</B>(<!2><A HREF="Subject.html#DOC.360.1">Subject</A> *subject) const 
 
58
<DT><IMG SRC=icon2.gif> void  <B>SetSubjects</B>(<!2><A HREF="Subject.html#DOC.360.1">Subject</A> *n1, <!2><A HREF="Subject.html#DOC.360.1">Subject</A> *n2, bool d = 0)
 
59
<DT><IMG SRC=icon2.gif> bool  <B>CheckReferences</B>()
 
60
</DL><DL>
 
61
<DT><h3>Protected Methods</h3><DD><DT><IMG SRC=icon2.gif> void  <B>SetDirected</B>(bool b)
 
62
</DL></DL>
 
63
<hr><H3>Inherited from <A HREF = "Subject.html"> Subject:</A></h3>
 
64
 
 
65
<DL>
 
66
<DL>
 
67
<DT><h3>Public Classes</h3><DD><DT><IMG SRC=icon2.gif>  enum  <B>NameErrType</B>
 
68
</DL><DL>
 
69
<DT><h3>Public Methods</h3><DD><DT><IMG SRC=icon2.gif> bool  <B>IsSubject</B>() const 
 
70
<DT><IMG SRC=icon2.gif> const  <!1><A HREF="string.html">string</A>*  <B>GetName</B>() const 
 
71
<DT><IMG SRC=icon2.gif> void  <B>SetParent</B>(<!1><A HREF="Node.html">Node</A> *p)
 
72
<DT><IMG SRC=icon2.gif> <!1><A HREF="Node.html">Node</A>*  <B>GetParent</B>() const 
 
73
<DT><IMG SRC=icon2.gif> void  <B>SetAnnotation</B>(<!1><A HREF="string.html">string</A> *s)
 
74
<DT><IMG SRC=icon2.gif> const  <!1><A HREF="string.html">string</A>*  <B>GetAnnotation</B>() const 
 
75
<DT><IMG SRC=icon2.gif> <!1><A HREF="Graph.html">Graph</A>*  <B>GetGraph</B>() const 
 
76
</DL></DL>
 
77
<hr><H3>Inherited from <A HREF = "Thing.html"> Thing:</A></h3>
 
78
 
 
79
<DL>
 
80
<DL>
 
81
<DT><h3>Public Classes</h3><DD><DT><IMG SRC=icon2.gif>  enum  <B>AssocType</B>
 
82
</DL><DL>
 
83
<DT><h3>Public Methods</h3><DD><DT><IMG SRC=icon2.gif> unsigned  long  <B>GetId</B>()
 
84
<DT><IMG SRC=icon2.gif> void  <B>SetId</B>(unsigned long val)
 
85
<DT><IMG SRC=icon2.gif> virtual  bool  <B>IsShape</B>() const 
 
86
<DT><IMG SRC=icon2.gif> virtual  bool  <B>IsView</B>() const 
 
87
<DT><IMG SRC=icon2.gif> void  <B>Write</B>(<!1><A HREF="OutputFile.html">OutputFile</A> *ofile)
 
88
</DL></DL>
 
89
<A NAME="DOC.DOCU">
 
90
<hr>
 
91
 <h2> Documentation </h2>
 
92
<BLOCKQUOTE>
 
93
 continuous data flow (DEFD) edge class.
 
94
 
 
95
</BLOCKQUOTE>
 
96
<DL>
 
97
 
 
98
<A NAME="ContinuousDataFlow">
 
99
<A NAME ="DOC.56.1">
 
100
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B>  ContinuousDataFlow(<!1><A HREF="DCFGraph.html">DCFGraph</A> *g, <!2><A HREF="Subject.html#DOC.360.1">Subject</A> *n1, <!2><A HREF="Subject.html#DOC.360.1">Subject</A> *n2)</B></TT>
 
101
<DL></DL><P>
 
102
<A NAME="GetClassType">
 
103
<A NAME ="DOC.56.2">
 
104
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> int  GetClassType() const </B></TT>
 
105
<DL></DL><P>
 
106
<A NAME="Clone">
 
107
<A NAME ="DOC.56.3">
 
108
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> <!2><A HREF="Subject.html#DOC.360.1">Subject</A>*  Clone()</B></TT>
 
109
<DL></DL><P></DL>
 
110
<hr>
 
111
 <DL><DT><B>This class has no child classes.</B></DL>
 
112
<DL></DL><P><I><A HREF="aindex.html"> alphabetic index</A></I>  <I><A HREF="HIER.html"> hierarchy of classes</A></I><P><hr>
 
113
<A HREF="http://www.zib.de/Visual/software/doc++/index.html"><IMG BORDER=0 ALIGN=RIGHT SRC=logo.gif></A>
 
114
<P Align=Center><I>this page has been generated automatically by doc++</I>
 
115
<P Align=Center><I>(c)opyright by <A HREF="http://www.zib.de/zoeckler/"> Malte  Z&ouml;ckler</A>, <A HREF="mailto:wunderling@zib.de"> Roland Wunderling </A><br>contact: <A HREF="mailto:doc++@zib.de"> doc++@zib.de</a></I>
 
116
</BODY>