model
[ class tree: model ] [ index: model ] [ all elements ]

Element index for package model

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ l ] [ m ] [ n ] [ o ] [ p ] [ r ] [ s ] [ t ] [ u ] [ w ] [ _ ]

_

_addStatementFromAnotherModel
in file Model.php, method RDF_Model::_addStatementFromAnotherModel()
    Adds a statement from another model to this model.
_createUniqueModelID
in file MDB.php, method RDF_Store_MDB::_createUniqueModelID()
    Create a unique ID for the Model_MDB to be insert into the models table.
_checkBaseURI
in file MDB.php, method RDF_Model_MDB::_checkBaseURI()
    If the URI doesn't end with # : or /, then a # is added to the URI.
_containsRow
in file MDB.php, method RDF_Model_MDB::_containsRow()
    Check if this Model_MDB contains the given row from the row array fields[] of an MDB result
_convertRecordSetToMemModel
in file MDB.php, method RDF_Model_MDB::_convertRecordSetToMemModel()
    Convert an MDB result to a memory Model.
_createDynSqlPart_SPO
in file MDB.php, method RDF_Model_MDB::_createDynSqlPart_SPO()
    Create the dynamic part of an sql statement selecting triples with the given parameters ($subject, $predicate, $object).
_getNodeFlag
in file MDB.php, method RDF_Model_MDB::_getNodeFlag()
    *' Return the flag of the Node object.
_getRecordSet
in file MDB.php, method RDF_Model_MDB::_getRecordSet()
    Get an MDB result with row arrays containing a representation of
_insertRow
in file MDB.php, method RDF_Model_MDB::_insertRow()
    Add the given row from the row array of an MDB result to this Model_MDB
top

a

add
in file MDB.php, method RDF_Model_MDB::add()
    Add a new triple to this Model_MDB.
add
in file Memory.php, method RDF_Model_Memory::add()
    Adds a new triple to the Model_Memory without checking if the statement is already in the Model_Memory.
addModel
in file MDB.php, method RDF_Model_MDB::addModel()
    Add the given model to this Model_MDB.
addModel
in file Memory.php, method RDF_Model_Memory::addModel()
    Adds another model to this Model_Memory.
addWithoutDuplicates
in file Memory.php, method RDF_Model_Memory::addWithoutDuplicates()
    Checks if a new statement is already in the Model_Memory and adds the statement, if it is not in the Model_Memory.
top

b

$baseURI
in file Model.php, variable RDF_Model::$baseURI
    Base URI of the Model.
BlankNode.php
procedural page BlankNode.php
top

c

close
in file MDB.php, method RDF_Store_MDB::close()
    Close the Store_MDB.
compare
in file Statement.php, method RDF_Statement::compare()
    Compares two statements and returns integer less than, equal to, or greater than zero.
createTables
in file MDB.php, method RDF_Store_MDB::createTables()
    Create tables and indexes for the given database type.
close
in file Memory.php, method RDF_Model_Memory::close()
    Close the Model_Memory and free up resources held.
close
in file MDB.php, method RDF_Model_MDB::close()
    Close this Model_MDB
contains
in file Memory.php, method RDF_Model_Memory::contains()
    Tests if the Model_Memory contains the given triple.
contains
in file MDB.php, method RDF_Model_MDB::contains()
    Check if the Model_MDB contains the given statement
containsAll
in file MDB.php, method RDF_Model_MDB::containsAll()
    Determine if all of the statements in the given model are also contained in this Model_MDB.
containsAll
in file Memory.php, method RDF_Model_Memory::containsAll()
    Determine if all of the statements in a model are also contained in this Model_Memory.
containsAny
in file Memory.php, method RDF_Model_Memory::containsAny()
    Determine if any of the statements in a model are also contained in this Model_Memory.
containsAny
in file MDB.php, method RDF_Model_MDB::containsAny()
    Determine if any of the statements in the given model are also contained in this Model_MDB.
top

d

$dbConn
in file MDB.php, variable RDF_Store_MDB::$dbConn
    Database connection object
$dbConn
in file MDB.php, variable RDF_Model_MDB::$dbConn
    Database connection object
$dtype
in file Literal.php, variable RDF_Literal::$dtype
    Datatype of the literal
delete
in file MDB.php, method RDF_Model_MDB::delete()
    Remove this Model_MDB from database and clean up.
top

e

equals
in file Statement.php, method RDF_Statement::equals()
    Checks if two statements are equal.
equals
in file Resource.php, method RDF_Resource::equals()
    Checks if the resource equals another resource.
equals
in file Memory.php, method RDF_Model_Memory::equals()
    Checks if two models are equal.
equals
in file MDB.php, method RDF_Model_MDB::equals()
    Check if two models are equal.
