FamilyFolder

onera.pmlanalyzer.views.dependability.exporters.FamilyFolder
See theFamilyFolder companion object
class FamilyFolder[T](val name: Symbol)(implicit m: ModelDescriptor[T]) extends SubFolder[T]

Attributes

Companion:
object
Graph
Supertypes
trait SubFolder[T]
trait Folder
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def add(a: SubFolder[T]): Unit
def toElem: Elem

Inherited methods

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

val name: Symbol
val parent: RootFolder.type

Inherited fields

lazy val absolutePath: String

Attributes

Inherited from:
CeciliaFolder
val id: Int

Attributes

Inherited from:
Folder