Interface SNodeIdFactory
- 
public interface SNodeIdFactoryFactories that create SNodeId. They are registered through PersistenceFacade and associated with node id types. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SNodeIdcreate(String text)Given a serialized representation (without a type+colon prefix), creates an Immutable class. 
 -