Property: sec:methodOf

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

Types

owl:ObjectProperty
owl:FunctionalProperty

Domain

sec:OOMethod

Inverse Property

sec:hasMethod

Characteristics

Functional

Abstract Syntax

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

Generated with OWLDoc