NAME
RDF::Cowl::Lib::Gen::Class::HasKeyAxiom - Generated docs for RDF::Cowl::HasKeyAxiom
VERSION
version 1.0.0
MAIN MODULE
CONSTRUCTORS
new
Signature:
RDF::Cowl::HasKeyAxiom->new(CowlVector $obj_props, CowlVector $data_props, Maybe[ CowlVector ] $annot)
Params:
CowlAnyClsExp $cls_exp
CowlVector $obj_props
CowlVector $data_props
Maybe[ CowlVector ] $annot I<[optional]>
Documentation:
Returns a retained 'has key' axiom.
@param cls_exp The class expression, instances of which this axiom acts as the key for.
@param obj_props Object property expressions that make up the key.
@param data_props Data property expressions that make up the key.
@param annot [optional] The annotations.
@return Retained axiom. Throws exception on error.
Throws exception on error.
C function name: cowl_has_key_axiom
METHODS
get_cls_exp
Signature:
$self->get_cls_exp()
Params:
CowlHasKeyAxiom $axiom
Documentation:
Gets the class expression, instances of which this axiom acts as the key for.
@param axiom The axiom.
@return The class expression.
C function name: cowl_has_key_axiom_get_cls_exp
get_obj_props
Signature:
$self->get_obj_props()
Params:
CowlHasKeyAxiom $axiom
Documentation:
Gets the set of object property expressions that make up the key.
@param axiom The axiom.
@return The object property expressions.
C function name: cowl_has_key_axiom_get_obj_props
get_data_props
Signature:
$self->get_data_props()
Params:
CowlHasKeyAxiom $axiom
Documentation:
Gets the set of data property expressions that make up the key.
@param axiom The axiom.
@return The data property expressions.
C function name: cowl_has_key_axiom_get_data_props
get_annot
Signature:
$self->get_annot()
Params:
CowlHasKeyAxiom $axiom
Documentation:
Gets the annotations of the specified axiom.
@param axiom The axiom.
@return The annotations.
C function name: cowl_has_key_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.