logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

OWL::DirectSemantics::Element - base class for OWL elements.

Author

       Toby Inkster <tobyink@cpan.org>.

Description

       This could porssibly be refactored into a Moose::Role - not sure yet.

   Constructor
       "new(%attributes)"
           Don't construct this base class directly. Constract a subclass instead.

   Attributes
       "annotations"
           A list of annotations associated with this object.  The value is a ArrayRef.

       "metadata"
           This metadata may be used by Writers, etc if available.

   Method
       "element_name"
           Returns  undef  on  the  base  class  or  any  abstract  subclasses.  Returns  the element name (e.g.
           'ClassAssertion' or 'Declaration') on other subclasses.

Disclaimer Of Warranties

       THIS  PACKAGE  IS  PROVIDED  "AS  IS"  AND  WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT
       LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.

perl v5.32.1                                       2021-09-11                 OWL::DirectSemantics::Element(3pm)

Name

       OWL::DirectSemantics::Element - base class for OWL elements.

See Also

       OWL::DirectSemantics.

See Also