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

« back to all changes in this revision

Viewing changes to doc/sourcecode/DataFlow.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>DataFlow</TITLE></head>
 
2
<body>
 
3
<H2><A HREF ="#DOC.DOCU" > <IMG BORDER=0 SRC=down.gif></A>  class  DataFlow : public <!2><A HREF="DFEdge.html#DOC.102.1">DFEdge</A> </H2><BLOCKQUOTE>
 
4
 data flow edge class.
 
5
</BLOCKQUOTE>
 
6
<hr>
 
7
 <h2> Inheritance:</h2>
 
8
<APPLET CODE="ClassGraph.class" WIDTH=600 HEIGHT=215>
 
9
<param name=classes value="CThing,MThing.html,CSubject,MSubject.html,CEdge,MEdge.html,CDFEdge,MDFEdge.html,CDataFlow,MDataFlow.html,CContinuousDataFlow,MContinuousDataFlow.html,CBidirectionalDataFlow,MBidirectionalDataFlow.html">
 
10
<param name=before value="M,M,M,M,M,M|_,Mr_">
 
11
<param name=after value="Md_SPSPSP,Md_SPSP,Md_SP,Md_,M,M,M">
 
12
<param name=indent value="0,1,2,3,4,4,4">
 
13
<param name=arrowdir value="down">
 
14
</APPLET>
 
15
<hr>
 
16
 
 
17
<DL>
 
18
<TABLE>
 
19
<DT><h3>Public Classes</h3><DD><TR><TD VALIGN=top><A HREF="#DOC.80.5"> <IMG BORDER=0 SRC=icon1.gif></A>  enum </TD><TD><B>ContentType</B> <br>
 
20
<I></I>
 
21
</TD></TR></TABLE><TABLE>
 
22
<DT><h3>Public Methods</h3><DD><TR><TD VALIGN=top><A HREF="#DOC.80.1"> <IMG BORDER=0 SRC=icon1.gif></A> </TD><TD><B>DataFlow</B> (<!1><A HREF="DFGraph.html">DFGraph</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>
 
23
<I></I>
 
24
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.80.2"> <IMG BORDER=0 SRC=icon1.gif></A> int </TD><TD><B>GetClassType</B> () const <br>
 
25
<I></I>
 
26
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.80.3"> <IMG BORDER=0 SRC=icon1.gif></A> <!2><A HREF="Subject.html#DOC.360.1">Subject</A>* </TD><TD><B>Clone</B> ()<br>
 
27
<I></I>
 
28
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.80.4"> <IMG BORDER=0 SRC=icon1.gif></A> <!2><A HREF="Subject.html#DOC.360.6">Subject::NameErrType</A> </TD><TD><B>SetName</B> (const <!1><A HREF="string.html">string</A> *<!2><A HREF="Subject.html#DOC.360.18">name</A>)<br>
 
29
<I></I>
 
30
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.80.6"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>WriteMembers</B> (<!1><A HREF="OutputFile.html">OutputFile</A> *f)<br>
 
31
<I> </I>
 
32
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.80.7"> <IMG BORDER=0 SRC=icon1.gif></A> bool </TD><TD><B>ReadMembers</B> (<!1><A HREF="InputFile.html">InputFile</A> *f, double format)<br>
 
33
<I></I>
 
34
</TD></TR></TABLE></DL>
 
35
<hr><H3>Inherited from <A HREF="DFEdge.html">DFEdge:</A></h3>
 
36
 
 
37
<DL>
 
38
<DL>
 
39
<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)
 
40
<DT><IMG SRC=icon2.gif> static  bool  <B>E_D_Label</B>(const <!1><A HREF="string.html">string</A> *s)
 
41
<DT><IMG SRC=icon2.gif> bool  <B>SetReferences</B>(<!1><A HREF="AssocList.html">AssocList</A> *)
 
42
</DL><DL>
 
43
<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>()
 
44
</DL></DL>
 
45
<hr><H3>Inherited from <A HREF = "Edge.html"> Edge:</A></h3>
 
46
 
 
47
<DL>
 
48
<DL>
 
49
<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 
 
50
<DT><IMG SRC=icon2.gif> <!2><A HREF="Subject.html#DOC.360.1">Subject</A>*  <B>GetSubject2</B>() const 
 
51
<DT><IMG SRC=icon2.gif> void  <B>SetSubject1</B>(<!2><A HREF="Subject.html#DOC.360.1">Subject</A> *n)
 
52
<DT><IMG SRC=icon2.gif> void  <B>SetSubject2</B>(<!2><A HREF="Subject.html#DOC.360.1">Subject</A> *n)
 
53
<DT><IMG SRC=icon2.gif> bool  <B>IsDirected</B>() const 
 
54
<DT><IMG SRC=icon2.gif> bool  <B>InGraph</B>() const 
 
55
<DT><IMG SRC=icon2.gif> bool  <B>IsEdge</B>() const 
 
56
<DT><IMG SRC=icon2.gif> bool  <B>PartOf</B>(<!2><A HREF="Subject.html#DOC.360.1">Subject</A> *subject) const 
 
57
<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)
 
58
<DT><IMG SRC=icon2.gif> bool  <B>CheckReferences</B>()
 
59
</DL><DL>
 
