Class NegativePath.NegatedPath
java.lang.Object
tech.oxfordsemantic.jrdfox.util.ImmutablePair<Resource,java.lang.Boolean>
tech.oxfordsemantic.jrdfox.logic.sparql.path.NegativePath.NegatedPath
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- NegativePath
public static class NegativePath.NegatedPath extends tech.oxfordsemantic.jrdfox.util.ImmutablePair<Resource,java.lang.Boolean>
- See Also:
- Serialized Form
- 
Field SummaryFields Modifier and Type Field Description static NegativePath.NegatedPath[]EMPTY_ARRAY
- 
Constructor SummaryConstructors Constructor Description NegatedPath(Resource resource, java.lang.Boolean inverted)
- 
Method SummaryModifier and Type Method Description ResourcegetResource()booleanisInverted()
- 
Field Details
- 
Constructor Details
- 
Method Details- 
getResource
- 
isInvertedpublic boolean isInverted()
 
-