public class DefaultCogxelFactory extends java.lang.Object implements CogxelFactory, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static DefaultCogxelFactory |
INSTANCE
An instance of the factory since it has no internal state.
|
| Constructor and Description |
|---|
DefaultCogxelFactory()
Creates a new instance of DefaultCogxelFactory.
|
| Modifier and Type | Method and Description |
|---|---|
Cogxel |
createCogxel(SemanticIdentifier identifier)
Creates a new Cogxel for the given CogxelFactory from the given
SemanticIdentifier.
|
public static final DefaultCogxelFactory INSTANCE
public DefaultCogxelFactory()
public Cogxel createCogxel(SemanticIdentifier identifier)
createCogxel in interface CogxelFactoryidentifier - The SemanticIdentifier of the new Cogxel