Package adams.data.djl.idgenerator
-
Interface Summary Interface Description IDGenerator Interface for ID generator schemes. -
Class Summary Class Description AbstractIDGenerator Ancestor for ID generators.FixedID Just uses the supplied ID.StringExpressionID Expands any variables in the supplied string expression, evaluates it and returns the result as ID.VariableID Expands any variables in the supplied string and returns that as ID.