Class Rdf.Statement.c


class c : ?subj_node:Rdf.Node.c -> ?subj_uri:Rdf.Uri.c -> ?subj_uri_string:string -> ?subj_blank:string -> ?pred_node:Rdf.Node.c -> ?pred_uri:Rdf.Uri.c -> ?pred_uri_string:string -> ?obj_node:Rdf.Node.c -> ?obj_uri:Rdf.Uri.c -> ?obj_uri_string:string -> ?obj_blank:string -> ?obj_literal:string -> unit -> object .. end
Redland Statement class.

method repr : Rdf.repr
method is_valid : bool
method to_string : string
method equals : (< clone : 'b; equals : 'a; get_object : Rdf.Node.c;
get_predicate : Rdf.Node.c; get_subject : Rdf.Node.c; is_valid : bool;
matches : 'b -> bool; repr : Rdf.repr; set_object : Rdf.Node.c -> unit;
set_predicate : Rdf.Node.c -> unit; set_subject : Rdf.Node.c -> unit;
to_string : string; .. >
as 'b) ->
bool as 'a
method matches : 'b -> bool
method get_subject : Rdf.Node.c
method get_predicate : Rdf.Node.c
method get_object : Rdf.Node.c
method set_subject : Rdf.Node.c -> unit
method set_predicate : Rdf.Node.c -> unit
method set_object : Rdf.Node.c -> unit
method clone : 'b