Property: methodOf

Defines the relationship between a method and the Object-Oriented Class which contains it.

Types

owl:ObjectProperty
owl:FunctionalProperty

Domain

OOMethod

Inverse Property

hasMethod

Characteristics

Functional

Abstract Syntax

ObjectProperty(methodOf annotation(rdfs:label "method of"^^<http://www.w3.org/2001/XMLSchema#string>)
                       annotation(rdfs:comment "Defines the relationship between a method and the Object-Oriented Class which contains it."^^<http://www.w3.org/2001/XMLSchema#string>)
                       inverseOf(hasMethod)
                       Functional
                       domain(OOMethod))

Generated with OWLDoc