public abstract class AbstractScope extends java.lang.Object implements Scope
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<ComponentId,ComponentDefinition<?>> |
idToDefinition
IDとコンポーネント定義のマッピング
|
Constructor and Description |
---|
AbstractScope() |
Modifier and Type | Method and Description |
---|---|
<T> void |
register(ComponentDefinition<T> definition)
コンポーネント定義を登録する。
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
dimensions, getComponent
protected final java.util.Map<ComponentId,ComponentDefinition<?>> idToDefinition
public <T> void register(ComponentDefinition<T> definition)
Scope