CROM

trait CROM extends ECoreImporter

Representation of a Compartment Role Object Model (CROM).

class Object
trait Matchable
class Any
trait CROI

Value members

Concrete methods

def wellformed(path: String): Boolean

Checks if the loaded CROM is wellformed.

Checks if the loaded CROM is wellformed.

Value Params
path

the file path to load a CROM from

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 Params
path

the path to load the ecore model from

Returns

the imported model as Resource

Inherited from
ECoreImporter