public class ScopedController extends AbstractController
ontopia| Constructor and Description |
|---|
ScopedController() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ScopedIF scoped,
Topic scope) |
protected void |
init() |
void |
remove(ScopedIF scoped,
Topic scope) |
Collection<TopicIF> |
resolve(TopicMapIF tm,
Collection<Topic> scope) |
void |
setScope(ScopedIF scoped,
Collection<Topic> scope) |
getController, getOntopia, requireNotNull, setOntopiaprotected void init()
init in class AbstractControllerpublic void setScope(ScopedIF scoped, Collection<Topic> scope)
public Collection<TopicIF> resolve(TopicMapIF tm, Collection<Topic> scope)