Uses of Class
standup.lexicon.Concept

Packages that use Concept
standup.lexicon This package provides classes and interfaces that handle access and manipulation of the STANDUP lexicon. 
 

Uses of Concept in standup.lexicon
 

Fields in standup.lexicon declared as Concept
private  Concept Lexeme.cachedConcept
           
 

Fields in standup.lexicon with type parameters of type Concept
private static Hashtable<String,Concept> Dictionary.concepts
           
 

Methods in standup.lexicon that return Concept
 Concept Lexeme.getConcept()
          Returns the Concept associated with this Lexeme.
static Concept Dictionary.getConcept(String id)
          Returns an instance of the Concept with the given ID, or null if one was not found.
 

Methods in standup.lexicon that return types with arguments of type Concept
static Collection<Concept> Dictionary.getAllConcepts()
          Returns a collection of all known Concepts.