<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:o = 
"urn:schemas-microsoft-com:office:office" xmlns:w = 
"urn:schemas-microsoft-com:office:word"><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<TITLE>Message</TITLE>

<META content="MSHTML 6.00.2900.2604" name=GENERATOR>
<STYLE>@page Section1 {size: 8.5in 11.0in; margin: 1.0in 1.25in 1.0in 1.25in; }
P.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
LI.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
DIV.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
A:link {
        COLOR: blue; TEXT-DECORATION: underline
}
SPAN.MsoHyperlink {
        COLOR: blue; TEXT-DECORATION: underline
}
A:visited {
        COLOR: navy; TEXT-DECORATION: underline
}
SPAN.MsoHyperlinkFollowed {
        COLOR: navy; TEXT-DECORATION: underline
}
P.MsoAutoSig {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
LI.MsoAutoSig {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
DIV.MsoAutoSig {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
SPAN.EmailStyle17 {
        COLOR: windowtext; FONT-FAMILY: Arial; mso-style-type: personal-compose
}
DIV.Section1 {
        page: Section1
}
</STYLE>
</HEAD>
<BODY lang=EN-US vLink=navy link=blue>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN 
class=423191817-28032005>Hi,</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN 
class=423191817-28032005></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=423191817-28032005>In 
Bon2 the following methods can be used to inquire connections of an 
fco:</SPAN></FONT></DIV>
<DIV><FONT><SPAN class=423191817-28032005>
<P><FONT face=Arial><FONT color=#0000ff><FONT size=2>std::set&lt;Connection&gt; 
my_conns = fco-&gt;getConnLinks()<SPAN 
class=423191817-28032005>;</SPAN></FONT></FONT></FONT></P>
<P><SPAN class=423191817-28032005></SPAN><FONT face=Arial color=#0000ff 
size=2>std::set&lt;Connection&gt; my_conns = fco-&gt;getInConnLinks()<SPAN 
class=423191817-28032005>;</SPAN></FONT></P>
<P><FONT><SPAN class=423191817-28032005></SPAN><FONT face=Arial><FONT 
color=#0000ff><FONT size=2>std::set&lt;Connection&gt; my_conns = 
fco-&gt;getOutConnLinks()<SPAN 
class=423191817-28032005>;</SPAN></FONT></FONT></FONT></FONT></P>
<P><FONT><FONT face=Arial><FONT color=#0000ff><FONT size=2><SPAN 
class=423191817-28032005>For reference 
relationship:</SPAN></FONT></FONT></FONT></FONT></P><FONT><FONT><FONT><SPAN 
class=423191817-28032005>
<P><FONT face=Arial><FONT color=#0000ff><FONT size=2><SPAN 
class=423191817-28032005>FCO pointed = </SPAN>ref<SPAN 
class=423191817-28032005>erence</SPAN>-&gt;getReferred()<SPAN 
class=423191817-28032005>;</SPAN></FONT></FONT></FONT></P>
<P><FONT face=Arial color=#0000ff size=2>If you have any fco, inquiring if it 
has any references:</FONT></P>
<P><FONT face=Arial color=#0000ff size=2>std::set&lt;Reference&gt; refs_to_me = 
fco-&gt;getReferredBy()</FONT></P>
<P><SPAN class=423191817-28032005><FONT face=Arial color=#0000ff size=2>Br, 
Zoli</FONT></SPAN></P></SPAN></FONT></FONT></FONT></SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT>&nbsp;</DIV>
<BLOCKQUOTE dir=ltr 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
  <DIV></DIV>
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT 
  face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> Naiser, Samuel L 
  [mailto:samuel.l.naiser@lmco.com] <BR><B>Sent:</B> Monday, March 28, 2005 
  10:55 AM<BR><B>To:</B> gme-users<BR><B>Subject:</B> [gme-users] GME Question - 
  need help<BR><BR></FONT></DIV>
  <DIV class=Section1>
  <P class=MsoNormal><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">I am starting a project at 
  Lockheed Martin to model message processing <o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">within the F/A-22.&nbsp; I 
  have created my first MetaModel and am coding a<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">custom Interpreter to 
  create output to an Analyzer.&nbsp; I have been able 
  <o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">to trace down the 
  parent/child relationships successfully, but need to 
  <o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">get to the Reference 
  relationships and the Connections between <o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">Models. I have been unable 
  to find a way using BON2 to capture this<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">information.&nbsp; I have 
  been debugging the getChildConnections method<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">for a Model 
  instance.&nbsp; This returns nothing. I can get to the 4 
  meta<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">objects that represent the 
  Connections, but still am unable to get<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">a handle to the actual 
  Connection instances between object Model&lt;a&gt; 
  and<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">Model&lt;b&gt;. 
  <o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">Can you please provide 
  some information on how to capture Connection<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">instances given that I 
  have located either the src or dst.<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">Thank 
  you,<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">Sam 
  Naiser&nbsp;</SPAN></FONT><o:p></o:p></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoAutoSig><B><FONT face="Times New Roman" size=5><SPAN 
  style="FONT-WEIGHT: bold; FONT-SIZE: 16pt">Samuel L 
  Naiser<o:p></o:p></SPAN></FONT></B></P>
  <P class=MsoAutoSig><FONT face="Times New Roman" size=3><SPAN 
  style="FONT-SIZE: 12pt">Lockheed Martin 
  Aeronautics<o:p></o:p></SPAN></FONT></P>
  <P class=MsoAutoSig><FONT face="Times New Roman" size=3><SPAN 
  style="FONT-SIZE: 12pt">samuel.l.naiser@lmco.com<o:p></o:p></SPAN></FONT></P>
  <P class=MsoAutoSig><FONT face="Times New Roman" size=3><SPAN 
  style="FONT-SIZE: 12pt">Office:&nbsp; 
817-935-3839<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
  style="FONT-SIZE: 12pt"><o:p>&nbsp;</o:p></SPAN></FONT></P></DIV></BLOCKQUOTE></BODY></HTML>