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)
SessionValueProducerFactory
getSessionValueProducer
インタフェース内 SessionValueProducerFactory
public SessionValueProducer getSessionValueProducer(java.lang.String string, PhenomenonType ptype, SessionValueProducer ptypeProducer)
SessionValueProducerFactory
getSessionValueProducer
インタフェース内 SessionValueProducerFactory
public SessionValueProducer getSessionValueProducer(java.util.Map map)
SessionValueProducerFactory
getSessionValueProducer
インタフェース内 SessionValueProducerFactory
public SessionValueProducer getSessionValueProducer(Key sessionKey, java.util.Map map)
SessionValueProducerFactory
getSessionValueProducer
インタフェース内 SessionValueProducerFactory
public SessionValueProducer getSessionValueProducer(java.util.Map map, PhenomenonType updatablePtype, SessionValueProducer ptypeProducer)
SessionValueProducerFactory
getSessionValueProducer
インタフェース内 SessionValueProducerFactory
public SessionValueProducer getSessionValueProducer(java.util.List list)
SessionValueProducerFactory
getSessionValueProducer
インタフェース内 SessionValueProducerFactory
public SessionValueProducer getSessionValueProducer(java.util.List list, PhenomenonType ptype, SessionValueProducer ptypeProducer)
SessionValueProducerFactory
getSessionValueProducer
インタフェース内 SessionValueProducerFactory
public SessionValueProducer getSessionValueProducer(Key sessionKey, java.util.List list) throws FatalException
SessionValueProducerFactory
getSessionValueProducer
インタフェース内 SessionValueProducerFactory
FatalException
public SessionValueProducer getSessionValueProducer(java.lang.String[] strings)
SessionValueProducerFactory
getSessionValueProducer
インタフェース内 SessionValueProducerFactory
public SessionValueProducer getSessionValueProducer(java.lang.String[] strings, PhenomenonType ptype, SessionValueProducer ptypeProducer) throws FatalException
SessionValueProducerFactory
getSessionValueProducer
インタフェース内 SessionValueProducerFactory
FatalException
public SessionValueProducer getSessionValueProducer(java.lang.Object object)
SessionValueProducerFactory
getSessionValueProducer
インタフェース内 SessionValueProducerFactory