Property: hasMethodSignature

Defines the relationship between an OO Interface or Abstract Class and an OO Method Signature.

Types

owl:ObjectProperty

Domain

owl:Thing

Inverse Property

methodSignatureOf

Abstract Syntax

ObjectProperty(hasMethodSignature annotation(rdfs:label "has method signature"^^<http://www.w3.org/2001/XMLSchema#string>)
                                 annotation(rdfs:comment "Defines the relationship between an OO Interface or Abstract Class and an OO Method Signature."^^<http://www.w3.org/2001/XMLSchema#string>)
                                 inverseOf(methodSignatureOf)
                                 domain(owl:Thing))

Generated with OWLDoc