org.grinvin.invariants.computers
Class AbstractInvariantComputerFactory
- Factory, InvariantComputerFactory
public abstract class AbstractInvariantComputerFactory
Abstract superclass used by most invariant computer factories. Provides a
standard identifier and version.
String | getId() - Return the universally unique identifier for this object.
|
String | getVersion() -
This implementation returns the string
1.0 .
|
AbstractInvariantComputerFactory
public AbstractInvariantComputerFactory()
getId
public String getId()
Return the universally unique identifier for this object.
For most invariant
computer factories this is the fully qualified class name
of the implementation class.
- getId in interface InvariantComputerFactory