public class SessionValueProducerFactoryImpl extends java.lang.Object implements SessionValueProducerFactory, java.io.Serializable
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static char |
CHAR_Model |
KEY_SessionValueProducerFactory| コンストラクタと説明 |
|---|
SessionValueProducerFactoryImpl(Resource resource) |
SessionValueProducerFactoryImpl(Resource resource,
SessionValueProducerSource[] producers) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected SessionValueProducerSource[] |
getDefault(Resource resource) |
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 updatablePtype,
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)
|
public static final char CHAR_Model
public SessionValueProducerFactoryImpl(Resource resource)
public SessionValueProducerFactoryImpl(Resource resource, SessionValueProducerSource[] producers)
protected SessionValueProducerSource[] getDefault(Resource resource)
public SessionValueProducer getSessionValueProducer(java.lang.String string)
SessionValueProducerFactorygetSessionValueProducer インタフェース内 SessionValueProducerFactorypublic SessionValueProducer getSessionValueProducer(java.lang.String string, PhenomenonType ptype, SessionValueProducer ptypeProducer)
SessionValueProducerFactorygetSessionValueProducer インタフェース内 SessionValueProducerFactorypublic SessionValueProducer getSessionValueProducer(java.util.Map map)
SessionValueProducerFactorygetSessionValueProducer インタフェース内 SessionValueProducerFactorypublic SessionValueProducer getSessionValueProducer(Key sessionKey, java.util.Map map)
SessionValueProducerFactorygetSessionValueProducer インタフェース内 SessionValueProducerFactorypublic SessionValueProducer getSessionValueProducer(java.util.Map map, PhenomenonType updatablePtype, SessionValueProducer ptypeProducer)
SessionValueProducerFactorygetSessionValueProducer インタフェース内 SessionValueProducerFactorypublic SessionValueProducer getSessionValueProducer(java.util.List list)
SessionValueProducerFactorygetSessionValueProducer インタフェース内 SessionValueProducerFactorypublic SessionValueProducer getSessionValueProducer(java.util.List list, PhenomenonType ptype, SessionValueProducer ptypeProducer)
SessionValueProducerFactorygetSessionValueProducer インタフェース内 SessionValueProducerFactorypublic SessionValueProducer getSessionValueProducer(Key sessionKey, java.util.List list) throws FatalException
SessionValueProducerFactorygetSessionValueProducer インタフェース内 SessionValueProducerFactoryFatalExceptionpublic SessionValueProducer getSessionValueProducer(java.lang.String[] strings)
SessionValueProducerFactorygetSessionValueProducer インタフェース内 SessionValueProducerFactorypublic SessionValueProducer getSessionValueProducer(java.lang.String[] strings, PhenomenonType ptype, SessionValueProducer ptypeProducer) throws FatalException
SessionValueProducerFactorygetSessionValueProducer インタフェース内 SessionValueProducerFactoryFatalExceptionpublic SessionValueProducer getSessionValueProducer(java.lang.Object object)
SessionValueProducerFactorygetSessionValueProducer インタフェース内 SessionValueProducerFactory