The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

RDF::Cowl::Lib::Gen::Class::Class - Generated docs for RDF::Cowl::Class

VERSION

version 1.0.0

MAIN MODULE

RDF::Cowl::Class

CONSTRUCTORS

new

Signature:

  RDF::Cowl::Class->new()

Params:

  CowlIRI $iri 

Documentation:

  Returns a retained class.
  
  @param iri IRI of the class.
  @return Retained class. Throws exception on error.

Throws exception on error.

    C function name: cowl_class

from_string

Signature:

  RDF::Cowl::Class->from_string()

Params:

  UString $string 

Documentation:

  Returns a retained class given the string representation of its IRI.
  
  @param string String representation of the IRI.
  @return Retained class. Throws exception on error.

Throws exception on error.

    C function name: cowl_class_from_string

METHODS

get_iri

Signature:

  $self->get_iri()

Params:

  CowlClass $cls 

Documentation:

  Gets the IRI of the specified class.
  
  @param cls The class.
  @return IRI of the class.

    C function name: cowl_class_get_iri

AUTHOR

Zakariyya Mughal <zmughal@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2024 by Auto-Parallel Technologies, Inc..

This is free software, licensed under Eclipse Public License - v 2.0.