Property: usesMethod

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

Types

owl:ObjectProperty

Domain

OOMethod

Inverse Property

methodUsedBy

Abstract Syntax

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

Generated with OWLDoc