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

Class: RDF_Object

Source Location: /RDF-0.2.0/RDF.php

Class Overview


An abstract object.


Author(s):

Version:

  • V0.7

Methods


Child classes:

RDF_Parser
An RDF paser.
RDF_StatementIterator
Iterator for traversing models.
RDF_Serializer
An RDF seralizer.
RDF_Util
Useful utility methods.
RDF_Store_MDB
Store_MDB is a persistent store of RDF data using relational database technology.
RDF_Model
A model is a programming interface to an RDF graph.
RDF_Statement
An RDF statement.
RDF_Node
An abstract RDF node.
RDF_FindIterator
Iterator for traversing statements matching a searchpattern.

Inherited Variables

Inherited Methods


Class Details

[line 289]
An abstract object.

Root object with some general methods, that should be overloaded.



[ Top ]


Method Detail

factory   [line 291]

void factory( )


Overridden in child classes as:

RDF_Statement::factory()
The parameters are instances of classes and not just strings
RDF_Resource::factory()
Takes an URI or a namespace/localname combination
RDF_BlankNode::factory()
You can supply a label or You supply a model and a unique ID is gernerated
RDF_Literal::factory()

[ Top ]

toString   [line 302]

string toString( )

Serializes a object into a string
  • Access: public

Overridden in child classes as:

RDF_Model_Memory::toString()
Short Dump of the Model_Memory.
RDF_Model_MDB::toString()
Short dump of the Model_MDB.
RDF_Statement::toString()
Dumps the triple.
RDF_Resource::toString()
Dumps resource.
RDF_BlankNode::toString()
Dumps bNode.
RDF_Literal::toString()
Dumps literal.

[ Top ]


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