Package io.ciera.runtime.summit.classes
Interface IInstancePopulation
-
- All Known Subinterfaces:
IComponent<C>
- All Known Implementing Classes:
Component
public interface IInstancePopulation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaddInstance(IModelInstance<?,?> instance)intgetId()booleanremoveInstance(IModelInstance<?,?> instance)
-
-
-
Method Detail
-
addInstance
boolean addInstance(IModelInstance<?,?> instance) throws XtumlException
- Throws:
XtumlException
-
removeInstance
boolean removeInstance(IModelInstance<?,?> instance) throws XtumlException
- Throws:
XtumlException
-
getId
int getId()
-
-