Class IvmlElementIdentifier.ObservableTuple

java.lang.Object
eu.qualimaster.easy.extension.internal.IvmlElementIdentifier.ObservableTuple
Enclosing class:
IvmlElementIdentifier

public static class IvmlElementIdentifier.ObservableTuple extends Object
A 2-tuple consisting of IvmlElement and IObservable, which are used to generate unique identifiers.
Author:
El-Sharkawy
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private net.ssehub.easy.instantiation.core.model.vilTypes.configuration.IvmlElement
     
    private eu.qualimaster.observables.IObservable
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    ObservableTuple(net.ssehub.easy.instantiation.core.model.vilTypes.configuration.IvmlElement element, eu.qualimaster.observables.IObservable observable)
    Sole constructor of this class.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • element

      private net.ssehub.easy.instantiation.core.model.vilTypes.configuration.IvmlElement element
    • observable

      private eu.qualimaster.observables.IObservable observable
  • Constructor Details

    • ObservableTuple

      public ObservableTuple(net.ssehub.easy.instantiation.core.model.vilTypes.configuration.IvmlElement element, eu.qualimaster.observables.IObservable observable)
      Sole constructor of this class.
      Parameters:
      element - The (top level) variable to map.
      observable - An observable nested inside of element