Class NegativePath
java.lang.Object
tech.oxfordsemantic.jrdfox.util.InterningManager.InternedObject
tech.oxfordsemantic.jrdfox.logic.LogicObject
tech.oxfordsemantic.jrdfox.logic.sparql.path.Path
tech.oxfordsemantic.jrdfox.logic.sparql.path.NegativePath
- All Implemented Interfaces:
java.io.Serializable
public class NegativePath extends Path
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NegativePath.NegatedPath
-
Field Summary
-
Method Summary
Modifier and Type Method Description <E> E
accept(LogicVisitor<E> visitor)
static NegativePath
create(java.util.List<NegativePath.NegatedPath> negatedPaths)
static NegativePath
create(NegativePath.NegatedPath... negatedPaths)
java.util.List<NegativePath.NegatedPath>
getNegatedPaths()
void
toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)
Methods inherited from class tech.oxfordsemantic.jrdfox.logic.LogicObject
toString, toString, toString
-
Method Details
-
getNegatedPaths
-
accept
- Specified by:
accept
in classLogicObject
-
toString
- Specified by:
toString
in classLogicObject
-
create
-
create
-