public interface ModuleContextBinding
ModuleContext
Modifier and Type | Method and Description |
---|---|
URI |
getAbout()
Returns the URI of the underlying requirement bound in a module.
|
int |
getBookOrder()
Returns the order of the underlying requirement in the list of requirements displayed in the module.
|
int |
getDepth()
Returns the depth information of the underlying requirement, which determines the number of recursive parents.
|
String |
getFormat()
Returns the format of the underlying requirement, which can be either
Text or Diagram . |
String |
getIdentifier()
Returns the identifier of the underlying requirement.
|
String |
getSection()
Returns the section information of the underlying requirement, e.g.
|
String |
getTitle()
Returns the title of the underlying requirement.
|
boolean |
isHeading()
Determines whether the underlying requirement is displayed as a heading.
|
URI getAbout()
String getIdentifier()
Requirement.getIdentifier()
String getTitle()
Requirement.getTitle()
boolean isHeading()
true
if the underlying requirement is displayed as a heading, false
otherwise.String getFormat()
Text
or Diagram
.Text
or Diagram
.String getSection()
1.3.4
.1.3.4
.int getBookOrder()
int getDepth()