Safe Haskell | None |
---|
Documentation
data Collection
initWithMatcher :: (Set String -> Bool) -> Collection
initWithTypes :: Set String -> Collection
getEntities :: Collection -> [Entity]
getMatcher :: Collection -> Set String -> Bool
addEntity :: Collection -> Entity -> Collection
exchangeEntity :: Collection -> Entity -> Collection
removeEntity :: Collection -> Entity -> Collection