Path

sealed trait Path
Companion:
object
class Object
trait Matchable
class Any
class Direct
class Inverse

Value members

Abstract methods

def pred: IRI

Concrete methods

def showQualified(prefixMap: PrefixMap): String
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Any