Class SimpleRdfTriple

(line 16)

Description


Located in File: /simplerdftriple.php

For terms of use see LICENSE.txt in this distribution.

This class represents RDF Statement consisting of Subject, Predicate and Object.



Class Variables

Summary:

Class Constants

Summary:

Method Detail

Summary:

Destructor __destruct (line 169)

void __destruct( )

Info

Method getObject (line 90)

SimpleRdfNode getObject( )

Returns the RDF Object.

Info

  • return - RDF Object
  • access - public

Method getPredicate (line 69)

SimpleRdfResource getPredicate( )

Returns the RDF Predicate.

Info

  • return - RDF Predicate
  • access - public

Method getSubject (line 48)

SimpleRdfResource getSubject( )

Returns the RDF Subject.

Info

  • return - RDF Subject
  • access - public

Method getValue (line 111)

string getValue( )

Get string value of this Statement (N-Triple format).

Info

  • access - public

Method set (line 36)

void set( SimpleRdfResource $subject, SimpleRdfResource $predicate, SimpleRdfNode $object)

Set the whole Statement.

Set RDF Subject, Predicate, Object at once.

Parameters

Info

  • access - public

Method setObject (line 101)

SimpleRdfNode setObject( SimpleRdfNode $object)

Set the RDF Object.

Parameters

Info

  • return - RDF Object
  • access - public

Method setPredicate (line 80)

SimpleRdfResource setPredicate( SimpleRdfResource $predicate)

Set the RDF Predicate.

Parameters

Info

  • return - RDF Predicate
  • access - public

Method setSubject (line 59)

SimpleRdfResource setSubject( SimpleRdfResource $subject)

Set the RDF Subject.

Parameters

Info

  • return - RDF Subject
  • access - public

Inherited Variables

Inherited Class Variable Summary

Inherited Methods

Inherited Method Summary


Documentation generated on Fri, 19 Nov 2004 09:11:16 +0100 by phpDocumentor 1.3.0RC3