Package org.jspace
Interface SpaceFactory
public interface SpaceFactory
Factory used to build spaces.
-
Method Summary
-
Method Details
-
newSpace
Create a new space with a given max number of elements inside. Ifbound
is <=0 then the space is unbounded.- Parameters:
bound
- a limit on the number of elements in the space.- Returns:
- a new space.
-