Class ServicePattern
java.lang.Object
tech.oxfordsemantic.jrdfox.util.InterningManager.InternedObject
tech.oxfordsemantic.jrdfox.logic.LogicObject
tech.oxfordsemantic.jrdfox.logic.sparql.pattern.QueryPattern
tech.oxfordsemantic.jrdfox.logic.sparql.pattern.ServicePattern
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class QueryPattern
EMPTY_ARRAY -
Method Summary
Modifier and TypeMethodDescription<E> Eaccept(LogicVisitor<E> visitor) static ServicePatterncreate(IRI serviceEndpoint, boolean silent, GroupGraphPattern argument) booleanvoidMethods inherited from class LogicObject
toString, toString, toString
-
Method Details
-
getServiceEndpoint
-
getSilent
public boolean getSilent() -
getArgument
-
accept
- Specified by:
acceptin classLogicObject
-
toString
- Specified by:
toStringin classLogicObject
-
create
public static ServicePattern create(IRI serviceEndpoint, boolean silent, GroupGraphPattern argument)
-