|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IdFactory | |
planet.commonapi.factory | |
planet.generic.commonapi.factory | |
planet.scribe |
Uses of IdFactory in planet.commonapi.factory |
Methods in planet.commonapi.factory that return IdFactory | |
IdFactory |
IdFactory.setValues(java.lang.Class idClass,
java.lang.String topology,
int networkSize)
Sets the specified initial values. |
Methods in planet.commonapi.factory with parameters of type IdFactory | |
NodeFactory |
NodeFactory.setValues(IdFactory idFactory,
java.lang.Class nodeClass)
Sets the initial values for this NodeFactory. |
Uses of IdFactory in planet.generic.commonapi.factory |
Classes in planet.generic.commonapi.factory that implement IdFactory | |
class |
IdFactoryImpl
This Factory generate uniques Id from a material. |
Methods in planet.generic.commonapi.factory that return IdFactory | |
static IdFactory |
GenericFactory.buildIdFactory()
Builds a new instance of IdFactory. |
static IdFactory |
GenericFactory.getDefaultIdFactory()
Returns the IdFactory that is used internally to invoke the IdFactory methods. |
IdFactory |
IdFactoryImpl.setValues(java.lang.Class idClass,
java.lang.String topology,
int networkSize)
Sets the specified initial values. |
Methods in planet.generic.commonapi.factory with parameters of type IdFactory | |
NodeFactory |
NodeFactoryImpl.setValues(IdFactory idFactory,
java.lang.Class node)
Sets the initial values for this NodeFactory. |
Uses of IdFactory in planet.scribe |
Methods in planet.scribe with parameters of type IdFactory | |
static Id |
Topic.getId(IdFactory factory,
java.lang.String name)
Returns the Id to which the string is mapped |
Constructors in planet.scribe with parameters of type IdFactory | |
Topic(IdFactory factory,
java.lang.String name)
Constructor which takes a name for this topic |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |