|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.obsearch.example.ted.OBTedFactory
public class OBTedFactory
| Field Summary | |
|---|---|
static int |
maxSliceSize
|
| Constructor Summary | |
|---|---|
OBTedFactory()
|
|
| Method Summary | |
|---|---|
OBTed |
create(java.lang.String x)
Creates a new object from the given String. |
boolean |
shouldProcess(OBTed obj)
Returns true if we should process (add / search) the given object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static int maxSliceSize
| Constructor Detail |
|---|
public OBTedFactory()
| Method Detail |
|---|
public OBTed create(java.lang.String x)
throws OBException
OBFactory
create in interface OBFactory<OBTed>x - The string to use to instantiate the obj.
OBException
public boolean shouldProcess(OBTed obj)
throws OBException
OBFactory
shouldProcess in interface OBFactory<OBTed>OBException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||