EntityFolder

onera.pmlanalyzer.views.dependability.exporters.EntityFolder
case class EntityFolder[T](name: Symbol, parent: SubFolder[T])(implicit m: ModelDescriptor[T]) extends SubFolder[T]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SubFolder[T]
trait Folder
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def add(a: VersionFolder[T]): Unit
def getVersionNb: Int
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

Inherited fields

lazy val absolutePath: String

Attributes

Inherited from:
CeciliaFolder
val id: Int

Attributes

Inherited from:
Folder