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

VERSION

version 1.0.0

MAIN MODULE

RDF::Cowl::ObjQuant

CONSTRUCTORS

new

Signature:

  RDF::Cowl::ObjQuant->new(CowlAnyObjPropExp $prop, CowlAnyClsExp $filler)

Params:

  CowlQuantType $type 
  CowlAnyObjPropExp $prop 
  CowlAnyClsExp $filler 

Documentation:

  Returns a retained object quantifier.
  
  @param type Object quantifier type.
  @param prop The object property.
  @param filler Filler of the quantifier.
  @return Retained object quantifier. Throws exception on error.

Throws exception on error.

    C function name: cowl_obj_quant

METHODS

get_type

Signature:

  $self->get_type()

Params:

  CowlObjQuant $restr 

Documentation:

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

    C function name: cowl_obj_quant_get_type

get_prop

Signature:

  $self->get_prop()

Params:

  CowlObjQuant $restr 

Documentation:

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

    C function name: cowl_obj_quant_get_prop

get_filler

Signature:

  $self->get_filler()

Params:

  CowlObjQuant $restr 

Documentation:

  Gets the filler of the specified object quantifier.
  
  @param restr The object quantifier.
  @return Range of the object quantifier.

    C function name: cowl_obj_quant_get_filler

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.