JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
gov.sandia.cognition.framework
Interface Activatable
All Known Subinterfaces:
ActivatableCogxel
All Known Implementing Classes:
BooleanActivatableCogxel
public interface
Activatable
The Activatable interface provides a general definition for objects that can be isActivated.
Since:
1.0
Author:
Jonathan McClain
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
isActivated
()
Returns whether or not the object is isActivated.
Method Detail
isActivated
boolean isActivated()
Returns whether or not the object is isActivated.
Returns:
True if isActivated, false otherwise.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method