equals
in file Literal.php, method RDF_Literal::equals()
    Checks if ihe literal equals another literal.
equals
in file BlankNode.php, method RDF_BlankNode::equals()
    Checks if two blank nodes are equal.
top

f

factory
in file Statement.php, method RDF_Statement::factory()
    The parameters are instances of classes and not just strings
factory
in file Resource.php, method RDF_Resource::factory()
    Takes an URI or a namespace/localname combination
factory
in file Literal.php, method RDF_Literal::factory()
factory
in file BlankNode.php, method RDF_BlankNode::factory()
    You can supply a label or You supply a model and a unique ID is gernerated
find
in file MDB.php, method RDF_Model_MDB::find()
    General method to search for triples in the Model_MDB.
find
in file Memory.php, method RDF_Model_Memory::find()
    General method to search for triples.
findCount
in file MDB.php, method RDF_Model_MDB::findCount()
    Search for triples and return the number of matches.
findCount
in file Memory.php, method RDF_Model_Memory::findCount()
    Searches for triples and returns the number of matches.
findFirstMatchingStatement
in file Memory.php, method RDF_Model_Memory::findFirstMatchingStatement()
    Searches for triples and returns the first matching statement.
findFirstMatchingStatement
in file MDB.php, method RDF_Model_MDB::findFirstMatchingStatement()
    Search for triples and return the first matching statement.
findRegex
in file Memory.php, method RDF_Model_Memory::findRegex()
    Method to search for triples using Perl-style regular expressions.
findRegex
in file MDB.php, method RDF_Model_MDB::findRegex()
    Method to search for triples using Perl-style regular expressions.
findVocabulary
in file MDB.php, method RDF_Model_MDB::findVocabulary()
    Return all tripels of a certain vocabulary.
findVocabulary
in file Memory.php, method RDF_Model_Memory::findVocabulary()
    Returns all tripels of a certain vocabulary.
top

g

getBaseURI
in file Model.php, method RDF_Model::getBaseURI()
    Return current baseURI.
getLabelObject
in file Statement.php, method RDF_Statement::getLabelObject()
    Reurns the URI, text or bNode identifier of the statements's object.
getLabelPredicate
in file Statement.php, method RDF_Statement::getLabelPredicate()
    Returns the URI of the statements's predicate.
getLabelSubject
in file Statement.php, method RDF_Statement::getLabelSubject()
    Returns the URI or bNode identifier of the statements's subject.
getModel
in file MDB.php, method RDF_Store_MDB::getModel()
    Create a new instance of Model_MDB with the given $modelURI and load the corresponding values of modelID and baseURI from the database.
getNewModel
in file MDB.php, method RDF_Store_MDB::getNewModel()
    Create a new instance of Model_MDB with the given $modelURI and insert the Model_MDB variables into the database.
getObject
in file Statement.php, method RDF_Statement::getObject()
    Returns the object of the triple.
getPredicate
in file Statement.php, method RDF_Statement::getPredicate()
    Returns the predicate of the triple.
getSubject
in file Statement.php, method RDF_Statement::getSubject()
    Returns the subject of the triple.
getDatatype
in file Literal.php, method RDF_Literal::getDatatype()
    Returns the datatype of the literal.
getID
in file BlankNode.php, method RDF_BlankNode::getID()
    Returns the ID of the blank node.
getLabel
in file Resource.php, method RDF_Resource::getLabel()
    Returns the label of the resource, which is the URI of the resource.
getLabel
in file Literal.php, method RDF_Literal::getLabel()
    Returns the string value of the literal.
getLabel
in file BlankNode.php, method RDF_BlankNode::getLabel()
    Returns the ID of the blank node.
getLanguage
in file Literal.php, method RDF_Literal::getLanguage()
    Returns the language of the literal.
getLocalName
in file Resource.php, method RDF_Resource::getLocalName()
    Returns the local name of the resource.
getMemModel
in file MDB.php, method RDF_Model_MDB::getMemModel()
    Create a Model_Memory containing all the triples of the current Model_MDB
getNamespace
in file Resource.php, method RDF_Resource::getNamespace()
    Returns the namespace of the resource. May return null.
getStatementIterator
in file Memory.php, method RDF_Model_Memory::getStatementIterator()
    Returns a StatementIterator for traversing the Model_Memory.
getUniqueResourceURI
in file MDB.php, method RDF_Model_MDB::getUniqueResourceURI()
    Internal method, that returns a resource URI that is unique for the Model_MDB.
getUniqueResourceURI
in file Memory.php, method RDF_Model_Memory::getUniqueResourceURI()
    Internal method, that returns a resource URI that is unique for the Model_Memory.
getURI
in file Resource.php, method RDF_Resource::getURI()
    Returns the URI of the resource.
