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

eu.mihosoft.vmf.vmftext.grammar.impl.VCloneableInternal Maven / Gradle / Ivy

The newest version!

package eu.mihosoft.vmf.vmftext.grammar.impl;

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

// property types imports

// interface

/**
 * A representation of the model object {@code $type.fullTypeName}.
 */
interface VCloneableInternal  {

  /**
   * Performs a deep copy (takes care of references and cycles).
   */
  eu.mihosoft.vmf.runtime.core.VObject _vmf_deepCopy(java.util.IdentityHashMap identityMap);

  /**
   * Performs a shallow copy (takes care of references and cycles).
   */
  eu.mihosoft.vmf.runtime.core.VObject _vmf_shallowCopy(java.util.IdentityHashMap identityMap);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy