Packages

case class ComponentType(documentNameGroupSequence1: DocumentNameGroupSequence, typeDefinitions: Option[TypeDefinitions] = None, powerDomains: Option[PowerDomains] = None, busInterfaces: Option[BusInterfaces] = None, indirectInterfaces: Option[IndirectInterfaces] = None, channels: Option[Channels] = None, modes: Option[Modes] = None, addressSpaces: Option[AddressSpaces] = None, memoryMaps: Option[MemoryMaps] = None, model: Option[ModelType] = None, componentGenerators: Option[ComponentGenerators] = None, choices: Option[Choices] = None, fileSets: Option[FileSets] = None, clearboxElements: Option[ClearboxElements] = None, cpus: Option[Cpus] = None, otherClockDrivers: Option[OtherClocks] = None, resetTypes: Option[ResetTypes] = None, parameters: Option[Parameters] = None, assertions: Option[Assertions] = None, vendorExtensions: Option[VendorExtensions] = None, attributes: Map[String, DataRecord[Any]] = Map.empty) extends IPXACTDocumentTypesOption with Product with Serializable

Component-specific extension to componentType

Linear Supertypes
Serializable, Product, Equals, IPXACTDocumentTypesOption, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ComponentType
  2. Serializable
  3. Product
  4. Equals
  5. IPXACTDocumentTypesOption
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ComponentType(documentNameGroupSequence1: DocumentNameGroupSequence, typeDefinitions: Option[TypeDefinitions] = None, powerDomains: Option[PowerDomains] = None, busInterfaces: Option[BusInterfaces] = None, indirectInterfaces: Option[IndirectInterfaces] = None, channels: Option[Channels] = None, modes: Option[Modes] = None, addressSpaces: Option[AddressSpaces] = None, memoryMaps: Option[MemoryMaps] = None, model: Option[ModelType] = None, componentGenerators: Option[ComponentGenerators] = None, choices: Option[Choices] = None, fileSets: Option[FileSets] = None, clearboxElements: Option[ClearboxElements] = None, cpus: Option[Cpus] = None, otherClockDrivers: Option[OtherClocks] = None, resetTypes: Option[ResetTypes] = None, parameters: Option[Parameters] = None, assertions: Option[Assertions] = None, vendorExtensions: Option[VendorExtensions] = None, attributes: Map[String, DataRecord[Any]] = Map.empty)

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. val addressSpaces: Option[AddressSpaces]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val assertions: Option[Assertions]
  7. val attributes: Map[String, DataRecord[Any]]
  8. val busInterfaces: Option[BusInterfaces]
  9. val channels: Option[Channels]
  10. val choices: Option[Choices]
  11. val clearboxElements: Option[ClearboxElements]
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  13. val componentGenerators: Option[ComponentGenerators]
  14. val cpus: Option[Cpus]
  15. val documentNameGroupSequence1: DocumentNameGroupSequence
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. val fileSets: Option[FileSets]
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  19. val indirectInterfaces: Option[IndirectInterfaces]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. val memoryMaps: Option[MemoryMaps]
  22. val model: Option[ModelType]
  23. val modes: Option[Modes]
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  27. val otherClockDrivers: Option[OtherClocks]
  28. val parameters: Option[Parameters]
  29. val powerDomains: Option[PowerDomains]
  30. def productElementNames: Iterator[String]
    Definition Classes
    Product
  31. val resetTypes: Option[ResetTypes]
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. val typeDefinitions: Option[TypeDefinitions]
  34. val vendorExtensions: Option[VendorExtensions]
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. lazy val xmlid: Option[String]

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 AnyRef

Inherited from Any

Ungrouped