60
<DT><h3>Protected Methods</h3><DD><DT><IMG SRC=icon2.gif> void  <B>SetDirected</B>(bool b)
 
61
</DL></DL>
 
62
<hr><H3>Inherited from <A HREF = "Subject.html"> Subject:</A></h3>
 
63
 
 
64
<DL>
 
65
<DL>
 
66
<DT><h3>Public Classes</h3><DD><DT><IMG SRC=icon2.gif>  enum  <B>NameErrType</B>
 
67
</DL><DL>
 
68
<DT><h3>Public Methods</h3><DD><DT><IMG SRC=icon2.gif> bool  <B>IsSubject</B>() const 
 
69
<DT><IMG SRC=icon2.gif> const  <!1><A HREF="string.html">string</A>*  <B>GetName</B>() const 
 
70
<DT><IMG SRC=icon2.gif> void  <B>SetParent</B>(<!1><A HREF="Node.html">Node</A> *p)
 
71
<DT><IMG SRC=icon2.gif> <!1><A HREF="Node.html">Node</A>*  <B>GetParent</B>() const 
 
72
<DT><IMG SRC=icon2.gif> void  <B>SetAnnotation</B>(<!1><A HREF="string.html">string</A> *s)
 
73
<DT><IMG SRC=icon2.gif> const  <!1><A HREF="string.html">string</A>*  <B>GetAnnotation</B>() const 
 
74
<DT><IMG SRC=icon2.gif> <!1><A HREF="Graph.html">Graph</A>*  <B>GetGraph</B>() const 
 
75
</DL></DL>
 
76
<hr><H3>Inherited from <A HREF = "Thing.html"> Thing:</A></h3>
 
77
 
 
78
<DL>
 
79
<DL>
 
80
<DT><h3>Public Classes</h3><DD><DT><IMG SRC=icon2.gif>  enum  <B>AssocType</B>
 
81
</DL><DL>
 
82
<DT><h3>Public Methods</h3><DD><DT><IMG SRC=icon2.gif> unsigned  long  <B>GetId</B>()
 
83
<DT><IMG SRC=icon2.gif> void  <B>SetId</B>(unsigned long val)
 
84
<DT><IMG SRC=icon2.gif> virtual  bool  <B>IsShape</B>() const 
 
85
<DT><IMG SRC=icon2.gif> virtual  bool  <B>IsView</B>() const 
 
86
<DT><IMG SRC=icon2.gif> void  <B>Write</B>(<!1><A HREF="OutputFile.html">OutputFile</A> *ofile)
 
87
</DL></DL>
 
88
<A NAME="DOC.DOCU">
 
89
<hr>
 
90
 <h2> Documentation </h2>
 
91
<BLOCKQUOTE>
 
92
 data flow edge class.
 
93
 
 
94
</BLOCKQUOTE>
 
95
<DL>
 
96
 
 
97
<A NAME="DataFlow">
 
98
<A NAME ="DOC.80.1">
 
99
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B>  DataFlow(<!1><A HREF="DFGraph.html">DFGraph</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>
 
100
<DL></DL><P>
 
101
<A NAME="GetClassType">
 
102
<A NAME ="DOC.80.2">
 
103
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> int  GetClassType() const </B></TT>
 
104
<DL></DL><P>
 
105
<A NAME="Clone">
 
106
<A NAME ="DOC.80.3">
 
107
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> <!2><A HREF="Subject.html#DOC.360.1">Subject</A>*  Clone()</B></TT>
 
108
<DL></DL><P>
 
109
<A NAME="SetName">
 
110
<A NAME ="DOC.80.4">
 
111
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> <!2><A HREF="Subject.html#DOC.360.6">Subject::NameErrType</A>  SetName(const <!1><A HREF="string.html">string</A> *<!2><A HREF="Subject.html#DOC.360.18">name</A>)</B></TT>
 
112
<DL></DL><P>
 
113
<A NAME="ContentType">
 
114
<A NAME ="DOC.80.5">
 
115
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B>  enum  ContentType</B></TT>
 
116
<DL></DL><P>
 
117
<A NAME="WriteMembers">
 
118
<A NAME ="DOC.80.6">
 
119
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  WriteMembers(<!1><A HREF="OutputFile.html">OutputFile</A> *f)</B></TT>
 
120
<DD> 
 
121
<DL></DL><P>
 
122
<A NAME="ReadMembers">
 
123
<A NAME ="DOC.80.7">
 
124
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> bool  ReadMembers(<!1><A HREF="InputFile.html">InputFile</A> *f, double format)</B></TT>
 
125
<DL></DL><P></DL>
 
126
<hr>
 
127
<DL><DT><B>Direct child classes:
 
128
</B><DD><A HREF="ContinuousDataFlow.html"> ContinuousDataFlow </A><br>
 
129
<A HREF="BidirectionalDataFlow.html"> BidirectionalDataFlow </A><br>
 
130
</DL>
 
131
<DL></DL><P><I><A HREF="aindex.html"> alphabetic index</A></I>  <I><A HREF="HIER.html"> hierarchy of classes</A></I><P><hr>
 
132
<A HREF="http://www.zib.de/Visual/software/doc++/index.html"><IMG BORDER=0 ALIGN=RIGHT SRC=logo.gif></A>
 
133
<P Align=Center><I>this page has been generated automatically by doc++</I>
 
134
<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>
 
135
</BODY>