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

VERSION

version 1.0.0

MAIN MODULE

RDF::Cowl::DataQuant

CONSTRUCTORS

new

Signature:

  RDF::Cowl::DataQuant->new(CowlAnyDataPropExp $prop, CowlAnyDataRange $range)

Params:

  CowlQuantType $type 
  CowlAnyDataPropExp $prop 
  CowlAnyDataRange $range 

Documentation:

  Returns a retained data quantifier.
  
  @param type Data quantifier type.
  @param prop The data property.
  @param range Range of the quantifier.
  @return Retained data quantifier. Throws exception on error.

Throws exception on error.

    C function name: cowl_data_quant

METHODS

get_type

Signature:

  $self->get_type()

Params:

  CowlDataQuant $restr 

Documentation:

  Gets the type of the specified data quantifier.
  
  @param restr The data quantifier.
  @return The type of the data quantifier.

    C function name: cowl_data_quant_get_type

get_prop

Signature:

  $self->get_prop()

Params:

  CowlDataQuant $restr 

Documentation:

  Gets the data property.
  
  @param restr The data quantifier.
  @return The data property.

    C function name: cowl_data_quant_get_prop

get_range

Signature:

  $self->get_range()

Params:

  CowlDataQuant $restr 

Documentation:

  Gets the range of the specified data quantifier.
  
  @param restr The data quantifier.
  @return Range of the data quantifier.

    C function name: cowl_data_quant_get_range

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.