hasOverload

P66397
predicate

Indicates that an entity defines multiple variants (overloads) of the same operation or function, typically distinguished by differing parameters or signatures.

All labels observed (5)

Label Occurrences
supportsOverloadsFor 5
constructorOverload 4
hasOverload canonical 2

Description generation (PDg)

The one-sentence description above was generated by prompting gpt-5.1 with the predicate name and this instruction.

Instruction
Given a predicate that represents a relationship or action between entities, generate a one-sentence description explaining its meaning.  
# Instructions
Focus on describing the relationship, not the entities themselves. 
# Response Format
Begin the description with \' Indicates...\'
Input
Predicate: hasOverload
Generated description
Indicates that an entity defines multiple variants (overloads) of the same operation or function, typically distinguished by differing parameters or signatures.

Sample triples (13)

Subject Object
WebAssembly.instantiate WebAssembly.instantiate(bufferSource, importObject)
WebAssembly.instantiate WebAssembly.instantiate(moduleObject, importObject)
UInt &+ &- &* via predicate surface "hasOverflowOperators"
System.Math int via predicate surface "supportsOverloadsFor"
System.Math long via predicate surface "supportsOverloadsFor"
System.Math float via predicate surface "supportsOverloadsFor"
System.Math double via predicate surface "supportsOverloadsFor"
System.Math decimal via predicate surface "supportsOverloadsFor"
System.ValueTuple 1 to 8 via predicate surface "hasArityOverloads"
SqlDataAdapter SqlDataAdapter() via predicate surface "constructorOverload" NERFINISHED
SqlDataAdapter SqlDataAdapter(SqlCommand) via predicate surface "constructorOverload" NERFINISHED
SqlDataAdapter SqlDataAdapter(string selectCommandText, string selectConnectionString) via predicate surface "constructorOverload"
SqlDataAdapter SqlDataAdapter(string selectCommandText, SqlConnection selectConnection) via predicate surface "constructorOverload"