Element Index, Package rdfsapi

Indexes by package:
Index of all elements
a c d f g i l m p q r s t _

_   top
   $_models in file store.php, variable DefaultPOWLStore::$_models
   _convertRowToStatement in file model.php, method DefaultRDFSModel::_convertRowToStatement()
   _dbId in file model.php, method RDFSModel::_dbId()
   _dbIds in file model.php, method DefaultRDFSModel::_dbIds()
   _findInstances in file model.php, method DefaultRDFSModel::_findInstances()
    Return an array of individuals in the model. If an array properties of PropertyURI=>Value mappings is given, only individuals with the specified property values will be returned.
   _getNodeById in file model.php, method RDFSModel::_getNodeById()
   _getNodeId in file model.php, method RDFSModel::_getNodeId()
   _getNodeType in file model.php, method RDFSModel::_getNodeType()
   _getNsId in file model.php, method RDFSModel::_getNsId()
a   top
   $asResource in file model.php, variable DefaultRDFSModel::$asResource
    Provides a view of the model as a resource, e.g. to retrieve or set owl:OntologyProperties.
   aclCheck in file store.php, method DefaultPOWLStore::aclCheck()
   aclCompute in file store.php, method DefaultPOWLStore::aclCompute()
   aclGet in file store.php, method DefaultPOWLStore::aclGet()
   add in file model.php, method RDFSModel::add()
   add in file model.php, method DefaultRDFSModel::add()
    Adds a statement to the model
   addAnonymousClass in file model.php, method DefaultRDFSModel::addAnonymousClass()
    Returns a resource that represents a anonymous class description node in this model.
   addClass in file model.php, method DefaultRDFSModel::addClass()
    Returns a resource that represents a class description node in this model.
   addInstance in file model.php, method DefaultRDFSModel::addInstance()
    Creates a new RDFSInstance
   addList in file model.php, method DefaultRDFSModel::addList()
    Adds an RDF list to the model
   addProperty in file model.php, method DefaultRDFSModel::addProperty()
    Creates a new RDFSProperty
c   top
   classF in file model.php, method DefaultRDFSModel::classF()
    Class factory.
   countClasses in file model.php, method DefaultRDFSModel::countClasses()
    Returns the number of classes in this model.
   countClasses in file model.php, method RDFSModel::countClasses()
   countInstances in file model.php, method DefaultRDFSModel::countInstances()
    Returns the number of instances in this model.
   countProperties in file model.php, method DefaultRDFSModel::countProperties()
    Returns the number of properties in this model.
   countTriples in file model.php, method DefaultRDFSModel::countTriples()
    Returns the number of triples/statements in this model.
   createTables in file store.php, method DefaultPOWLStore::createTables()
d   top
   DefaultPOWLStore in file store.php, method DefaultPOWLStore::DefaultPOWLStore()
    Constructor: Set the database connection with the given parameters.
   DefaultPOWLStore in file store.php, class DefaultPOWLStore
    DefaultPOWLStore
   DefaultRDFSModel in file model.php, class DefaultRDFSModel
    DefaultRDFSModel
   DefaultRDFSModel in file model.php, method DefaultRDFSModel::DefaultRDFSModel()
    Class constructor.
   deleteModel in file store.php, method DefaultPOWLStore::deleteModel()
    POWLStore::deleteModel()
f   top
   find in file model.php, method DefaultRDFSModel::find()
    Method to search for triples in the DbModel.
   findFirstMatchingStatement in file model.php, method RDFSModel::findFirstMatchingStatement()
    Search for triples and return the first matching statement.
   findInstances in file model.php, method DefaultRDFSModel::findInstances()
   findNode in file model.php, method DefaultRDFSModel::findNode()
    Exactly one of the parameters $subject, $predicate or $object must be NULL.
   findNodes in file model.php, method DefaultRDFSModel::findNodes()
    Exactly one of the parameters $subject, $predicate or $object must be NULL.
   findObjects in file model.php, method DefaultRDFSModel::findObjects()
   findObjects in file model.php, method RDFSModel::findObjects()
   findPredicates in file model.php, method DefaultRDFSModel::findPredicates()
   findStatement in file model.php, method DefaultRDFSModel::findStatement()
    Returns the first statements of this model matching the parameters.
   findStatements in file model.php, method DefaultRDFSModel::findStatements()
    Returns the statements of this model matching the parameters.
   findSubjects in file model.php, method DefaultRDFSModel::findSubjects()
   findSubjects in file model.php, method RDFSModel::findSubjects()
