Home | History | Annotate | Download | only in grxmlcompile

Lines Matching refs:inLabel

48     std::string inLabel;
59 inLabel="";
78 // if (!p_Doc.findLabel( arc[loc]->inputLabel, inLabel ) ) {
79 if (!p_Doc.findSortedLabel( arc[loc]->inputLabel, inLabel ) ) {
82 inLabel = ss.str();
84 outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << inLabel.c_str() << std::endl;
100 std::string inLabel, outLabel;
117 inLabel = "";
120 inLabel = Eps;
125 inLabel = Eps;
135 inLabel = Eps;
139 inLabel = Eps;
156 // if (!p_Doc.findLabel( arc[loc]->inputLabel, inLabel ) ) {
157 if (!p_Doc.findSortedLabel( arc[loc]->inputLabel, inLabel ) ) {
158 inLabel = arc[loc]->inputLabel;
174 outfile << arc[loc]->fromId << Separator << arc[loc]->toId << Separator << inLabel.c_str() << Separator << outLabel.c_str() << std::endl;
187 std::string inLabel;
205 inLabel="";
270 std::string inLabel;
279 inLabel="";
322 if (!p_Doc.findLabel( -arc[loc]->inputLabel, inLabel ) ) {
325 inLabel = ss.str();
327 outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << inLabel.c_str() << separator << Eps << std::endl;
342 std::string inLabel, outLabel;
348 if (!p_Doc.findLabel( arc[loc]->inputLabel, inLabel ) ) {
349 inLabel = arc[loc]->inputLabel;
352 //inLabel = ss.str();
360 std::cout << arc[loc]->fromId <<" " << arc[loc]->toId << " " << inLabel.c_str() <<" " << outLabel.c_str() << std::endl;