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

org.contextmapper.tactic.dsl.tacticdsl.CommandEvent 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;


/**
 * 
 * A representation of the model object 'Command Event'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.CommandEvent#getExtends Extends}
  • *
* * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getCommandEvent() * @model * @generated */ public interface CommandEvent extends Event { /** * Returns the value of the 'Extends' reference. * *

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

* * @return the value of the 'Extends' reference. * @see #setExtends(CommandEvent) * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getCommandEvent_Extends() * @model * @generated */ CommandEvent getExtends(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.CommandEvent#getExtends Extends}' reference. * * * @param value the new value of the 'Extends' reference. * @see #getExtends() * @generated */ void setExtends(CommandEvent value); } // CommandEvent




© 2015 - 2025 Weber Informatics LLC | Privacy Policy