Property: methodUsedBy

Defines the relationship between two OO Methods, from the used Method to the using Method.

Types

owl:ObjectProperty

Domain

OOMethod

Inverse Property

usesMethod

Abstract Syntax

ObjectProperty(methodUsedBy annotation(rdfs:label "method used by"^^<http://www.w3.org/2001/XMLSchema#string>)
                           annotation(rdfs:comment "Defines the relationship between two OO Methods, from the used Method to the using Method."^^<http://www.w3.org/2001/XMLSchema#string>)
                           inverseOf(usesMethod)
                           domain(OOMethod))

Generated with OWLDoc