ModuleDependencies

case
class ModuleDependencies(decls: Seq[(String, String)])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def expand(decls: Seq[(String, String)], agg: Seq[(String, String)]): Seq[(String, String)]
def getParents(s: String): Set[String]
def isChild(child: String, parent: String): Boolean
def leastCommon(m: Set[String]): String

Inherited methods

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

Concrete fields

val expanded: Set[(String, String)]