CROM

scroll.internal.formal.CROM
trait CROM extends ECoreImporter

Representation of a Compartment Role Object Model (CROM).

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait CROI

Members list

Value members

Concrete methods

protected def construct[NT >: Null <: AnyRef, RT >: Null <: AnyRef, CT >: Null <: AnyRef, RST >: Null <: AnyRef](path: String): FormalCROM[NT, RT, CT, RST]
def wellformed(path: String): Boolean

Checks if the loaded CROM is wellformed.

Checks if the loaded CROM is wellformed.

Value parameters

path

the file path to load a CROM from

Attributes

Returns

true if a model was loaded using withModel() and it is wellformed, false otherwise

Inherited methods

protected def loadModel(path: String): Resource

Load and imports an ecore model. Remember to set the path variable!

Load and imports an ecore model. Remember to set the path variable!

Value parameters

path

the path to load the ecore model from

Attributes

Returns

the imported model as Resource

Inherited from:
ECoreImporter