TlpdbEntry

eu.geekplace.tex.tlpdb.TlpdbEntry
See theTlpdbEntry companion object
sealed trait TlpdbEntry

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class TlConTeXt
class TlCore
class TlPackage
class TlCollection
class TlScheme
Show all

Members list

Value members

Abstract methods

Concrete methods

def getAllDeps[E <: TlpdbEntry](collector: PartialFunction[TlpdbEntry, E], visited: Set[TlpdbEntry]): Seq[E]
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Concrete fields

lazy val covered: Set[TlpdbEntry]
lazy val dependencies: Set[TlpdbEntry]
lazy val licenses: Seq[String]
lazy val ownLicenses: Seq[String]