Property: sec:usesMethod

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

Types

owl:ObjectProperty

Domain

sec:OOMethod

Inverse Property

sec:methodUsedBy

Abstract Syntax

ObjectProperty(sec: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(sec:methodUsedBy)
                             domain(sec:OOMethod))

Generated with OWLDoc