Neighs

case class Neighs(m: Map[Path, Set[RDFNode]])
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def filterPathCond(cond: Path => Boolean): Neighs
def filterPaths(paths: List[Path]): Neighs
def getPredicates(): Set[IRI]
def partition: LazyList[(Neighs, Neighs)]
def showQualified(pm: PrefixMap): String
def toList: List[Arc]
def values(path: Path): Set[RDFNode]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product