File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,10 +81,10 @@ std::string Obj::toString() const {
8181
8282std::string Obj::getFieldAsString (FieldDefinition* fd) const {
8383 std::stringstream ss;
84- ss << toString () << " fd:" << fd->toString () << " Number of inputs:" << fd->getInputs ().size () << std::endl;
84+ ss << toString () << " fd:< " << fd->toString () << " > Number of inputs:" << fd->getInputs ().size () << std::endl;
8585
8686 for (auto fl : fd->getInputs ()) {
87- ss << " arg:" << fl->getArgumentAsString () << " rel:" << fl->getRelation () << " inputField:" << fl->getRelatedFD ()->getName () << std::endl;
87+ ss << " arg:" << fl->getArgumentAsString () << " rel:< " << fl->getRelation ()-> getRelationId () << " : " << fl-> getRelation ()-> getRelationLabel () << " > inputField:" << fl->getRelatedFD ()->getName () << std::endl;
8888 }
8989
9090 return ss.str ();
You can’t perform that action at this time.
0 commit comments