case class CoordinatedPhrase(head: Head, coordinates: Seq[Option[Phrase]] = Seq(), conjunction: String, post_modifiers: Seq[Phrase] = Seq(), features: Features = Map()) extends Phrase with NounForm with VerbForm with HasPostModifiers with HasFeatures with Product with Serializable

Annotations
@JsonIgnoreProperties()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CoordinatedPhrase
  2. Serializable
  3. Product
  4. Equals
  5. HasFeatures
  6. HasPostModifiers
  7. VerbForm
  8. NounForm
  9. Phrase
  10. ExportableToBlockly
  11. Constants
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CoordinatedPhrase(head: Head, coordinates: Seq[Option[Phrase]] = Seq(), conjunction: String, post_modifiers: Seq[Phrase] = Seq(), features: Features = Map())

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  6. val conjunction: String
  7. val coordinates: Seq[Option[Phrase]]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def expand(): CoordinatedPhraseElement
    Definition Classes
    CoordinatedPhrasePhrase
  10. def expandFeatures(element: NLGElement): Unit
    Definition Classes
    HasFeatures
  11. def expandPostModifiers(element: CoordinatedPhraseElement): Unit
    Definition Classes
    HasPostModifiers
  12. def expandPostModifiers(element: PhraseElement): Unit
    Definition Classes
    HasPostModifiers
  13. val features: Features
    Definition Classes
    CoordinatedPhraseHasFeatures
  14. def featuresToBlockly(l: List[BlocklyContents]): Unit
    Definition Classes
    HasFeatures
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  16. val head: Head
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  21. val post_modifiers: Seq[Phrase]
    Definition Classes
    CoordinatedPhraseHasPostModifiers
  22. def post_modifiersToBlockly(l: List[BlocklyContents]): Unit
    Definition Classes
    HasPostModifiers
  23. def processFeature(key: String, value: String, element: NLGElement): Unit
    Definition Classes
    HasFeatures
  24. def productElementNames: Iterator[String]
    Definition Classes
    Product
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toBlockly(): Block
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from HasFeatures

Inherited from HasPostModifiers

Inherited from VerbForm

Inherited from NounForm

Inherited from Phrase

Inherited from ExportableToBlockly

Inherited from Constants

Inherited from AnyRef

Inherited from Any

Ungrouped