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::AnonInd - Generated docs for RDF::Cowl::AnonInd

VERSION

version 1.0.0

MAIN MODULE

RDF::Cowl::AnonInd

CONSTRUCTORS

new

Signature:

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

Params:

  CowlString $id 

Documentation:

  Returns a retained anonymous individual.
  
  @param id Anonymous individual identifier.
  @return Retained anonymous individual. Throws exception on error.
  
  @note By passing NULL as the identifier, a new identifier is randomly generated.

Throws exception on error.

    C function name: cowl_anon_ind

from_string

Signature:

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

Params:

  UString $string 

Documentation:

  Returns a retained anonymous individual.
  
  @param string Anonymous individual identifier.
  @return Retained anonymous individual. Throws exception on error.

Throws exception on error.

    C function name: cowl_anon_ind_from_string

METHODS

get_id

Signature:

  $self->get_id()

Params:

  CowlAnonInd $ind 

Documentation:

  Gets the node ID of the specified anonymous individual.
  
  @param ind The anonymous individual.
  @return Node ID.

    C function name: cowl_anon_ind_get_id

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.