MCPcopy Create free account
hub / github.com/SWI-Prolog/packages-jpl / toString

Method toString

src/main/java/org/jpl7/Util.java:84–87  ·  view source on GitHub ↗

Converts a substitution, in the form of a Map from variable names to Terms, to a String. @param varnames_to_Terms A Map from variable names to Terms. @return String A String representation of the variable bindings @deprecated Use Util#subsToString(Map)

(Map<String, Term> varnames_to_Terms)

Source from the content-addressed store, hash-verified

82 * @deprecated Use {@link Util#subsToString(Map)}
83 */
84 @Deprecated
85 public static String toString(Map<String, Term> varnames_to_Terms) {
86 return subsToString(varnames_to_Terms);
87 }
88
89 /**
90 * Converts a (JPL) list of Name=Var pairs (as yielded by atom_to_term/3) to a Map from Prolog variables

Callers 1

subsToStringMethod · 0.45

Calls 1

subsToStringMethod · 0.95

Tested by

no test coverage detected