SubFamilyFolder

onera.pmlanalyzer.views.dependability.exporters.SubFamilyFolder
See theSubFamilyFolder companion object
class SubFamilyFolder[T](val name: Symbol, val parent: FamilyFolder[T])(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: EntityFolder[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

Inherited fields

lazy val absolutePath: String

Attributes

Inherited from:
CeciliaFolder
val id: Int

Attributes

Inherited from:
Folder