Packages

trait Controller extends AnyRef

Source
SaveModel.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Controller
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def chooseFilePath(modelType: ModelType): Option[URI]
  2. abstract def shouldSaveModelOfDifferingVersion(version: String): Boolean
  3. abstract def warnInvalidFileFormat(format: String): Unit