Property: interfaceImplementedBy

Defines the relationship between an OO Interface and an OO Class which implements it.

Types

owl:ObjectProperty

Domain

OOInterface

Inverse Property

implementsInterface

Abstract Syntax

ObjectProperty(interfaceImplementedBy annotation(rdfs:label "implemented by"^^<http://www.w3.org/2001/XMLSchema#string>)
                                     annotation(rdfs:comment "Defines the relationship between an OO Interface and an OO Class which implements it."^^<http://www.w3.org/2001/XMLSchema#string>)
                                     inverseOf(implementsInterface)
                                     domain(OOInterface))

Generated with OWLDoc