언어 독립 유형을 사용하여 모델 빌드

구현 언어에 대한 종속성이 없는 언어 독립적 사전정의 유형을 사용하여 정적 모델을 빌드할 수 있습니다.

유형은 다음 파일(<제품 설치 폴더>\Share\<lang>\oxf 아래)에 정의됩니다.

다음 표는 사전정의 유형 및 언어 구현 유형 간의 맵핑을 보여줍니다.

표 1. 사전정의 유형 및 언어 구현 유형 간의 맵핑
모델 유형 Ada C C++ Java
RhpInteger integer int int int
RhpUnlimitedNatural long_integer long long long
RhpPositive unsigned unsigned int unsigned int int
RhpPositive unsigned unsigned int unsigned int int
RhpReal long_float double double double
RhpCharacter character char char char
RhpString string char* OMString String
RhpBoolean boolean RiCBoolean bool boolean
RhpVoid 프로시저 선언에만 사용됨 void void void
RhpAddress address void* void* Object

속성이나 오퍼레이션을 작성할 때 이 언어 독립 유형은 유형 목록에 포함됩니다.

클래스, 속성 탭, 유형 열에 대한 기능 창

피드백