C# Class de.sones.solutions.lib.owl.data.Ontology

Mostra file Open project: sones/sones-dbpedia Class Usage Examples

Public Properties

Property Type Description
ClassTree OClassTree

Public Methods

Method Description
AddDatatype ( OProperty newDatatype ) : bool
AddObjectProperty ( OProperty newObjectProperty ) : bool
AddOntologyClass ( OClass newClass ) : bool
GetAllClasses ( ) : List
GetOClass ( string strOClassId ) : OClass
GetOClassLevel ( string strOClassId ) : int

Method Details

AddDatatype() public method

public AddDatatype ( OProperty newDatatype ) : bool
newDatatype OProperty
return bool

AddObjectProperty() public method

public AddObjectProperty ( OProperty newObjectProperty ) : bool
newObjectProperty OProperty
return bool

AddOntologyClass() public method

public AddOntologyClass ( OClass newClass ) : bool
newClass OClass
return bool

GetAllClasses() public method

public GetAllClasses ( ) : List
return List

GetOClass() public method

public GetOClass ( string strOClassId ) : OClass
strOClassId string
return OClass

GetOClassLevel() public method

public GetOClassLevel ( string strOClassId ) : int
strOClassId string
return int

Property Details

ClassTree public_oe property

public OClassTree,de.sones.solutions.lib.owl.data ClassTree
return OClassTree