| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163 |
- <?xml version="1.0" encoding="utf-8"?>
- <ClassDiagram MajorVersion="1" MinorVersion="1">
- <Comment CommentText="从文件获得默认参数">
- <Position X="2.208" Y="1.718" Height="0.469" Width="1.304" />
- </Comment>
- <Comment CommentText="从用户操作获得样品区域信息,并创建测量结果数据集合">
- <Position X="9.133" Y="2.462" Height="0.75" Width="1.7" />
- </Comment>
- <Comment CommentText="systype">
- <Position X="3.688" Y="1.542" Height="0.292" Width="0.752" />
- </Comment>
- <Comment CommentText="systype">
- <Position X="15.125" Y="2.865" Height="0.292" Width="0.752" />
- </Comment>
- <Comment CommentText="systype">
- <Position X="12.312" Y="3.573" Height="0.292" Width="0.752" />
- </Comment>
- <Comment CommentText="RunMode
">
- <Position X="3.698" Y="1.865" Height="0.292" Width="1.002" />
- </Comment>
- <Comment CommentText="RunMode
">
- <Position X="12.281" Y="3.917" Height="0.292" Width="1.002" />
- </Comment>
- <Class Name="OTSMeasureApp.COTSMeasureParam">
- <Position X="6.25" Y="2.5" Width="2.75" />
- <Compartments>
- <Compartment Name="Methods" Collapsed="true" />
- </Compartments>
- <TypeIdentifier>
- <HashCode>AAihQAAEJBFAk0Ao4SAGLADAOLCQgEARiAoEAggkAlI=</HashCode>
- <FileName>2-OTSMeasureParamManage\COTSMeasureParam.cs</FileName>
- </TypeIdentifier>
- <ShowAsAssociation>
- <Field Name="m_ResultData" />
- <Field Name="m_DefaultParam" />
- <Field Name="m_StageParam" />
- </ShowAsAssociation>
- <ShowAsCollectionAssociation>
- <Field Name="m_MeasureSampleList" />
- </ShowAsCollectionAssociation>
- </Class>
- <Class Name="OTSModelSharp.COTSDefaultParam" Collapsed="true">
- <Position X="2" Y="2.25" Width="2.5" />
- <TypeIdentifier>
- <HashCode>ABCAgKMgAIIAgACGQEggBIAACCHFMAAAAAgCAAMABAA=</HashCode>
- <FileName>0-OTSModel\Measure\GetParamData\OTSDefaultParam.cs</FileName>
- </TypeIdentifier>
- </Class>
- <Class Name="OTSModelSharp.CStageParam" Collapsed="true">
- <Position X="1.75" Y="3.5" Width="1.5" />
- <TypeIdentifier>
- <HashCode>AAAIgIACARAgAACDAAoABAABhCCAICgAQgAmBSIAQAo=</HashCode>
- <FileName>0-OTSModel\Measure\GetParamData\StageParam.cs</FileName>
- </TypeIdentifier>
- </Class>
- <Class Name="OTSDataType.COTSSample" Collapsed="true">
- <Position X="8.25" Y="4.75" Width="2.5" />
- <TypeIdentifier>
- <HashCode>UCEIwsIiY0kC4AAQiUmCAikAECCEYxABiIAPYEIgXJk=</HashCode>
- <FileName>0-OTSModel\OTSDataType\COTSSample.cs</FileName>
- </TypeIdentifier>
- <ShowAsAssociation>
- <Field Name="m_poMsrParams" />
- </ShowAsAssociation>
- </Class>
- <Class Name="OTSModelSharp.COTSMsrPrjResultData" Collapsed="true">
- <Position X="15" Y="3.25" Width="2.25" />
- <AssociationLine Name="m_listSamples" Type="OTSDataType.COTSSample" FixedFromPoint="true" FixedToPoint="true">
- <Path>
- <Point X="15" Y="3.625" />
- <Point X="14.625" Y="3.625" />
- <Point X="14.625" Y="4.888" />
- <Point X="10.75" Y="4.888" />
- </Path>
- </AssociationLine>
- <TypeIdentifier>
- <HashCode>IIQggICCQZAEZADnBDIAKkZAyCSAqCAEIjAqT0IQAIg=</HashCode>
- <FileName>0-OTSModel\Measure\GetParamData\COTSMsrPrjResultData.cs</FileName>
- </TypeIdentifier>
- <ShowAsAssociation>
- <Field Name="m_GenParam" />
- </ShowAsAssociation>
- <ShowAsCollectionAssociation>
- <Field Name="m_listSamples" />
- </ShowAsCollectionAssociation>
- </Class>
- <Class Name="OTSModelSharp.CMsrThread" Collapsed="true">
- <Position X="10" Y="7" Width="3.5" />
- <Compartments>
- <Compartment Name="Methods" Collapsed="true" />
- </Compartments>
- <AssociationLine Name="m_pProjData" Type="OTSModelSharp.COTSMsrPrjResultData" FixedFromPoint="true" FixedToPoint="true">
- <Path>
- <Point X="12.203" Y="7" />
- <Point X="12.203" Y="6.625" />
- <Point X="15.812" Y="6.625" />
- <Point X="15.812" Y="3.798" />
- </Path>
- </AssociationLine>
- <TypeIdentifier>
- <HashCode>AAxQEAAAAQIAAAAQFQAEAABAAABBAAAQAAAGSCAgAAA=</HashCode>
- <FileName>0-OTSModel\Measure\GetBSEPic\CMsrThread.cs</FileName>
- </TypeIdentifier>
- <ShowAsAssociation>
- <Field Name="m_pProjData" />
- </ShowAsAssociation>
- <ShowAsCollectionAssociation>
- <Field Name="m_listMeasurableSamples" />
- </ShowAsCollectionAssociation>
- </Class>
- <Class Name="OTSMeasureApp.OTSIncAMeasureAppForm" Collapsed="true">
- <Position X="2.5" Y="7.5" Width="2.75" />
- <AssociationLine Name="m_ProjParam" Type="OTSMeasureApp.COTSMeasureParam" FixedFromPoint="true" FixedToPoint="true">
- <Path>
- <Point X="2.969" Y="7.5" />
- <Point X="2.969" Y="4.379" />
- <Point X="6.75" Y="4.379" />
- <Point X="6.75" Y="4.004" />
- </Path>
- </AssociationLine>
- <AssociationLine Name="m_ProjData" Type="OTSModelSharp.COTSMsrPrjResultData" FixedFromPoint="true" FixedToPoint="true">
- <Path>
- <Point X="5.25" Y="7.839" />
- <Point X="17" Y="7.839" />
- <Point X="17" Y="3.798" />
- </Path>
- </AssociationLine>
- <TypeIdentifier>
- <HashCode>cIGadXIZ6PAprA5ZYEORKjqrDAIBCHgbVGsAIk6B4qk=</HashCode>
- <FileName>OTSIncAMeasureAppForm.cs</FileName>
- </TypeIdentifier>
- <ShowAsAssociation>
- <Field Name="m_ProjParam" />
- <Field Name="m_ProjData" />
- <Field Name="m_MsrThreadWrapper" />
- </ShowAsAssociation>
- </Class>
- <Class Name="OTSMeasureApp.CMeasureThreadWrapper" Collapsed="true">
- <Position X="6" Y="6.25" Width="3.25" />
- <TypeIdentifier>
- <HashCode>FAgIAwAhIQIAAACQAAAEKI0hQBAAAAAACABgYAIACgA=</HashCode>
- <FileName>1-OTSMeasure\CMeasureThreadWrapper.cs</FileName>
- </TypeIdentifier>
- <ShowAsAssociation>
- <Field Name="m_MsrThread" />
- </ShowAsAssociation>
- </Class>
- <Class Name="OTSModelSharp.COTSGeneralParam" Collapsed="true">
- <Position X="14.75" Y="1.75" Width="2.75" />
- <TypeIdentifier>
- <HashCode>MAAAgEQEQhIAbYBCiAQQBIQmyGxAKAikJADGECAAAQA=</HashCode>
- <FileName>0-OTSModel\Measure\GetParamData\OTSGeneralParam.cs</FileName>
- </TypeIdentifier>
- </Class>
- <Class Name="OTSDataType.CSampleParam" Collapsed="true">
- <Position X="10.75" Y="3.5" Width="1.5" />
- <TypeIdentifier>
- <HashCode>CACQAAAAAgAABABAgAKAAAwACCAFIAQgAEACAgAARAA=</HashCode>
- <FileName>0-OTSModel\OTSDataType\CSampleParam.cs</FileName>
- </TypeIdentifier>
- </Class>
- <Font Name="Microsoft YaHei UI" Size="9" />
- </ClassDiagram>
|