Click or drag to resize
XDL

XOntologyPool Class

MISB ST 0903 OntologySeries 요소에 대응하는 온톨로지 구성 정의.
Inheritance Hierarchy
SystemObject
  Pixoneer.NXDL.NXVideoXOntologyPool

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 3.0.0.0
Syntax
C#
public class XOntologyPool

The XOntologyPool type exposes the following members.

Constructors
 NameDescription
Public methodXOntologyPool 기본 생성자.
Top
Properties
 NameDescription
Public propertyEntities 온톨로지 항목 목록.
Public propertyOntologyIRIs 온톨로지 구성에 쓰인 온톨로지 리소스 식별자 목록.
Top
Methods
 NameDescription
Public methodCopyFrom 비관리 온톨로지 객체부터 복사하여 설정한다.
Public methodCopyTo 온톨로지 구성을 새로운 객체에 복사한다.
Public methodUpdateFrom 온톨로지 객체에 없는 내용을 비관리 온톨로지 객체로부터 채운다.
Top
Remarks
실제 온톨로지 리소스 식별자 접근 처리는 별도 응용 코드로 한다.
See Also