g   top
   getClass in file model.php, method DefaultRDFSModel::getClass()
    Return a RDFSClass object corresponding to the URI or false if such one does not exist.
   getInstance in file model.php, method DefaultRDFSModel::getInstance()
   getList in file model.php, method DefaultRDFSModel::getList()
    Returns RDF list members as an array
   getLiteralId in file model.php, method DefaultRDFSModel::getLiteralId()
    Returns a string representation of the literal.
   getModel in file store.php, method DefaultPOWLStore::getModel()
   getModelIds in file model.php, method DefaultRDFSModel::getModelIds()
   getNewModel in file store.php, method DefaultPOWLStore::getNewModel()
    POWLStore::getNewModel()
   getNodeId in file model.php, method DefaultRDFSModel::getNodeId()
    Returns a uniq string for a node, which can be used for indexing arrays of nodes.
   getOneOf in file model.php, method DefaultRDFSModel::getOneOf()
    TODO: Beschreibung und return
   getParsedNamespaces in file model.php, method DefaultRDFSModel::getParsedNamespaces()
   getProperty in file model.php, method DefaultRDFSModel::getProperty()
    Returns a RDFSProperty object corresponding to the URI or false if such one does not exist.
   getResource in file model.php, method DefaultRDFSModel::getResource()
    Return a RDFSInstance object corresponding to the URI or false if such one doesn't exist.
   getType in file model.php, method DefaultRDFSModel::getType()
    Returns the model type
i   top
   $importsIds in file model.php, variable DefaultRDFSModel::$importsIds
   $importsSQL in file model.php, variable DefaultRDFSModel::$importsSQL
   instanceF in file model.php, method DefaultRDFSModel::instanceF()
    Instance factory.
   isDatabaseCreated in file store.php, method DefaultPOWLStore::isDatabaseCreated()
    This method checks whether a database with the fiven name exists.
   isSetup in file store.php, method DefaultPOWLStore::isSetup()
l   top
   $logActions in file model.php, variable DefaultRDFSModel::$logActions
   listAnnotationProperties in file model.php, method DefaultRDFSModel::listAnnotationProperties()
    Returns array of all annotation properties in this model.
   listClassAnnotationProperties in file model.php, method DefaultRDFSModel::listClassAnnotationProperties()
    Returns an array of all distinct label languages for all classes in the model.
   listClasses in file model.php, method DefaultRDFSModel::listClasses()
    Returns array of all named classes in this model.
   listClassLabelLanguages in file model.php, method RDFSModel::listClassLabelLanguages()
   listClassLabelLanguages in file model.php, method DefaultRDFSModel::listClassLabelLanguages()
    Returns an array of all distinct label languages for all classes in the model.
   listDatatypes in file model.php, method DefaultRDFSModel::listDatatypes()
    Returns an array of all XML datatypes used in the model.
   listImports in file model.php, method DefaultRDFSModel::listImports()
    Returns a list of models imported by owl:imports.
   listInstances in file model.php, method DefaultRDFSModel::listInstances()
    Lists all instances of classes in the model.
   listLanguages in file model.php, method DefaultRDFSModel::listLanguages()
    Returns an array of all languages used in conjunction with literals in the model.
   listLists in file model.php, method DefaultRDFSModel::listLists()
    List all rdf:lists in the model
   listLists in file model.php, method RDFSModel::listLists()
    List all rdf:lists in the model
   listModelIds in file model.php, method DefaultRDFSModel::listModelIds()
   listModels in file store.php, method DefaultPOWLStore::listModels()
   listNamespaces in file model.php, method DefaultRDFSModel::listNamespaces()
    Returns an array of all XML namespaces used in the model.
   listProperties in file model.php, method DefaultRDFSModel::listProperties()
    Returns all properties (OWL_ObjectProperties and OWL_DatatypeProperties) of the model
   listResources in file model.php, method DefaultRDFSModel::listResources()
    Returns an array of all resource URIs in the model.
   listResourcesObject in file model.php, method DefaultRDFSModel::listResourcesObject()
    Returns an array of all resource URIs, which occur as objects of statements in the model.
   listResourcesPredicate in file model.php, method DefaultRDFSModel::listResourcesPredicate()
    Returns an array of all resource URIs, which occur as predicates of statements in the model.
   listResourcesSubject in file model.php, method DefaultRDFSModel::listResourcesSubject()
    Returns an array of all resource URIs, which occur as subjects of statements in the model.
   listTopClasses in file model.php, method DefaultRDFSModel::listTopClasses()
    Returns array of all named classes not being sub-class of any other class in this model.
   listTopClasses in file model.php, method RDFSModel::listTopClasses()
    Returns array of all named classes not being sub-class of any other class in this model.
   listTopProperties in file model.php, method DefaultRDFSModel::listTopProperties()
    Returns array of all properties not being sub-properties of any other property in this model.
   listTypes in file model.php, method DefaultRDFSModel::listTypes()
    Find helper function.
   load in file model.php, method RDFSModel::load()
    Load a model from a file containing RDF, N3 or N-Triples.
   loadModel in file store.php, method DefaultPOWLStore::loadModel()
    POWLStore::loadModel()
   logAdd in file model.php, method DefaultRDFSModel::logAdd()
    Writes the adding of the given statement to the log.
   logEnabled in file model.php, method DefaultRDFSModel::logEnabled()
    Returns true if logging is enabled for the model/store false otherwise.
   logEnd in file model.php, method DefaultRDFSModel::logEnd()
    Finishes the last logging action.
   logRemove in file model.php, method DefaultRDFSModel::logRemove()
    Writes the removal of the given statement to the log.
   logStart in file model.php, method DefaultRDFSModel::logStart()
    Starts a new logging action, all subsequent adds and removes of statements to the model will be related to this action until the method "logEnd" is called.
