public class SysoutNeedConsumer extends java.lang.Object implements NeedConsumer
| Constructor and Description |
|---|
SysoutNeedConsumer() |
| Modifier and Type | Method and Description |
|---|---|
void |
consume(org.apache.jena.query.Dataset need)
Consumes the specified need object.
|
boolean |
isExhausted()
Returns true if the consumer is prepared to consume another need object.
|
public void consume(org.apache.jena.query.Dataset need)
NeedConsumerconsume in interface NeedConsumerpublic boolean isExhausted()
NeedConsumerisExhausted in interface NeedConsumerCopyright © 2018. All Rights Reserved.