Class NegativePath
java.lang.Object
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 SummaryNested Classes Modifier and Type Class Description static classNegativePath.NegatedPath
- 
Field Summary
- 
Method SummaryModifier and Type Method Description <E> Eaccept(LogicVisitor<E> visitor)static NegativePathcreate(java.util.List<NegativePath.NegatedPath> negatedPaths)static NegativePathcreate(NegativePath.NegatedPath... negatedPaths)java.util.List<NegativePath.NegatedPath>getNegatedPaths()voidtoString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)Methods inherited from class tech.oxfordsemantic.jrdfox.logic.LogicObjecttoString, toString, toString
- 
Method Details- 
getNegatedPaths
- 
accept- Specified by:
- acceptin class- LogicObject
 
- 
toString- Specified by:
- toStringin class- LogicObject
 
- 
create
- 
create
 
-