top

h

hashCode
in file Statement.php, method RDF_Statement::hashCode()
    Retruns the hash code of the triple.
top

i

$index
in file Memory.php, variable RDF_Model_Memory::$index
    Search index
$indexed
in file Memory.php, variable RDF_Model_Memory::$indexed
    This is set to true if the Model_Memory is indexed
index
in file Memory.php, method RDF_Model_Memory::index()
    Builds a search index for the statements in the Model_Memory.
intersect
in file MDB.php, method RDF_Model_MDB::intersect()
    Return a new Model_Memory containing all the statements which are in both this model and the given model.
intersect
in file Memory.php, method RDF_Model_Memory::intersect()
    Returns a new Model_Memory containing all the statements which are in both this Model_Memory and another.
isEmpty
in file MDB.php, method RDF_Model_MDB::isEmpty()
    Check if this Model_MDB is empty
isEmpty
in file Memory.php, method RDF_Model_Memory::isEmpty()
    Checks if Model_Memory is empty
isIndexed
in file Memory.php, method RDF_Model_Memory::isIndexed()
    Returns TRUE if the Model_Memory is indexed.
top

l

listModels
in file MDB.php, method RDF_Store_MDB::listModels()
    List all Model_MDBs stored in the database.
load
in file Model.php, method RDF_Model::load()
    Load a model from a file containing RDF, N3 or N-Triples.
Literal.php
procedural page Literal.php
$label
in file Literal.php, variable RDF_Literal::$label
    Label of the literal
$lang
in file Literal.php, variable RDF_Literal::$lang
    Language of the literal
top

m

modelExists
in file MDB.php, method RDF_Store_MDB::modelExists()
    Check if the Model_MDB with the given modelURI is already stored in the database
MDB.php
procedural page MDB.php
Memory.php
procedural page Memory.php
Model.php
procedural page Model.php
MDB.php
procedural page MDB.php
$modelID
in file MDB.php, variable RDF_Model_MDB::$modelID
    Database internal modelID.
$modelURI
in file MDB.php, variable RDF_Model_MDB::$modelURI
    Unique model URI.
matchStatement
in file Memory.php, method RDF_Model_Memory::matchStatement()
    Internal method that checks, if a statement matches a S, P, O or null combination.
top

n

Node.php
procedural page Node.php
top

o

$obj
in file Statement.php, variable RDF_Statement::$obj
    Object of the statement
top

p

$pred
in file Statement.php, variable RDF_Statement::$pred
    Predicate of the statement
putModel
in file MDB.php, method RDF_Store_MDB::putModel()
    Store a Model_Memory or another Model_MDB from a different Store_MDB in the database.
top

r

Resource.php
procedural page Resource.php
RDF_Model
in file Model.php, class RDF_Model
    A model is a programming interface to an RDF graph.
RDF_Node
in file Node.php, class RDF_Node
    An abstract RDF node.
RDF_Statement
in file Statement.php, class RDF_Statement
    An RDF statement.
RDF_statementsorter
in file Statement.php, function RDF_statementsorter()
    Comparison function for comparing two statements.
RDF_Store_MDB
in file MDB.php, method RDF_Store_MDB::RDF_Store_MDB()
    Set the database connection with the given parameters.
RDF_Store_MDB
in file MDB.php, class RDF_Store_MDB
    Store_MDB is a persistent store of RDF data using relational database technology.
reify
in file Statement.php, method RDF_Statement::reify()
    Reifies a statement.
RDF_BlankNode
in file BlankNode.php, class RDF_BlankNode
    An abstract RDF node.
RDF_Literal
in file Literal.php, class RDF_Literal
    An abstract RDF node.
RDF_Model_MDB
in file MDB.php, method RDF_Model_MDB::RDF_Model_MDB()
    Do not call this directly.
RDF_Model_MDB
in file MDB.php, class RDF_Model_MDB
    A model is a programming interface to an RDF graph.
RDF_Model_Memory
in file Memory.php, method RDF_Model_Memory::RDF_Model_Memory()
    You can supply a base_uri
RDF_Model_Memory
in file Memory.php, class RDF_Model_Memory
    A model is a programming interface to an RDF graph.
RDF_Resource
in file Resource.php, class RDF_Resource
    An abstract RDF node.
reify
in file Memory.php, method RDF_Model_Memory::reify()
    Reifies the Model_Memory.
reify
in file MDB.php, method RDF_Model_MDB::reify()
    Reify the Model_MDB.
remove
in file Memory.php, method RDF_Model_Memory::remove()
    Removes the triple from the Model_Memory.
remove
in file MDB.php, method RDF_Model_MDB::remove()
    Remove the given triple from this Model_MDB.
