summaryrefslogtreecommitdiffstats
path: root/doc/RBA_IF_Specification.md
diff options
context:
space:
mode:
authorAnusha Gugale <external.agogale@jp.adit-jv.com>2021-01-19 20:45:04 +0530
committerKenji Hosokawa <khosokawa@jp.adit-jv.com>2021-01-20 23:18:51 +0900
commitd7b299cbd838eac7a138c676a5693411a5368a91 (patch)
treeb92070a82ed04845693634533d02bbf20c598ce7 /doc/RBA_IF_Specification.md
parentca54ecb2f7ffdc1d68ed72836f09058d3ef242ec (diff)
Removed internal APIs which require to include header files in src dir
Signed-off-by: Anusha Gugale <external.agogale@jp.adit-jv.com> Change-Id: I06b56a4ab21a41e407e28b3dde23dcc0aae4dcb7
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>