NAME

RDF::Cowl::Lib::Gen::Class::ObjPropAssertAxiom - Generated docs for RDF::Cowl::ObjPropAssertAxiom

VERSION

version 1.0.0

MAIN MODULE

RDF::Cowl::ObjPropAssertAxiom

CONSTRUCTORS

new

Signature:

RDF::Cowl::ObjPropAssertAxiom->new(CowlAnyIndividual $subject, CowlAnyIndividual $object, Maybe[ CowlVector ] $annot)

Params:

CowlAnyObjPropExp $prop 
CowlAnyIndividual $subject 
CowlAnyIndividual $object 
Maybe[ CowlVector ] $annot I<[optional]>

Documentation:

Returns a retained object property assertion axiom.

@param prop The object property.
@param subject The assertion subject.
@param object The assertion object.
@param annot [optional] The annotations.
@return Retained axiom. Throws exception on error.

Throws exception on error.

    C function name: cowl_obj_prop_assert_axiom

cowl_neg_obj_prop_assert_axiom

Signature:

RDF::Cowl::ObjPropAssertAxiom->cowl_neg_obj_prop_assert_axiom(CowlAnyIndividual $subject, CowlAnyIndividual $object, Maybe[ CowlVector ] $annot)

Params:

CowlAnyObjPropExp $prop 
CowlAnyIndividual $subject 
CowlAnyIndividual $object 
Maybe[ CowlVector ] $annot I<[optional]>

Documentation:

Returns a retained negative object property assertion axiom.

@param prop The object property.
@param subject The assertion subject.
@param object The assertion object.
@param annot [optional] The annotations.
@return Retained axiom. Throws exception on error.

Throws exception on error.

    C function name: cowl_neg_obj_prop_assert_axiom

METHODS

is_negative

Signature:

$self->is_negative()

Params:

CowlObjPropAssertAxiom $axiom 

Documentation:

Returns true if the specified object property assertion axiom is negative.

@param axiom The axiom.
@return True if the assertion is negative, false otherwise.

    C function name: cowl_obj_prop_assert_axiom_is_negative

get_prop

Signature:

$self->get_prop()

Params:

CowlObjPropAssertAxiom $axiom 

Documentation:

Gets the object property expression.

@param axiom The axiom.
@return The object property expression.

    C function name: cowl_obj_prop_assert_axiom_get_prop

get_subject

Signature:

$self->get_subject()

Params:

CowlObjPropAssertAxiom $axiom 

Documentation:

Gets the assertion subject.

@param axiom The axiom.
@return The assertion subject.

    C function name: cowl_obj_prop_assert_axiom_get_subject

get_object

Signature:

$self->get_object()

Params:

CowlObjPropAssertAxiom $axiom 

Documentation:

Gets the assertion object.

@param axiom The axiom.
@return The assertion object.

    C function name: cowl_obj_prop_assert_axiom_get_object

get_annot

Signature:

$self->get_annot()

Params:

CowlObjPropAssertAxiom $axiom 

Documentation:

Gets the annotations of the specified axiom.

@param axiom The axiom.
@return The annotations.

    C function name: cowl_obj_prop_assert_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.