Class Index | File Index

Classes


Class STRequests.Individual


Defined in: STRequests.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
<static>  
STRequests.Individual.addType(indqname, typeqname)
adds a type to resource identified by first argument of this method
<static>  
STRequests.Individual.get_directNamedTypes(indqname)
gets only the named classes which are direct types for resource indqname
<static>  
STRequests.Individual.getIndividualDescription(instanceQName, method)
gets the full description of resource instanceQName
<static>  
STRequests.Individual.removeType(indqname, typeqname)
remove the rdf:type relation between resource specified as arguments of this method.
Class Detail
STRequests.Individual()
Method Detail
<static> STRequests.Individual.addType(indqname, typeqname)
adds a type to resource identified by first argument of this method
Defined in: SERVICE_Individual.js.
Parameters:
indqname
typeqname
Returns:

<static> STRequests.Individual.get_directNamedTypes(indqname)
gets only the named classes which are direct types for resource indqname
Defined in: SERVICE_Individual.js.
Parameters:
indqname
Returns:

<static> STRequests.Individual.getIndividualDescription(instanceQName, method)
gets the full description of resource instanceQName
Defined in: SERVICE_Individual.js.
Parameters:
instanceQName
method
Returns:

<static> STRequests.Individual.removeType(indqname, typeqname)
remove the rdf:type relation between resource specified as arguments of this method. Note that this does not delete any other info about the two resources
Defined in: SERVICE_Individual.js.
Parameters:
indqname
typeqname
Returns:

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Sep 25 2014 16:02:12 GMT+0200 (CEST)