public interface Cogxel extends CloneableSerializable
Modifier and Type | Method and Description |
---|---|
Cogxel |
clone()
Clones the Cogxel.
|
double |
getActivation()
Gets the current activation level of the Cogxel
|
SemanticIdentifier |
getSemanticIdentifier()
Gets the SemanticIdentifier for the Cogxel.
|
SemanticLabel |
getSemanticLabel()
Gets the SemanticLabel for the Cogxel.
|
void |
setActivation(double activation)
Sets the activation level of the Cogxel.
|
Cogxel clone()
clone
in interface CloneableSerializable
SemanticIdentifier getSemanticIdentifier()
SemanticLabel getSemanticLabel()
double getActivation()
void setActivation(double activation)
activation
- The new activation level.