Property: hasPackage

Defines the relationship between an OO Program and a Package which it contains.

Types

owl:ObjectProperty

Domain

OOProgram

Inverse Property

packageOf

Abstract Syntax

ObjectProperty(hasPackage annotation(rdfs:label "has package"^^<http://www.w3.org/2001/XMLSchema#string>)
                         annotation(rdfs:comment "Defines the relationship between an OO Program and a Package which it contains."^^<http://www.w3.org/2001/XMLSchema#string>)
                         inverseOf(packageOf)
                         domain(OOProgram))

Generated with OWLDoc