All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eu.mihosoft.vmf.vmftext.grammar.AlternativeBase Maven / Gradle / Ivy

The newest version!

package eu.mihosoft.vmf.vmftext.grammar;

// vmf imports
//import eu.mihosoft.vmf.runtime.core.*;
import eu.mihosoft.vcollections.*;

// property types imports

// interface

/**
 * An interface-only representation of the model object {@code eu.mihosoft.vmf.vmftext.grammar.AlternativeBase}.
 *
 * 
 * 
 *
 */
public interface AlternativeBase extends eu.mihosoft.vmf.runtime.core.VObject, WithText,WithId, Cloneable, eu.mihosoft.vmf.runtime.core.Mutable {


  /**
   * Returns the value of the 'elements' containment list.
   *
   * It is bidirectional and its opposite is '{@link UPElement#getParentAlt() parentAlt}'.
   *
   * 
   * 
   *
   * @return the value of the 'elements' containment list.
   */
  eu.mihosoft.vcollections.VList getElements();




/**
 * Returns the value of the 'parentRule' container reference.
 *
 * It is bidirectional and its opposite is '{@link eu.mihosoft.vmf.vmftext.grammar.UPRuleBase#getAlternatives() alternatives}'.
 *
 * 
 * 
 *
 * @return the value of the 'parentRule' container reference.
 * @see AlternativeBase#setParentRule(eu.mihosoft.vmf.vmftext.grammar.UPRuleBase)
 */
 eu.mihosoft.vmf.vmftext.grammar.UPRuleBase getParentRule();

 /**
  * Sets the value of the 'parentRule' property.
  *
  * 
  * 
  *
  * @param parentRule the value to set
  * @see AlternativeBase#getParentRule()
  */
  void setParentRule(eu.mihosoft.vmf.vmftext.grammar.UPRuleBase parentRule);



// --------------------------------------------------------------------
// --- declaration of delegation methods
// --------------------------------------------------------------------



  /**
   * Returns a read-only wrapper of '{@link AlternativeBase AlternativeBase}'
   * @return a read-only wrapper of '{@link AlternativeBase AlternativeBase}'
   */
  ReadOnlyAlternativeBase asReadOnly();

  /**
   * Returns a deep clone of this object.
   * @return a deep clone of this object
   */
  @Override
  AlternativeBase clone() /*throws CloneNotSupportedException*/;

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy