public class GraphmlModel extends MuddleModel
Modifier and Type | Field and Description |
---|---|
protected File |
file |
static String |
PROPERTY_FILE |
static String |
PROPERTY_URI |
protected String |
uri |
muddle, propertyGetter, propertySetter, unusedFeatures
aliases, name, PROPERTY_ALIASES, PROPERTY_NAME, PROPERTY_READONLOAD, PROPERTY_STOREONDISPOSAL, readOnLoad, storeOnDisposal
Constructor and Description |
---|
GraphmlModel() |
Modifier and Type | Method and Description |
---|---|
File |
getFile() |
String |
getUri() |
void |
load() |
void |
load(StringProperties properties,
IRelativePathResolver resolver) |
void |
setFile(File file) |
void |
setUri(String uri) |
allContents, collectAllSubTypes, createInstance, deleteElement, getAllOfKind, getAllOfType, getAllSubTypes, getElementById, getElementId, getEnumerationValue, getMuddle, getPropertyGetter, getPropertySetter, getTypeNameOf, getUnusedFeatures, hasType, isInstantiable, main, muddleElementTypeForName, owns, setElementId, setMuddle, store, store
allInstances, createInstance, dispose, getAliases, getFullyQualifiedTypeNameOf, getMetamodel, getName, getTransactionSupport, getTypeOf, isModelElement, isOfKind, isOfType, isPropertySet, isReadOnLoad, isStoredOnDisposal, knowsAboutProperty, load, load, setName, setReadOnLoad, setStoredOnDisposal
public static final String PROPERTY_FILE
public static String PROPERTY_URI
protected File file
protected String uri
public void load(StringProperties properties, IRelativePathResolver resolver) throws EolModelLoadingException
load
in interface IModel
load
in class Model
EolModelLoadingException
public void load() throws EolModelLoadingException
load
in interface IModel
load
in class MuddleModel
EolModelLoadingException
public void setFile(File file)
public File getFile()
public void setUri(String uri)
public String getUri()
Copyright © 2018. All rights reserved.