replace
in file MDB.php, method RDF_Model_MDB::replace()
    General method to replace nodes of a Model_MDB.
replace
in file Memory.php, method RDF_Model_Memory::replace()
    General method to replace nodes of a Model_Memory.
top

s

$subj
in file Statement.php, variable RDF_Statement::$subj
    Subject of the statement
Statement.php
procedural page Statement.php
setObject
in file Statement.php, method RDF_Statement::setObject()
    Set the object of the triple.
setPredicate
in file Statement.php, method RDF_Statement::setPredicate()
    Set the predicate of the triple.
setSubject
in file Statement.php, method RDF_Statement::setSubject()
    Set the subject of the triple.
saveAs
in file MDB.php, method RDF_Model_MDB::saveAs()
    Saves the RDF,N3 or N-Triple serialization of the Model_MDB to a file.
saveAs
in file Memory.php, method RDF_Model_Memory::saveAs()
    Saves the RDF,N3 or N-Triple serialization of the Model_Memory to a file.
setBaseURI
in file Memory.php, method RDF_Model_Memory::setBaseURI()
    Set a base URI for the Model_Memory.
setBaseURI
in file MDB.php, method RDF_Model_MDB::setBaseURI()
    Set a base URI for the Model_MDB.
setDatatype
in file Literal.php, method RDF_Literal::setDatatype()
    Sets the datatype of the literal.
setLanguage
in file Literal.php, method RDF_Literal::setLanguage()
    Sets the language of the literal.
size
in file Memory.php, method RDF_Model_Memory::size()
    Number of triples in the Model_Memory
size
in file MDB.php, method RDF_Model_MDB::size()
    Return the number of statements in this Model_MDB
subtract
in file Memory.php, method RDF_Model_Memory::subtract()
    Returns a new Model_Memory that is the subtraction of another model from this Model_Memory.
subtract
in file MDB.php, method RDF_Model_MDB::subtract()
    Return a new Model_Memory that is the subtraction of another model from this Model_MDB.
top

t

toString
in file Statement.php, method RDF_Statement::toString()
    Dumps the triple.
toStringObject
in file Statement.php, method RDF_Statement::toStringObject()
    Reurns a toString() serialization of the statements's object.
toStringPredicate
in file Statement.php, method RDF_Statement::toStringPredicate()
    Returns a toString() serialization of the statements's predicate.
toStringSubject
in file Statement.php, method RDF_Statement::toStringSubject()
    Returns a toString() serialization of the statements's subject.
$triples
in file Memory.php, variable RDF_Model_Memory::$triples
    Triples of the Model_Memory
toString
in file Memory.php, method RDF_Model_Memory::toString()
    Short Dump of the Model_Memory.
toString
in file BlankNode.php, method RDF_BlankNode::toString()
    Dumps bNode.
toString
in file MDB.php, method RDF_Model_MDB::toString()
    Short dump of the Model_MDB.
toString
in file Literal.php, method RDF_Literal::toString()
    Dumps literal.
toString
in file Resource.php, method RDF_Resource::toString()
    Dumps resource.
toStringIncludingTriples
in file MDB.php, method RDF_Model_MDB::toStringIncludingTriples()
    Dump of the Model_MDB including all triples.
toStringIncludingTriples
in file Memory.php, method RDF_Model_Memory::toStringIncludingTriples()
    Dumps of the Model_Memory including all triples.
top

u

$uri
in file Resource.php, variable RDF_Resource::$uri
    URIref to the resource
unite
in file Memory.php, method RDF_Model_Memory::unite()
    Returns a new Model_Memory that is the set-union of the Model_Memory with another model.
unite
in file MDB.php, method RDF_Model_MDB::unite()
    Return a new Model_Memory that is the set-union the model with another model.
top

w

writeAsHtml
in file Memory.php, method RDF_Model_Memory::writeAsHtml()
    Writes the RDF serialization of the Model_Memory as HTML.
writeAsHtml
in file MDB.php, method RDF_Model_MDB::writeAsHtml()
    Write the RDF serialization of the _Model_MDB as HTML.
writeAsHtmlTable
in file Memory.php, method RDF_Model_Memory::writeAsHtmlTable()
    Writes the RDF serialization of the Model_Memory as HTML table.
writeAsHtmlTable
in file MDB.php, method RDF_Model_MDB::writeAsHtmlTable()
    Write the RDF serialization of the Model_MDB as HTML table.
writeRDFToString
in file Memory.php, method RDF_Model_Memory::writeRDFToString()
    Writes the RDF serialization of the Model_Memory as HTML table.
writeRDFToString
in file MDB.php, method RDF_Model_MDB::writeRDFToString()
    Write the RDF serialization of the Model_MDB to string
top

Documentation generated on Mon, 11 Mar 2019 15:39:27 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.