Class AlternativePath
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.AlternativePath
- All Implemented Interfaces:
 java.io.Serializable
public class AlternativePath extends Path
- See Also:
 - Serialized Form
 
- 
Field Summary
 - 
Method Summary
Modifier and Type Method Description <E> Eaccept(LogicVisitor<E> visitor)static AlternativePathcreate(java.util.List<Path> alternatives)static AlternativePathcreate(Path... alternatives)java.util.List<Path>getAlternatives()voidtoString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)Methods inherited from class tech.oxfordsemantic.jrdfox.logic.LogicObject
toString, toString, toString 
- 
Method Details
- 
getAlternatives
 - 
accept
- Specified by:
 acceptin classLogicObject
 - 
toString
- Specified by:
 toStringin classLogicObject
 - 
create
 - 
create
 
 -