|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CoreThing
| Field Summary | |
|---|---|
static org.openrdf.model.URI |
TYPE
Base type for THINGs |
| Method Summary | |
|---|---|
void |
clearCache()
Clear any property caches for this THING |
boolean |
isRDFType(org.openrdf.model.Resource type)
Verify if this THING is of RDFType type |
java.util.Collection<org.openrdf.model.Statement> |
listStatements()
Get set of statements that makeup this THINGS's properties and types |
void |
registerListener(ThingListener listener)
Register a ThingListener for this THING |
void |
removeStatements()
Remove set of statements that makeup this THINGS's properties and types |
org.openrdf.model.Resource |
resource()
Resource representation of this THING's resource |
void |
unregisterListener(ThingListener listener)
Unregister a ThingListener for this THING |
java.lang.String |
uri()
String representation of this THING's resource |
| Field Detail |
|---|
static final org.openrdf.model.URI TYPE
| Method Detail |
|---|
java.lang.String uri()
org.openrdf.model.Resource resource()
java.util.Collection<org.openrdf.model.Statement> listStatements()
void removeStatements()
void clearCache()
void registerListener(ThingListener listener)
listener - ThingListenervoid unregisterListener(ThingListener listener)
listener - ThingListenerboolean isRDFType(org.openrdf.model.Resource type)
type - type to verify
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||