package node
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- node
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- class Constraints extends AnyRef
- type DofTriple = (Int, Triple)
- type DofTripleList = List[DofTriple]
- class NodeIndexed[N] extends Serializable
- type RddIndexed = RDD[(Node, Long)]
- type SIndexed = Map[String, Long]
- class SPO[N] extends Serializable
- type Triple3L = (Long, Long, Long)
- type Triple3S = (String, String, String)
- type Triples = Map[Int, DofTripleList]
- type VarRDD[N] = Map[Var, RDD[N]]
- class VariableMap[N] extends Serializable
- type Vars = Set[Var]