be.ac.vub.cocompose.lang.properties
Interface ModelProperty
- All Superinterfaces:
- Cloneable, Element, ModelElement, Namespace, Property, VisitedElement
- All Known Implementing Classes:
- DefaultModelProperty
- public interface ModelProperty
- extends Property
Delegates to a model as property.
- Since:
- 0.2.0
- Version:
- 0.2.10, 07/05/2004
- Author:
- Dennis Wagelaar
Methods inherited from interface be.ac.vub.cocompose.lang.core.Namespace |
addOwnedElement, addOwnedElement, getDeepOwnedElement, getDeepOwnedElements, getOwnedElement, getOwnedElements, getOwnedElements, getOwnedIds, isRegistered, registerNameChange, removeOwnedElement |
getTargetModel
public Model getTargetModel()
- Gets the model that represents this property.
- Returns:
- the model that represents this property.
setTargetModel
public void setTargetModel(Model model)
- Sets the model that represents this property.
- Parameters:
model
- the model that represents this property.