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

org.contextmapper.tactic.dsl.tacticdsl.OppositeHolder Maven / Gradle / Ivy

There is a newer version: 6.12.0
Show newest version
/**
 * generated by Xtext 2.20.0
 */
package org.contextmapper.tactic.dsl.tacticdsl;

import org.eclipse.emf.ecore.EObject;

/**
 * 
 * A representation of the model object 'Opposite Holder'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.OppositeHolder#getOpposite Opposite}
  • *
* * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getOppositeHolder() * @model * @generated */ public interface OppositeHolder extends EObject { /** * Returns the value of the 'Opposite' reference. * *

* If the meaning of the 'Opposite' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Opposite' reference. * @see #setOpposite(Reference) * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getOppositeHolder_Opposite() * @model * @generated */ Reference getOpposite(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.OppositeHolder#getOpposite Opposite}' reference. * * * @param value the new value of the 'Opposite' reference. * @see #getOpposite() * @generated */ void setOpposite(Reference value); } // OppositeHolder




© 2015 - 2025 Weber Informatics LLC | Privacy Policy