VersionFolder

onera.pmlanalyzer.views.dependability.exporters.VersionFolder
case class VersionFolder[T](parent: EntityFolder[T])(implicit m: ModelDescriptor[T]) extends CeciliaFolder

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Folder
class Object
trait Matchable
class Any
Inherited
  • Not inherited
  • Folder
  • Product
Keywords
  • no keywords
  • lazy
  • override

Members list

Concise view

Value members

Concrete methods

def add(a: T): Unit
def toElem: Elem

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
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
Folder -> Any
Inherited from:
Folder

Concrete fields

lazy override val absolutePath: String
lazy val familyTag: String
val name: Symbol

Inherited fields

val id: Int

Attributes

Inherited from:
Folder