Package org.eclipse.epsilon.emc.graphml
Class GraphmlModel
java.lang.Object
org.eclipse.epsilon.eol.models.Model
org.eclipse.epsilon.emc.muddle.MuddleModel
org.eclipse.epsilon.emc.graphml.GraphmlModel
- All Implemented Interfaces:
AutoCloseable
,IModel
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.epsilon.eol.models.IModel
IModel.AmbiguityCheckResult
-
Field Summary
Modifier and TypeFieldDescriptionprotected File
static final String
static final String
protected String
Fields inherited from class org.eclipse.epsilon.emc.muddle.MuddleModel
muddle, unusedFeatures
Fields inherited from class org.eclipse.epsilon.eol.models.Model
aliases, ENV_PREFIX, name, PROPERTY_ALIASES, PROPERTY_NAME, PROPERTY_READONLOAD, PROPERTY_READONLY, PROPERTY_STOREONDISPOSAL, propertyGetter, propertySetter, readOnLoad, storeOnDisposal
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.epsilon.emc.muddle.MuddleModel
allContents, collectAllSubTypes, createInstance, deleteElement, getAllOfKind, getAllOfType, getAllSubTypes, getElementById, getElementId, getEnumerationValue, getMuddle, getTypeNameOf, getUnusedFeatures, hasType, isInstantiable, isLoaded, muddleElementTypeForName, owns, setElementId, setMuddle, store, store
Methods inherited from class org.eclipse.epsilon.eol.models.Model
allInstances, createInstance, dispose, getAliases, getFullyQualifiedTypeNameOf, getMetamodel, getName, getPropertyGetter, getPropertySetter, getTransactionSupport, getTypeOf, isModelElement, isOfKind, isOfType, isPropertySet, isReadOnLoad, isStoredOnDisposal, knowsAboutProperty, load, load, setName, setReadOnLoad, setStoredOnDisposal
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.epsilon.eol.models.IModel
checkAmbiguity, close
-
Field Details
-
PROPERTY_FILE
- See Also:
-
PROPERTY_URI
- See Also:
-
file
-
uri
-
-
Constructor Details
-
GraphmlModel
public GraphmlModel()
-
-
Method Details
-
load
public void load(StringProperties properties, IRelativePathResolver resolver) throws EolModelLoadingException - Specified by:
load
in interfaceIModel
- Overrides:
load
in classModel
- Throws:
EolModelLoadingException
-
load
- Specified by:
load
in interfaceIModel
- Overrides:
load
in classMuddleModel
- Throws:
EolModelLoadingException
-
setFile
-
getFile
-
setUri
-
getUri
-