final case class Neighs(m: Map[Path, Set[RDFNode]]) extends AnyVal with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Neighs
- Serializable
- Product
- Equals
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def filterDirect: Neighs
- def filterPathCond(cond: (Path) => Boolean): Neighs
- def filterPaths(paths: Set[Path]): Neighs
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def getPredicates(): Set[IRI]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def length: Int
- val m: Map[Path, Set[RDFNode]]
- def nonEmpty: Boolean
- def partitionByPaths(paths: Set[Path]): (Neighs, Neighs)
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def showQualified(pm: PrefixMap): String
- def toList: List[Arc]
- def values(path: Path): Set[RDFNode]