Property: hasMethod

"Defines the relationship between an Object-Oriented Class and the methods that it contains." [lang: en]

Types

owl:ObjectProperty

Domain

OOClass

Inverse Property

methodOf

Abstract Syntax

ObjectProperty(hasMethod annotation(rdfs:label "has method"@en)
                        annotation(rdfs:comment "Defines the relationship between an Object-Oriented Class and the methods that it contains."@en)
                        inverseOf(methodOf)
                        domain(OOClass))

Generated with OWLDoc