getRawString

abstract fun getRawString(variableAssignments: Map<String, Node>): String(source)

Returns a raw String representation of an FOLEntity. This method should not be called directly, as it does not include brackets and dots.

Return

The raw String representation of this FOLEntity.

Parameters

variableAssignments

Map of BoundVariable names and Nodes that will replace them in the String representation.

See also

(Map, Boolean)