Property: sec:methodUsedBy

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

Types

owl:ObjectProperty

Domain

sec:OOMethod

Inverse Property

sec:usesMethod

Abstract Syntax

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

Generated with OWLDoc