일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
- Uno21.com
- 날짜관련함수
- Feature Initiate
- freeware
- 모르면 병
- MP3
- Mechanical feature inheritance
- 변환
- 교향곡
- Excel
- 파가니니
- Feature
- Context
- XDMCP
- Mechanical Feature
- 팝
- 카티아
- CAA Doc
- 화일갯수
- 여러파일 FTP로 받기
- FTP 명령어
- CATIA
- Catalog
- 가요
- 푸치니
- CAA
- ObjectSpecsModeler
- 클래식
- IdentityCard
- Catia V5
- Today
- Total
목록Feature (4)
data for us
Process to define a new feature * Design your StartUp - Define the reference data structure . Create or Upgrade catalog . Create the startup . Define the startup attributes . Save the catalog * Implement the different behaviors - Provide the implementations for the inheritance to be supported by the feature through Object Modeler extension - If needed, provide the Build mechanism * Create instan..
Feature and Late Typing Feature는 Late type이다 Feature는 Interface/Implementation 패턴을 따르는 extension mechanism(Object Modeler service)을 통해 기능을 제공한다. 피쳐간의 상속은 허용되어 진다. 새로운 피쳐는 Super Type(DS에서 기본적으로 제공하는 Type)의 behavior와 attribute 모두를 상속 받을 것이다
피쳐는 데이터를 저장하기위한 기본 오브젝트이다. 피쳐는 Late Type(이름)과 그 Attribute에 의해 정의되어진다. Attribute는 simple type (string, double, boolean, octet, integer), Feature type, Feature type의 List가 될 수 있는 데이터에 저장된다. Attribute는 그 quaility에의해 정의되어진다 (그것은 building process와 update mechanism의 역할을 수행한다) OUTPUT attribut은 결과 데이터를 저장한다. INPUT attribut은 specification data를 저장한다. NEUTRAL attribut은 기타 다른 데이터를 저장한다. Update machanism은 o..