summaryrefslogtreecommitdiffstats
path: root/doc/RBA_IF_Specification.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/RBA_IF_Specification.md')
-rw-r--r--doc/RBA_IF_Specification.md41
1 files changed, 0 insertions, 41 deletions
diff --git a/doc/RBA_IF_Specification.md b/doc/RBA_IF_Specification.md
index 6c5aa2c..fbb1351 100644
--- a/doc/RBA_IF_Specification.md
+++ b/doc/RBA_IF_Specification.md
@@ -982,33 +982,6 @@ Returns all the displays.
@return
List of displays.
-**virtual const RBAModelElement\* findModelElement(const std::string& elementName) const=0;**
-@brief
-Search for Model element with a name.
-
-@param elementName
-Model element name.
-
-@return
-Model element.
-
-@details
-If the Model element name does not exist, returns nullptr.
-
-**virtual const std::list<const RBAAreaSet\*>& getAreaSets() const=0;**
-@brief
-Returns all the sets of areas.
-
-@return
-List of sets of areas.
-
-**virtual const std::list<const RBAViewContentSet\*>& getViewContentSets() const=0;**
-@brief
-Returns all the sets of view contents.
-
-@return
-List of sets of view contents.
-
**virtual const std::list<const RBAPositionContainer\*>& getPositionContainers() const=0;**
@brief
Returns all the position containers.
@@ -1016,20 +989,6 @@ Returns all the position containers.
@return
List of sets of position containers.
-**virtual std::list<RBAConstraint\*>& getConstraints()=0;**
-@brief
-Returns all the constraints.
-
-@return
-List of constraints.
-
-**virtual std::list<RBAPostConstraint\*>& getPostConstraints()=0;**
-@brief
-Returns all the post constraints.
-
-@return
-List of post constraints.
-
<div style="page-break-after:always"></div>
<a id="anchor9"></a>