public class SimpleServiceGraphPattern extends Object implements ServiceGraphPattern
| Constructor and Description |
|---|
SimpleServiceGraphPattern(UriRefOrVariable service,
GroupGraphPattern groupGraphPattern) |
| Modifier and Type | Method and Description |
|---|---|
GroupGraphPattern |
getGroupGraphPattern() |
UriRefOrVariable |
getService() |
boolean |
isSilent() |
void |
setSilent(boolean silent) |
public SimpleServiceGraphPattern(UriRefOrVariable service, GroupGraphPattern groupGraphPattern)
public UriRefOrVariable getService()
getService in interface ServiceGraphPatternUriRefOrVariable which specifies the service endpoint.public GroupGraphPattern getGroupGraphPattern()
getGroupGraphPattern in interface ServiceGraphPatternpublic void setSilent(boolean silent)
public boolean isSilent()
Copyright © 2015–2022 The Apache Software Foundation. All rights reserved.