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

VERSION

version 1.0.0

MAIN MODULE

RDF::Cowl::ObjCard

CONSTRUCTORS

new

Signature:

RDF::Cowl::ObjCard->new(CowlAnyObjPropExp $prop, Maybe[ CowlAnyClsExp ] $filler, Ulib_uint $cardinality)

Params:

CowlCardType $type 
CowlAnyObjPropExp $prop 
Maybe[ CowlAnyClsExp ] $filler I<[optional]>
Ulib_uint $cardinality 

Documentation:

Returns a retained object property cardinality restriction.

@param type The type.
@param prop The object property.
@param filler [optional] Filler of the restriction.
@param cardinality Cardinality of the restriction.
@return Retained restriction. Throws exception on error.

Throws exception on error.

    C function name: cowl_obj_card

METHODS

get_type

Signature:

$self->get_type()

Params:

CowlObjCard $restr 

Documentation:

Gets the type of the specified object property cardinality restriction.

@param restr The restriction.
@return The type.

    C function name: cowl_obj_card_get_type

get_prop

Signature:

$self->get_prop()

Params:

CowlObjCard $restr 

Documentation:

Gets the property of the restriction.

@param restr The restriction.
@return The property.

    C function name: cowl_obj_card_get_prop

get_filler

Signature:

$self->get_filler()

Params:

CowlObjCard $restr 

Documentation:

Gets the filler of the restriction.

@param restr The restriction.
@return The filler.

    C function name: cowl_obj_card_get_filler

get_cardinality

Signature:

$self->get_cardinality()

Params:

CowlObjCard $restr 

Documentation:

Gets the cardinality of the restriction.

@param restr The restriction.
@return The cardinality.

    C function name: cowl_obj_card_get_cardinality

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.