eu.mihosoft.vmf.vmftext.grammar.ReadOnlyUPNamedSubRuleElement 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 read-only representation of the model object {@code eu.mihosoft.vmf.vmftext.grammar.UPNamedSubRuleElement}.
*
*
*
*
*/
public interface ReadOnlyUPNamedSubRuleElement extends eu.mihosoft.vmf.runtime.core.VObject, ReadOnlyUPElement,ReadOnlySubRule,ReadOnlyWithName, eu.mihosoft.vmf.runtime.core.ReadOnly {
/**
* Returns a deep clone of this object.
* @return a deep clone of this object
*/
@Override
public ReadOnlyUPNamedSubRuleElement clone();
@Override
default ReadOnlyUPNamedSubRuleElement asReadOnly() {
return this;
}
/**
* Returns a modifiable deep clone of this object.
* @return a modifiable deep clone of this object
*/
UPNamedSubRuleElement asModifiable();
}