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

VERSION

version 1.0.0

MAIN MODULE

RDF::Cowl::NAryObjPropAxiom

CONSTRUCTORS

new

Signature:

  RDF::Cowl::NAryObjPropAxiom->new(CowlVector $props, Maybe[ CowlVector ] $annot)

Params:

  CowlNAryAxiomType $type 
  CowlVector $props 
  Maybe[ CowlVector ] $annot I<[optional]>

Documentation:

  Returns a retained N-ary object property axiom.
  
  @param type The type.
  @param props The object properties.
  @param annot [optional] The annotations.
  @return Retained axiom. Throws exception on error.

Throws exception on error.

    C function name: cowl_nary_obj_prop_axiom

METHODS

get_type

Signature:

  $self->get_type()

Params:

  CowlNAryObjPropAxiom $axiom 

Documentation:

  Gets the type of the specified N-ary object property axiom.
  
  @param axiom The axiom.
  @return The type.

    C function name: cowl_nary_obj_prop_axiom_get_type

get_props

Signature:

  $self->get_props()

Params:

  CowlNAryObjPropAxiom $axiom 

Documentation:

  Gets the object properties of the specified N-ary object property axiom.
  
  @param axiom The axiom.
  @return The object properties.

    C function name: cowl_nary_obj_prop_axiom_get_props

get_annot

Signature:

  $self->get_annot()

Params:

  CowlNAryObjPropAxiom $axiom 

Documentation:

  Gets the annotations of the specified axiom.
  
  @param axiom The axiom.
  @return The annotations.

    C function name: cowl_nary_obj_prop_axiom_get_annot

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.