Property: hasEntryPoint

Defines the relationship between a Requirement and a Method which is the best place to start understanding the Requirement's implementation.

Types

owl:ObjectProperty

Domain

Requirement

Inverse Property

entryPointFor

Abstract Syntax

ObjectProperty(hasEntryPoint annotation(rdfs:label "has entry point"^^<http://www.w3.org/2001/XMLSchema#string>)
                            annotation(rdfs:comment "Defines the relationship between a Requirement and a Method which is the best place to start understanding the Requirement's implementation."^^<http://www.w3.org/2001/XMLSchema#string>)
                            inverseOf(entryPointFor)
                            domain(Requirement))

Generated with OWLDoc