autoFlushBehavior
P188578
predicate
Indicates how and when a system automatically clears or commits buffered data or state without explicit user action.
All labels observed (1)
| Label | Occurrences |
|---|---|
| autoFlushBehavior canonical | 3 |
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: autoFlushBehavior
Generated description
Indicates how and when a system automatically clears or commits buffered data or state without explicit user action.
Sample triples (3)
| Subject | Object |
|---|---|
| java.io.PrintWriter | flushes on println when autoFlush is true ⓘ |
| java.io.PrintWriter | flushes on printf when autoFlush is true ⓘ |
| java.io.PrintWriter | flushes on format when autoFlush is true ⓘ |