|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cyberlab.recognition.local.LocalObject<E>
org.cyberlab.recognition.local.LocalModel<E>
E
- The class type of the specific LocalModel object.public abstract class LocalModel<E>
Abstract class for all LocalModel objects. Class is Generic allowing for common framework handling of different LocalModel objects.
Field Summary |
---|
Fields inherited from class org.cyberlab.recognition.local.LocalObject |
---|
type |
Constructor Summary | |
---|---|
LocalModel(long type)
|
Method Summary | |
---|---|
abstract byte[] |
toBytes()
Converts the object into an byte array. |
abstract boolean |
write(java.io.File theFile)
Writes the model to the specified file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LocalModel(long type)
Method Detail |
---|
public abstract boolean write(java.io.File theFile)
theFile
- The file.
public abstract byte[] toBytes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |