gate.util
Interface NameBearer

All Known Subinterfaces:
AnnotationVisualResource, ConditionalController, Controller, Corpus, CorpusController, DatabaseDataStore, DataStore, Document, Gazetteer, IndexedCorpus, LanguageAnalyser, LanguageResource, OntoGazetteer, Ontology, OntologyEditor, ProcessingResource, ProtegeProject, ResizableVisualResource, Resource, TextualDocument, VisualResource, WordNet
All Known Implementing Classes:
AbstractController, AbstractCoreferencer, AbstractGazetteer, AbstractLanguageAnalyser, AbstractLanguageResource, AbstractOntoGazetteer, AbstractProcessingResource, AbstractResource, AbstractVisualResource, AnnotationDeletePR, AnnotationSetTransfer, ConditionalSerialAnalyserController, ConditionalSerialController, Coreferencer, CorpusImpl, DocumentFormat, DocumentImpl, DumpingPR, IndexFileWordNetImpl, JDBCDataStore, NominalCoref, OracleDatastoreViewer, PronominalCoref, ProtegeProjectName, SchemaAnnotationEditor, SearchPR, SerialAnalyserController, SerialCorpusImpl, SerialDataStore, SerialDatastoreViewer, SyntaxTreeViewer, UnrestrictedAnnotationEditor

public interface NameBearer

Classes that have features.


Method Summary
 String getName()
          Returns the name of this resource
 void setName(String name)
          Sets the name of this resource
 

Method Detail

setName

public void setName(String name)
Sets the name of this resource


getName

public String getName()
Returns the name of this resource