Uses of Class
org.jactr.modules.pm.common.memory.event.ActivePerceptEvent.Type

Packages that use ActivePerceptEvent.Type
org.jactr.modules.pm.common.memory.event   
 

Uses of ActivePerceptEvent.Type in org.jactr.modules.pm.common.memory.event
 

Methods in org.jactr.modules.pm.common.memory.event that return ActivePerceptEvent.Type
 ActivePerceptEvent.Type ActivePerceptEvent.getType()
           
static ActivePerceptEvent.Type ActivePerceptEvent.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ActivePerceptEvent.Type[] ActivePerceptEvent.Type.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.jactr.modules.pm.common.memory.event with parameters of type ActivePerceptEvent.Type
ActivePerceptEvent(IPerceptualMemory source, ActivePerceptEvent.Type type, org.commonreality.identifier.IIdentifier perceptIdentifier, IChunk currentEncoding)