Interface Tuple<F,S>

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
TupleImpl

public interface Tuple<F,S> extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Tuple'.

The following features are supported:

See Also:
Generated:
Model:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(Object value)
    Returns the value of the 'First' reference.
    Returns the value of the 'Second' reference.
    int
    void
    setFirst(F value)
    Sets the value of the 'First' reference.
    void
    setSecond(S value)
    Sets the value of the 'Second' reference.

    Methods inherited from interface org.eclipse.emf.ecore.EObject

    eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset

    Methods inherited from interface org.eclipse.emf.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver
  • Method Details

    • getFirst

      F getFirst()
      Returns the value of the 'First' reference.
      Returns:
      the value of the 'First' reference.
      See Also:
      Generated:
      Model:
      kind="reference"
    • setFirst

      void setFirst(F value)
      Sets the value of the 'First' reference.
      Parameters:
      value - the new value of the 'First' reference.
      See Also:
      Generated:
    • getSecond

      S getSecond()
      Returns the value of the 'Second' reference.
      Returns:
      the value of the 'Second' reference.
      See Also:
      Generated:
      Model:
      kind="reference"
    • setSecond

      void setSecond(S value)
      Sets the value of the 'Second' reference.
      Parameters:
      value - the new value of the 'Second' reference.
      See Also:
      Generated:
    • equals

      boolean equals(Object value)
      Overrides:
      equals in class Object
      Generated:
      Model:
    • hashCode

      int hashCode()
      Overrides:
      hashCode in class Object
      Generated:
      Model: