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

Afficher le fichier Open project: sones/sones-dbpedia Class Usage Examples

Méthodes publiques

Свойство Type Description
ClassTree OClassTree

Méthodes publiques

Méthode 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 méthode

public AddDatatype ( OProperty newDatatype ) : bool
newDatatype OProperty
Résultat bool

AddObjectProperty() public méthode

public AddObjectProperty ( OProperty newObjectProperty ) : bool
newObjectProperty OProperty
Résultat bool

AddOntologyClass() public méthode

public AddOntologyClass ( OClass newClass ) : bool
newClass OClass
Résultat bool

GetAllClasses() public méthode

public GetAllClasses ( ) : List
Résultat List

GetOClass() public méthode

public GetOClass ( string strOClassId ) : OClass
strOClassId string
Résultat OClass

GetOClassLevel() public méthode

public GetOClassLevel ( string strOClassId ) : int
strOClassId string
Résultat int

Property Details

ClassTree public_oe property

public OClassTree,de.sones.solutions.lib.owl.data ClassTree
Résultat OClassTree