Package | Description |
---|---|
com.bigdata.gom.alchemy.owl | |
com.bigdata.gom.gpo | |
com.bigdata.gom.skin |
Modifier and Type | Class and Description |
---|---|
class |
OWLClassSkin |
class |
OWLOntologySkin |
class |
OWLPropertySkin
The OWLClassSkin returns Iterator
|
Modifier and Type | Interface and Description |
---|---|
interface |
IGPO
A generic object has identity and an extensible, loosely-typed property set.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicSkin
The BasicSkin provides standard type wrappers to help with conversions
|
class |
GPO
A TripleStore backed GPO yields a number of challenges.
|
Modifier and Type | Method and Description |
---|---|
IGenericSkin |
GPO.asClass(Class theClassOrInterface) |
IGenericSkin |
IGPO.asClass(Class theClassOrInterface)
Returns an transient object that wraps the same persistent object but
exposes the behavior identified by the identified interface.
|
IGenericSkin |
GPO.getSkin(Class intf)
The getSkin method is inspired somewhat by the Microsoft Win32
getInterface that allowed an object to return multiple interfaces.
|
Modifier and Type | Method and Description |
---|---|
static IGenericSkin |
GenericSkinRegistry.asClass(IGPO g,
Class theClassOrInterface)
Helper method for
IGPO.asClass( Class
theClassOrInterface ) implementations. |
static IGenericSkin |
GenericSkinRegistry.mintGenericSkin(Class implClass,
IGPO g) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.