|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.epsilon.eol.models.Model org.eclipse.epsilon.emc.muddle.MuddleModel org.eclipse.epsilon.emc.graphml.GraphmlModel
public class GraphmlModel
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 |
---|
public static final java.lang.String PROPERTY_FILE
Constructor Detail |
---|
public GraphmlModel()
Method Detail |
---|
public void load(StringProperties properties, java.lang.String basePath) 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(java.io.File file)
public java.io.File getFile()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |