The Encog Project

org.encog.nlp.memory
Class ConceptHolder

java.lang.Object
  extended by org.encog.nlp.memory.ConceptHolder

public class ConceptHolder
extends java.lang.Object

Note: This class is part of the Encog Natural Language Processing(NLP) package. This package is still under heavy construction, and will not be considered stable until Encog 3.0.

Author:
jheaton

Constructor Summary
ConceptHolder()
          Creates a new instance of LongConceptHolder
 
Method Summary
 VarConcept create()
           
 VarConcept create(java.lang.String contents)
           
 Concept find(long serialNumber)
           
 java.util.List<VarConcept> getConcepts()
           
 void load(VarConcept input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConceptHolder

public ConceptHolder()
Creates a new instance of LongConceptHolder

Method Detail

create

public VarConcept create()

create

public VarConcept create(java.lang.String contents)

find

public Concept find(long serialNumber)
             throws ConceptNotFoundError
Throws:
ConceptNotFoundError

getConcepts

public java.util.List<VarConcept> getConcepts()

load

public void load(VarConcept input)

The Encog Project