C# 클래스 de.sones.solutions.lib.owl.data.Ontology

파일 보기 프로젝트 열기: sones/sones-dbpedia 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ClassTree OClassTree

공개 메소드들

메소드 설명
AddDatatype ( OProperty newDatatype ) : bool
AddObjectProperty ( OProperty newObjectProperty ) : bool
AddOntologyClass ( OClass newClass ) : bool
GetAllClasses ( ) : List
GetOClass ( string strOClassId ) : OClass
GetOClassLevel ( string strOClassId ) : int

메소드 상세

AddDatatype() 공개 메소드

public AddDatatype ( OProperty newDatatype ) : bool
newDatatype OProperty
리턴 bool

AddObjectProperty() 공개 메소드

public AddObjectProperty ( OProperty newObjectProperty ) : bool
newObjectProperty OProperty
리턴 bool

AddOntologyClass() 공개 메소드

public AddOntologyClass ( OClass newClass ) : bool
newClass OClass
리턴 bool

GetAllClasses() 공개 메소드

public GetAllClasses ( ) : List
리턴 List

GetOClass() 공개 메소드

public GetOClass ( string strOClassId ) : OClass
strOClassId string
리턴 OClass

GetOClassLevel() 공개 메소드

public GetOClassLevel ( string strOClassId ) : int
strOClassId string
리턴 int

프로퍼티 상세

ClassTree 공개적으로 프로퍼티

public OClassTree,de.sones.solutions.lib.owl.data ClassTree
리턴 OClassTree