Packages

trait Controller extends AnyRef

Source
OpenModel.scala
Linear Supertypes
AnyRef, Any
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 errorAutoconvertingModel(result: FailedConversionResult): Option[Model]
  2. abstract def errorOpeningURI(uri: URI, exception: Exception): Unit
  3. abstract def invalidModel(uri: URI): Unit
  4. abstract def invalidModelVersion(uri: URI, version: String): Unit
  5. abstract def shouldOpenModelOfDifferingArity(arity: Int, version: String): Boolean
  6. abstract def shouldOpenModelOfLegacyVersion(version: String): Boolean
  7. abstract def shouldOpenModelOfUnknownVersion(version: String): Boolean