Package

org.omg.oti.mof.schema

events

Permalink

package events

Visibility
  1. Public
  2. All

Type Members

  1. trait ChangeKind extends AnyRef

    Permalink
  2. sealed trait ModelChangedEvent extends AnyRef

    Permalink
  3. case class ModelElementChangedEvent(changeKind: ChangeKind, element: OTIMOFModelElement) extends ModelChangedEvent with Product with Serializable

    Permalink
  4. case class ModelOrderedAttributeAtomicValueChangedEvent(changeKind: ChangeKind, attributeValue: OTIMOFOrderedAttributeAtomicValue) extends ModelChangedEvent with Product with Serializable

    Permalink
  5. case class ModelOrderedAttributeEnumerationLiteralValueChangedEvent(changeKind: ChangeKind, attributeValue: OTIMOFOrderedAttributeEnumerationLiteralValue) extends ModelChangedEvent with Product with Serializable

    Permalink
  6. case class ModelOrderedAttributeStructuredValueChangedEvent(changeKind: ChangeKind, attributeValue: OTIMOFOrderedAttributeStructuredValueLink) extends ModelChangedEvent with Product with Serializable

    Permalink
  7. case class ModelOrderedLinkChangedEvent(changeKind: ChangeKind, link: OTIMOFModelOrderedLink) extends ModelChangedEvent with Product with Serializable

    Permalink
  8. case class ModelUnorderedAttributeAtomicValueChangedEvent(changeKind: ChangeKind, attributeValue: OTIMOFUnorderedAttributeAtomicValue) extends ModelChangedEvent with Product with Serializable

    Permalink
  9. case class ModelUnorderedAttributeEnumerationLiteralValueChangedEvent(changeKind: ChangeKind, attributeValue: OTIMOFUnorderedAttributeEnumerationLiteralValue) extends ModelChangedEvent with Product with Serializable

    Permalink
  10. case class ModelUnorderedAttributeStructuredValueChangedEvent(changeKind: ChangeKind, attributeValue: OTIMOFUnorderedAttributeStructuredValueLink) extends ModelChangedEvent with Product with Serializable

    Permalink
  11. case class ModelUnorderedLinkChangedEvent(changeKind: ChangeKind, link: OTIMOFModelUnorderedLink) extends ModelChangedEvent with Product with Serializable

    Permalink

Value Members

  1. object AddedChange extends ChangeKind

    Permalink
  2. object ChangeKind

    Permalink
  3. object DeletedChange extends ChangeKind

    Permalink
  4. object ModelChangedEvent

    Permalink
  5. object ModifiedChange extends ChangeKind

    Permalink

Ungrouped