be.ac.vub.cocompose.lang.core
Interface SolutionPattern
- All Superinterfaces:
- Cloneable, Element, ModelElement, Namespace, Refinement, VisitedElement
- All Known Implementing Classes:
- DefaultSolutionPattern
- public interface SolutionPattern
- extends Refinement
The Solution Pattern language element interface.
- Since:
- 0.1.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 |
getSolutionModel
public Model getSolutionModel()
- Gets the solution model.
- Returns:
- the solution model.
setSolutionModel
public void setSolutionModel(Model solutionModel)
- Sets the solution model.
- Parameters:
solutionModel
- the solution model.