public interface SessionValueProducerFactory
修飾子とタイプ | フィールドと説明 |
---|---|
static Key |
KEY_SessionValueProducerFactory
ファクトリキー
|
修飾子とタイプ | メソッドと説明 |
---|---|
SessionValueProducer |
getSessionValueProducer(Key sessionKey,
java.util.List list)
SessionKey部を指定してListからSessionValueProducerを作成する。
|
SessionValueProducer |
getSessionValueProducer(Key sessionKey,
java.util.Map map)
SessionKey部を指定してMapからSessionValueProducerを作成する。
|
SessionValueProducer |
getSessionValueProducer(java.util.List list)
Listの情報から無名のUpdatableのListを生成するValueProducerを生成する
|
SessionValueProducer |
getSessionValueProducer(java.util.List list,
PhenomenonType ptype,
SessionValueProducer ptypeProducer)
Listからptypeで指定したPhenomenonTypeの観測値を生成するSessionValueProducerを生成する(Internal use only)
|
SessionValueProducer |
getSessionValueProducer(java.util.Map map)
Mapの情報から無名のUpdatableを生成するSessionValueProducerを生成する
|
SessionValueProducer |
getSessionValueProducer(java.util.Map map,
PhenomenonType ptype,
SessionValueProducer ptypeProducer)
Mapからptypeで指定したPhenomenonTypeの観測値を生成するSessionValueProducerを生成する(Internal use only)
|
SessionValueProducer |
getSessionValueProducer(java.lang.Object object)
オブジェクトの型に応じたSessionValueProducerを生成する
|
SessionValueProducer |
getSessionValueProducer(java.lang.String string)
文字列からSessionValueProducerを生成する
|
SessionValueProducer |
getSessionValueProducer(java.lang.String[] strings)
String[]からSessionValueProducerを生成する。
|
SessionValueProducer |
getSessionValueProducer(java.lang.String[] strings,
PhenomenonType ptype,
SessionValueProducer ptypeProducer)
文字列の配列からptypeで指定したPhenomenonTypeの観測値を生成するSessionValueProducerを生成する(Internal use only)
|
SessionValueProducer |
getSessionValueProducer(java.lang.String string,
PhenomenonType ptype,
SessionValueProducer ptypeProducer)
文字列からptypeで指定したPhenomenonTypeの観測値を生成するSessionValueProducerを生成する(Internal use only)
|
static final Key KEY_SessionValueProducerFactory
SessionValueProducer getSessionValueProducer(java.lang.String string) throws FatalException
string
- resource
- FatalException
SessionValueProducer getSessionValueProducer(java.util.Map map) throws FatalException
map
- FatalException
SessionValueProducer getSessionValueProducer(java.util.List list) throws FatalException
list
- FatalException
SessionValueProducer getSessionValueProducer(java.lang.String[] strings) throws FatalException
strings
- FatalException
SessionValueProducer getSessionValueProducer(java.lang.Object object) throws FatalException
object
- FatalException
SessionValueProducer getSessionValueProducer(java.lang.String string, PhenomenonType ptype, SessionValueProducer ptypeProducer) throws FatalException
string
- ptype
- FatalException
SessionValueProducer getSessionValueProducer(java.util.Map map, PhenomenonType ptype, SessionValueProducer ptypeProducer) throws FatalException
map
- ptype
- FatalException
SessionValueProducer getSessionValueProducer(java.util.List list, PhenomenonType ptype, SessionValueProducer ptypeProducer) throws FatalException
list
- ptype
- FatalException
SessionValueProducer getSessionValueProducer(java.lang.String[] strings, PhenomenonType ptype, SessionValueProducer ptypeProducer) throws FatalException
strings
- ptype
- FatalException
SessionValueProducer getSessionValueProducer(Key sessionKey, java.util.Map map) throws FatalException
sessionKey
- map
- FatalException
SessionValueProducer getSessionValueProducer(Key sessionKey, java.util.List list) throws FatalException
sessionKey
- list
- FatalException