class NotationContainer extends ComponentContainer
A NotationContainer wraps around various notations that can be associated with a Declaration
- Source
- NotationContainer.scala
- Alphabetic
- By Inheritance
- NotationContainer
- ComponentContainer
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new NotationContainer()
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
-
def
add(that: NotationContainer): Unit
adds all notations into the current container
-
def
apply(c: NotationComponentKey): Option[TextNotation]
get the notation for a certain component
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def copy: NotationContainer
-
def
delete: Unit
empties this container, afterwards the component is absent
empties this container, afterwards the component is absent
- Definition Classes
- NotationContainer → ComponentContainer
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
equivalentTo(that: ComponentContainer): Boolean
true if two containers have the same content
true if two containers have the same content
- Definition Classes
- ComponentContainer
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def getAllNotations: List[TextNotation]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getComponents: List[DeclarationComponent]
- def getNotations(dim: Option[Int], lang: Option[String] = None): List[TextNotation]
-
def
getParseDefault: Option[TextNotation]
- returns
an appropriate notation for parsing, if any
-
def
getPresentDefault: Option[TextNotation]
- returns
an appropriate notation for presentation, if any
-
def
getVerbalDefault: Option[TextNotation]
- returns
an appropriate notation for verbalization, if any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
isDefined: Boolean
true if (some dimension of) this component is present
true if (some dimension of) this component is present
- Definition Classes
- NotationContainer → ComponentContainer
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
merge(that: NotationContainer): NotationContainer
a copy of this NotationContainer with some other notations merged in
-
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 parsing: Option[TextNotation]
- def parsingDim: NotationDimension
- def presentation: Option[TextNotation]
- def presentationDim: NotationDimension
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toNode: Seq[Node] with AbstractSeq[Node] with Serializable
-
def
toString(): String
- Definition Classes
- NotationContainer → AnyRef → Any
-
def
update(c: ComponentContainer): Boolean
update all notations using the values of a different container
update all notations using the values of a different container
- returns
true if a change took place
- Definition Classes
- NotationContainer → ComponentContainer
-
def
update(c: NotationComponentKey, tn: TextNotation): Unit
set the notation for a certain component
- def verbalization: Option[TextNotation]
- def verbalizationDim: NotationDimension
-
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()