File tree Expand file tree Collapse file tree
de/uni_stuttgart/ils/reqif4j/specification Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ public boolean isText() {
129129 }
130130 }
131131
132- public List <SpecHierarchy > getDirectChildren () {
132+ public List <SpecHierarchy > getChildren () {
133133
134134 List <SpecHierarchy > children = new ArrayList <SpecHierarchy >();
135135 children .add ((SpecHierarchy ) this .children .values ());
Original file line number Diff line number Diff line change @@ -72,6 +72,14 @@ public int getNumberOfSpecObjects() {
7272 public int getNumberOfSections () {
7373 return this .sectionCounter ;
7474 }
75+
76+ public List <SpecHierarchy > getChildren () {
77+
78+ List <SpecHierarchy > children = new ArrayList <SpecHierarchy >();
79+ children .add ((SpecHierarchy ) this .children .values ());
80+
81+ return children ;
82+ }
7583
7684 public List <SpecObject > getLvlOneSpecHierarchies () {
7785
You can’t perform that action at this time.
0 commit comments