case class ContentSignal(content: Option[Int]) extends ContentSignalPrototype[Option[Int]] with Product with Serializable
A basic content signal.
The content of this signal type is an index referring to a particular signal, for example, in a com.markblokpoel.lanag.rsa.Lexicon.
- content
The optional signal index.
- Alphabetic
- By Inheritance
- ContentSignal
- Product
- Equals
- ContentSignalPrototype
- Serializable
- Serializable
- Signal
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from ContentSignal to any2stringadd[ContentSignal] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (ContentSignal, B)
- Implicit
- This member is added by an implicit conversion from ContentSignal to ArrowAssoc[ContentSignal] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
val
content: Option[Int]
Access the content.
Access the content.
- Definition Classes
- ContentSignal → ContentSignalPrototype
-
def
ensuring(cond: (ContentSignal) ⇒ Boolean, msg: ⇒ Any): ContentSignal
- Implicit
- This member is added by an implicit conversion from ContentSignal to Ensuring[ContentSignal] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (ContentSignal) ⇒ Boolean): ContentSignal
- Implicit
- This member is added by an implicit conversion from ContentSignal to Ensuring[ContentSignal] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): ContentSignal
- Implicit
- This member is added by an implicit conversion from ContentSignal to Ensuring[ContentSignal] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): ContentSignal
- Implicit
- This member is added by an implicit conversion from ContentSignal to Ensuring[ContentSignal] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from ContentSignal to StringFormat[ContentSignal] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
isDefined: Boolean
Returns whether or not the signal is defined.
Returns whether or not the signal is defined.
- Definition Classes
- ContentSignal → ContentSignalPrototype
-
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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
- @native() @throws( ... )
-
def
→[B](y: B): (ContentSignal, B)
- Implicit
- This member is added by an implicit conversion from ContentSignal to ArrowAssoc[ContentSignal] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
Language Agents Simulation framework
For detailed documentation on using the framework please see the README.md file at the Github repository at https://github.com/markblokpoel/lanag-core.