object SemanticDB extends DoctorExplanation with Product with Serializable
- Alphabetic
- By Inheritance
- SemanticDB
- Serializable
- Serializable
- Product
- Equals
- DoctorExplanation
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
val
correctMessage: String
Message explaining what support for this means.
Message explaining what support for this means.
- Definition Classes
- SemanticDB → DoctorExplanation
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
explanation(title: String, correctMessage: String, incorrectMessage: String, show: Boolean): Obj
Take the values and creates a json explanation.
Take the values and creates a json explanation.
- Definition Classes
- DoctorExplanation
-
def
explanation(html: HtmlBuilder, title: String, correctMessage: String, incorrectMessage: String, show: Boolean): HtmlBuilder
Take the values and creates an html explanation for them.
Take the values and creates an html explanation for them.
- Definition Classes
- DoctorExplanation
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
incorrectMessage: String
Message explaining what you'll be missing if this is incorrect.
Message explaining what you'll be missing if this is incorrect.
- Definition Classes
- SemanticDB → DoctorExplanation
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
show(allTargetsInfo: Seq[DoctorTargetInfo]): Boolean
Whether or not the incorrect message needs to be shown along witht he correct one.
Whether or not the incorrect message needs to be shown along witht he correct one.
- Definition Classes
- SemanticDB → DoctorExplanation
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
title: String
Title of the explanation
Title of the explanation
- Definition Classes
- SemanticDB → DoctorExplanation
-
def
toHtml(html: HtmlBuilder, allTargetsInfo: Seq[DoctorTargetInfo]): Unit
Takes in a builder and returns a builder with the explanations attatched.
Takes in a builder and returns a builder with the explanations attatched.
- html
The builder your're working with.
- Definition Classes
- SemanticDB → DoctorExplanation
-
def
toJson(allTargetsInfo: Seq[DoctorTargetInfo]): Obj
Take the results and return them in Json
Take the results and return them in Json
- Definition Classes
- SemanticDB → DoctorExplanation
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()