m   top
   modelExists in file store.php, method DefaultPOWLStore::modelExists()
    Check if the DbModel with the given modelURI is already stored in the database
   model.php procedural page model.php
p   top
   propertyF in file model.php, method DefaultRDFSModel::propertyF()
    Property factory.
q   top
   query in file model.php, method DefaultRDFSModel::query()
    General method to search for triples in the DbModel.
   query in file model.php, method RDFSModel::query()
r   top
   $resource in file model.php, variable DefaultRDFSModel::$resource
   RDFSModel in file model.php, class RDFSModel
   RDFSModel in file model.php, method RDFSModel::RDFSModel()
    Constructor
   rdqlQuery in file model.php, method DefaultRDFSModel::rdqlQuery()
   rdqlQuery in file model.php, method RDFSModel::rdqlQuery()
    Perform an RDQL query on this DbModel.
   refreshListsTable in file model.php, method RDFSModel::refreshListsTable()
   remove in file model.php, method DefaultRDFSModel::remove()
    Removes a statement from the model
   removeClass in file model.php, method DefaultRDFSModel::removeClass()
    Removes a class (including all references to this class) from the model.
   removeDuplicateStatements in file model.php, method DefaultRDFSModel::removeDuplicateStatements()
   removeInstance in file model.php, method DefaultRDFSModel::removeInstance()
    Removes an instance (including all references to the instance) from the model.
   removeProperty in file model.php, method DefaultRDFSModel::removeProperty()
    Removes a property (including all references to this property) from the model.
   removeResource in file model.php, method DefaultRDFSModel::removeResource()
    Removes all references to a resource from the model.
   renameNamespace in file model.php, method DefaultRDFSModel::renameNamespace()
   resourceF in file model.php, method DefaultRDFSModel::resourceF()
    Resource factory.
s   top
   $store in file store.php, variable DefaultPOWLStore::$store
   $SysOnt in file store.php, variable DefaultPOWLStore::$SysOnt
   store.php procedural page store.php
   search in file model.php, method RDFSModel::search()
   search in file model.php, method DefaultRDFSModel::search()
    Method to search for triples in the DbModel which match the search string $search according to a certain comparision.
   searchFullText in file model.php, method DefaultRDFSModel::searchFullText()
    Full-text search on the model.
   setType in file model.php, method DefaultRDFSModel::setType()
t   top
   $tablePrefix in file model.php, variable RDFSModel::$tablePrefix