Home
last modified time | relevance | path

Searched refs:tmprelation (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sw/qa/complex/accessibility/
H A DAccessibleRelationSet.java96 short tmprelation = set.getRelation(0).RelationType; in contents_flows_from() local
97 if ( tmprelation == 1 ) in contents_flows_from()
101 relationtypes[0] = tmprelation; in contents_flows_from()
103 else if ( tmprelation == 2 ) in contents_flows_from()
107 relationtypes[1] = tmprelation; in contents_flows_from()
113 tmprelation = set.getRelation(1).RelationType; in contents_flows_from()
114 if ( tmprelation == 1 ) in contents_flows_from()
118 relationtypes[0] = tmprelation; in contents_flows_from()
120 else if ( tmprelation == 2 ) in contents_flows_from()
124 relationtypes[1] = tmprelation; in contents_flows_from()

Completed in 14 milliseconds