Interface UnreifiedRelation

All Superinterfaces:
Element, org.eclipse.emf.ecore.EObject, IdentifiedElement, Member, org.eclipse.emf.common.notify.Notifier, Property, Relation, RelationBase, SemanticProperty, SpecializableProperty, SpecializableTerm, Statement, Term, VocabularyMember, VocabularyStatement
All Known Implementing Classes:
UnreifiedRelationImpl

public interface UnreifiedRelation extends Relation, RelationBase, SpecializableProperty
A representation of the model object 'Unreified Relation'. UnreifiedRelation is a simple [=relation=] from a source [=entity=] to a target [=entity=].

The following features are supported:

See Also:
Generated:
Model:
annotation="https://tabatkins.github.io/bikeshed heading='Relations'"
  • Method Details

    • getRef

      Relation getRef()
      Returns the value of the 'Ref' reference. A ref to another relation
      Specified by:
      getRef in interface Member
      Returns:
      the value of the 'Ref' reference.
      See Also:
      Generated:
      Model:
    • setRef

      void setRef(Relation value)
      Sets the value of the 'Ref' reference.
      Parameters:
      value - the new value of the 'Ref' reference.
      See Also:
      Generated:
    • getDomains

      org.eclipse.emf.common.util.EList<Entity> getDomains()
      Specified by:
      getDomains in interface Relation
      Generated:
      Model:
      kind="operation" unique="false"
    • getRanges

      org.eclipse.emf.common.util.EList<Entity> getRanges()
      Specified by:
      getRanges in interface Relation
      Generated:
      Model:
      kind="operation" unique="false"
    • getInverse

      Relation getInverse()
      Specified by:
      getInverse in interface Relation
      Generated:
      Model:
      kind="operation" unique="false"