T
- public interface HGTypeHolder<T>
Implement this interface for atoms that will hold the instance of their HyperGraphDB type as a bean property. The system will set this property when an atom is added to or loaded from the database.
Modifier and Type | Method and Description |
---|---|
T |
getAtomType() |
void |
setAtomType(T atomType) |
Copyright © 2015. All rights reserved.