be.ac.vub.cocompose.lang.core
Interface ImplementationPattern
- All Superinterfaces:
- Cloneable, Element, ModelElement, Namespace, Refinement, VisitedElement
- All Known Implementing Classes:
- DefaultImplementationPattern
- public interface ImplementationPattern
- extends Refinement
Embedded implementation interface.
- Since:
- 0.1.0
- Version:
- 0.2.0, 02/12/2003
- 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 |
getContent
public String getContent()
- Gets the implementation content.
- Returns:
- the implementation content.
setContent
public void setContent(String content)
- Sets the implementation content.
- Parameters:
content
- - the implementation content.