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
FieldsModifier and TypeFieldDescriptionprotected Filestatic final Stringstatic final Stringprotected StringFields inherited from class org.eclipse.epsilon.emc.muddle.MuddleModel
muddle, unusedFeaturesFields 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
Constructors -
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, storeMethods 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, setStoredOnDisposalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
loadin interfaceIModel- Overrides:
loadin classModel- Throws:
EolModelLoadingException
-
load
- Specified by:
loadin interfaceIModel- Overrides:
loadin classMuddleModel- Throws:
EolModelLoadingException
-
setFile
-
getFile
-
setUri
-
getUri
-