org.eclipse.epsilon.emc.graphml
Class GraphmlModel

java.lang.Object
  extended by org.eclipse.epsilon.eol.models.Model
      extended by org.eclipse.epsilon.emc.muddle.MuddleModel
          extended by org.eclipse.epsilon.emc.graphml.GraphmlModel
All Implemented Interfaces:
IModel

public class GraphmlModel
extends MuddleModel


Field Summary
static java.lang.String PROPERTY_FILE
           
 
Fields inherited from class org.eclipse.epsilon.eol.models.Model
PROPERTY_ALIASES, PROPERTY_NAME, PROPERTY_READONLOAD, PROPERTY_STOREONDISPOSAL
 
Constructor Summary
GraphmlModel()
           
 
Method Summary
 java.io.File getFile()
           
 void load()
           
 void load(StringProperties properties, java.lang.String basePath)
           
 void setFile(java.io.File file)
           
 
Methods inherited from class org.eclipse.epsilon.emc.muddle.MuddleModel
allContents, createInstance, deleteElement, getAllOfKind, getAllOfType, getElementById, getElementId, getEnumerationValue, getMuddle, getPropertyGetter, getPropertySetter, getTypeNameOf, getUnusedFeatures, hasType, isInstantiable, main, owns, setElementId, setMuddle, store, store
 
Methods inherited from class org.eclipse.epsilon.eol.models.Model
allInstances, createInstance, dispose, getAliases, getFullyQualifiedTypeNameOf, getName, getTransactionSupport, getTypeOf, isModelElement, isOfKind, isOfType, isReadOnLoad, isStoredOnDisposal, knowsAboutProperty, setName, setReadOnLoad, setStoredOnDisposal
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_FILE

public static final java.lang.String PROPERTY_FILE
See Also:
Constant Field Values
Constructor Detail

GraphmlModel

public GraphmlModel()
Method Detail

load

public void load(StringProperties properties,
                 java.lang.String basePath)
          throws EolModelLoadingException
Specified by:
load in interface IModel
Overrides:
load in class Model
Throws:
EolModelLoadingException

load

public void load()
          throws EolModelLoadingException
Specified by:
load in interface IModel
Overrides:
load in class MuddleModel
Throws:
EolModelLoadingException

setFile

public void setFile(java.io.File file)

getFile

public java.io.File getFile()