Uses of Interface
org.jactr.core.chunktype.ISubsymbolicChunkType

Packages that use ISubsymbolicChunkType
org.jactr.core.chunktype   
org.jactr.core.chunktype.basic   
org.jactr.core.chunktype.five   
org.jactr.core.chunktype.four   
 

Uses of ISubsymbolicChunkType in org.jactr.core.chunktype
 

Methods in org.jactr.core.chunktype that return ISubsymbolicChunkType
 ISubsymbolicChunkType IChunkType.getSubsymbolicChunkType()
          return the subsymbolic portion
 

Uses of ISubsymbolicChunkType in org.jactr.core.chunktype.basic
 

Classes in org.jactr.core.chunktype.basic that implement ISubsymbolicChunkType
 class BasicSubsymbolicChunkType
          default impl
 

Uses of ISubsymbolicChunkType in org.jactr.core.chunktype.five
 

Methods in org.jactr.core.chunktype.five that return ISubsymbolicChunkType
 ISubsymbolicChunkType DefaultChunkType5.getSubsymbolicChunkType()
          Gets the subsymbolicChunkType attribute of the DefaultChunkType5 object
 

Uses of ISubsymbolicChunkType in org.jactr.core.chunktype.four
 

Subinterfaces of ISubsymbolicChunkType in org.jactr.core.chunktype.four
 interface ISubsymbolicChunkType4