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 Summary
Fields Modifier and Type Field Description static NegativePath.NegatedPath[]EMPTY_ARRAY - 
Constructor Summary
Constructors Constructor Description NegatedPath(Resource resource, java.lang.Boolean inverted) - 
Method Summary
Modifier and Type Method Description ResourcegetResource()booleanisInverted() 
- 
Field Details
 - 
Constructor Details
 - 
Method Details
- 
getResource
 - 
isInverted
public boolean isInverted() 
 -