Class OWLModel

(line 33)

Description

RDFSModel
   |
   --OWLModel

Located in File: /owlapi/OWLModel.php

OWLModel represents a owl based knowledge base.


Class Variables

Summary:

Class Constants

Summary:

Method Detail

Summary:
OWLModel OWLModel (??? $store, ??? $modelURI)
OWLModel __construct (??? $store, ??? $modelURI)
void addAllDifferent ( $members)
void addDatatypeProperty ( $uri)
void addObjectProperty ( $uri)
void getAllDifferent ( $set, [ $class = NULL])
array listPriorVersion ()
void listSubClassesInfered ( $class)
void removeAllDifferent ( $set)
void setAllDifferent ( $set,  $members)
void setBackwardCompatibleWith ( $values)
void setImports ( $imports)
void setIncompatibleWith ( $values)
void setPriorVersion ( $values)

Constructor OWLModel (line 51)

OWLModel OWLModel( ??? $store, ??? $modelURI)

The (old PHP4) constructor for this class.

Parameters

  • ??? $store: ???
  • ??? $modelURI: ???

Info

  • deprecated - PHP5 uses another constructor; only for compatibility

Constructor __construct (line 40)

OWLModel __construct( ??? $store, ??? $modelURI)

The (new PHP5) constructor for this class.

Parameters

  • ??? $store: ???
  • ??? $modelURI: ???

Info

Method addAllDifferent (line 181)

void addAllDifferent( $members)

Parameters

  • $members:

Info

Method addDatatypeProperty (line 55)

void addDatatypeProperty( $uri)

Parameters

  • $uri:

Info

Method addObjectProperty (line 59)

void addObjectProperty( $uri)

Parameters

  • $uri:

Info

Method getAllDifferent (line 173)

void getAllDifferent( $set, [ $class = NULL])

Parameters

  • $set:
  • $class:

Info

Method listAllDifferentSets (line 170)

void listAllDifferentSets( )

Info

Method listBackwardCompatibleWith (line 145)

array listBackwardCompatibleWith( )

TODO: beschreibung

Info

  • return - Array of RDFResources

Method listDatatypeProperties (line 92)

array listDatatypeProperties( )

Returns the OWL_DatatypeProperties of the model

Info

  • return - Array of RDFSProperty objects.

Method listFunctionalProperties (line 76)

array listFunctionalProperties( )

Returns the functional properties of the model

Info

  • return - Array of RDFSProperty objects.

Method listIncompatibleWith (line 160)

array listIncompatibleWith( )

TODO: beschreibung

Info

  • return - Array of RDFResources

Method listIntersectionClasses (line 192)

void listIntersectionClasses( )

Info

Method listInverseFunctionalProperties (line 84)

array listInverseFunctionalProperties( )

Returns the inverse functional properties of the model

Info

  • return - Array of RDFSProperty objects.

Method listObjectProperties (line 68)

array listObjectProperties( )

Returns the OWL_ObjectProperties of the model

Info

  • return - Array of RDFSProperty objects.

Method listPriorVersion (line 130)

array listPriorVersion( )

TODO: beschreibung

Info

  • return - Array of RDFResources

Method listRestrictions (line 95)

void listRestrictions( )

Info

Method listSubClassesInfered (line 107)

void listSubClassesInfered( $class)

Parameters

  • $class:

Info

Method listTopClassesInfered (line 98)

void listTopClassesInfered( )

Info

Method removeAllDifferent (line 187)

void removeAllDifferent( $set)

Parameters

  • $set:

Info

Method setAllDifferent (line 177)

void setAllDifferent( $set, $members)

Parameters

  • $set:
  • $members:

Info

Method setBackwardCompatibleWith (line 152)

void setBackwardCompatibleWith( $values)

TODO: beschreibung

Parameters

  • $values:

Info

Method setImports (line 122)

void setImports( $imports)

TODO: beschreibung

Parameters

  • $imports:

Info

Method setIncompatibleWith (line 167)

void setIncompatibleWith( $values)

TODO: beschreibung

Parameters

  • $values:

Info

Method setPriorVersion (line 137)

void setPriorVersion( $values)

TODO: beschreibung

Parameters

  • $values:

Info

Inherited Variables

Inherited Class Variable Summary

Inherited Methods

Inherited Method Summary


Documentation generated on Tue, 07 Nov 2006 13:07:07 +0100 by phpDocumentor 1.3.0