|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Model in be.ac.vub.cocompose.eclipse |
Methods in be.ac.vub.cocompose.eclipse that return Model | |
Model |
CoComposeEditor.getModel()
Gets the CoCompose model that is edited. |
Methods in be.ac.vub.cocompose.eclipse with parameters of type Model | |
void |
CoComposeEditor.setModel(Model model)
Sets the CoCompose model that is edited. |
Uses of Model in be.ac.vub.cocompose.eclipse.model |
Methods in be.ac.vub.cocompose.eclipse.model that return Model | |
Model |
EclipseModelFactory.createModel()
Creates a Model. |
Uses of Model in be.ac.vub.cocompose.eclipse.model.core |
Classes in be.ac.vub.cocompose.eclipse.model.core that implement Model | |
class |
EclipseModel
The Model language element for Eclipse. |
Uses of Model in be.ac.vub.cocompose.io |
Methods in be.ac.vub.cocompose.io that return Model | |
Model |
ModelReader.read(String uri,
ModelFactory factory)
Reads the model from its uri. |
Methods in be.ac.vub.cocompose.io with parameters of type Model | |
void |
FileModelWriter.write(Model model)
Writes the model to its URI. |
void |
ModelWriter.write(Model model)
Writes the model to its URI. |
Uses of Model in be.ac.vub.cocompose.io.xmi |
Methods in be.ac.vub.cocompose.io.xmi that return Model | |
Model |
XMIModelReader.read(String uri,
ModelFactory factory)
Reads the model from its uri. |
Methods in be.ac.vub.cocompose.io.xmi with parameters of type Model | |
void |
XMIElementAttributesWriter.visitModel(Model model)
Visits a Model. |
void |
XMIElementLinkAttributesReader.visitModel(Model model)
Visits a Model. |
void |
XMIElementType.visitModel(Model model)
Visits a Model. |
void |
XMIElementWriter.visitModel(Model model)
Visits a Model. |
void |
XMIModelWriter.write(Model model)
Writes the model to its URI. |
void |
XMIModelWriter.writeXMI(Model model)
Writes the XMI representation of the given model to the xml writer. |
Constructors in be.ac.vub.cocompose.io.xmi with parameters of type Model | |
XMIModelLinkReader(Model model,
Hashtable elementMap)
Creates an XMIModelLinkReader |
Uses of Model in be.ac.vub.cocompose.lang |
Methods in be.ac.vub.cocompose.lang that return Model | |
Model |
ModelFactory.createModel()
Creates a Model. |
Methods in be.ac.vub.cocompose.lang with parameters of type Model | |
void |
DefaultModelVisitor.visitModel(Model model)
Visits a Model. |
void |
DefaultSuperModelVisitor.visitModel(Model model)
Visits a Model. |
void |
ModelVisitor.visitModel(Model model)
Visits a Model. |
Uses of Model in be.ac.vub.cocompose.lang.core |
Methods in be.ac.vub.cocompose.lang.core that return Model | |
Model |
Concept.getDefaultConceptOf()
Gets the model of which this concept is the default concept, if any. |
Model |
ModelElement.getModel()
Gets the root model for this element, if any. |
Methods in be.ac.vub.cocompose.lang.core with parameters of type Model | |
void |
Concept.setDefaultConceptOf(Model model)
Sets the model of which this concept is the default concept, if any. |
Uses of Model in be.ac.vub.cocompose.lang.impl |
Methods in be.ac.vub.cocompose.lang.impl that return Model | |
Model |
DefaultModelFactory.createModel()
Creates a Model. |
Uses of Model in be.ac.vub.cocompose.lang.impl.core |
Classes in be.ac.vub.cocompose.lang.impl.core that implement Model | |
class |
DefaultModel
The Model language element. |
Methods in be.ac.vub.cocompose.lang.impl.core that return Model | |
Model |
DefaultConcept.getDefaultConceptOf()
Gets the model of which this concept is the default concept, if any. |
Model |
DefaultModelElement.getModel()
Gets the root model for this element, if any. |
Methods in be.ac.vub.cocompose.lang.impl.core with parameters of type Model | |
void |
DefaultConcept.setDefaultConceptOf(Model model)
Sets the model of which this concept is the default concept, if any. |
Uses of Model in be.ac.vub.cocompose.lang.impl.properties |
Methods in be.ac.vub.cocompose.lang.impl.properties that return Model | |
Model |
DefaultModelProperty.getModel()
Gets the property container model. |
Methods in be.ac.vub.cocompose.lang.impl.properties with parameters of type Model | |
void |
DefaultModelProperty.setModel(Model model)
Sets the property container model. |
Uses of Model in be.ac.vub.cocompose.lang.properties |
Methods in be.ac.vub.cocompose.lang.properties that return Model | |
Model |
ModelProperty.getModel()
|
Methods in be.ac.vub.cocompose.lang.properties with parameters of type Model | |
void |
ModelProperty.setModel(Model model)
Sets the property container model. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |