|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.apelon.dts.client.match.Silo
public class Silo
A "silo" is a repository of customized concept terminology data (concepts and associated terms) from a knowledgebase. There can be a single silo, or multiple silos, each consisting of semantically related concepts and extracted character strings associated with those concepts.
The data that populates each silo is based on a set of customized filters specified in a configuration file. The specifications in this file define a two-step filter for acquiring the data to populate the silos; the two steps are called "Selection" and "Extraction." The Selector & Extractor utility uses the specifications from the configuration file to select and extract desired concept data from a source knowledgebase. The Selector & Extractor then generates the silos and populates each with the customized data.
Using silos lets you use optimized matching capabilities when you use DTS to perform searches. The DTS servers attempt to match specified search strings to concepts and their associated properties in a specific silo.
This class is used to obtain information about a silo. Primarily this is a "Read-Only" class, in the sense that it is used to convey information about existing silos. The class provides no functionality to create or update silos.
Copyright: Copyright (c) 2003
Company: Apelon, Inc.
Constructor Summary | |
---|---|
Silo(String name,
int id)
Creates a Silo object. |
Method Summary | |
---|---|
int |
getId()
Returns the silo ID. |
String |
getName()
Returns the silo name. |
void |
setId(int newId)
Update the silo ID. |
void |
setName(String newName)
Update the silo name. |
String |
toString()
Returns the name as the string for this Silo . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Silo(String name, int id)
Silo
object.
name
- a valid silo nameid
- a valid silo IDMethod Detail |
---|
public void setId(int newId)
newId
- new silo IDpublic int getId()
public void setName(String newName)
newName
- the new silo namepublic String getName()
public String toString()
Silo
.
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |