|
|||||||||||
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. |
Model |
ModelReader.read(InputStream input,
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. |
void |
ModelWriter.write(Model model,
OutputStream output)
Writes the model to an OutputStream. |
Uses of Model in be.ac.vub.cocompose.io.xmi |
Methods in be.ac.vub.cocompose.io.xmi that return Model | |
Model |
XMIModelLinkReader.getModel()
Gets the last parsed model. |
Model |
XMIModelReader.read(String uri,
ModelFactory factory)
Reads the model from its uri. |
Model |
XMIModelReader.read(InputStream input,
String uri,
ModelFactory factory)
Reads the model from its uri. |
Model |
XMIModelReader.getModel()
Gets the model that is read. |
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. |
protected void |
XMIModelLinkReader.setModel(Model model)
Sets the last parsed model. |
protected void |
XMIModelReader.setModel(Model model)
Sets the model that is read. |
void |
XMIModelWriter.write(Model model)
Writes the model to its URI. |
void |
XMIModelWriter.write(Model model,
OutputStream output)
Writes the model to an OutputStream. |
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,
Map 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 |
ModelElement.getModel()
Gets the root model for this element, if any. |
Model |
RefinedElement.getDefaultElementOf()
Gets the model of which this element is the default element, if any. |
Model |
SolutionPattern.getSolutionModel()
Gets the solution model. |
Methods in be.ac.vub.cocompose.lang.core with parameters of type Model | |
void |
RefinedElement.setDefaultElementOf(Model model)
Sets the model of which this element is the default element, if any. |
void |
SolutionPattern.setSolutionModel(Model solutionModel)
Sets the solution model. |
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 |
DefaultModelElement.getModel()
Gets the root model for this element, if any. |
Model |
DefaultRefinedElement.getDefaultElementOf()
Gets the model of which this element is the default element, if any. |
Model |
DefaultSolutionPattern.getSolutionModel()
Gets the solution model. |
Methods in be.ac.vub.cocompose.lang.impl.core with parameters of type Model | |
void |
DefaultRefinedElement.setDefaultElementOf(Model model)
Sets the model of which this element is the default element, if any. |
void |
DefaultSolutionPattern.setSolutionModel(Model solutionModel)
Sets the solution model. |
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.getTargetModel()
Gets the property container model. |
Methods in be.ac.vub.cocompose.lang.impl.properties with parameters of type Model | |
void |
DefaultModelProperty.setTargetModel(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.getTargetModel()
Gets the model that represents this property. |
Methods in be.ac.vub.cocompose.lang.properties with parameters of type Model | |
void |
ModelProperty.setTargetModel(Model model)
Sets the model that represents this property. |
Uses of Model in be.ac.vub.cocompose.operations |
Methods in be.ac.vub.cocompose.operations with parameters of type Model | |
void |
CopyElementLinks.visitModel(Model model)
Visits a Model. |
void |
CopyElement.visitModel(Model model)
Visits a Model. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |