public class AmaltheaWriter
extends Object
Constructor and Description |
---|
AmaltheaWriter() |
Modifier and Type | Method and Description |
---|---|
static boolean |
writeToFile(Amalthea model,
File file)
Static method to save an AMALTHEA model to a file.
|
static boolean |
writeToFileNamed(Amalthea model,
String pathname)
Static method to save an AMALTHEA model to a file with a given pathname string.
|
static boolean |
writeToURI(Amalthea model,
URI uri)
Static method to save an AMALTHEA model to a file URI.
|
public static boolean writeToFileNamed(Amalthea model, String pathname)
Possible path names:
model
- source modelpathname
- Stringpublic static boolean writeToFile(Amalthea model, File file)
model
- source modelfile
- standard Java filepublic static boolean writeToURI(Amalthea model, URI uri)
model
- source modeluri
- org.eclipse.emf.common.util.URI