| Modifier and Type | Method and Description |
|---|---|
FauxProperty |
FauxPropertyDao.getFauxPropertyByUris(String domainUri,
String baseUri,
String rangeUri)
If the display model contains a ConfigContext based on these URIs, get
the FauxProperty that it describes.
|
FauxProperty |
FauxPropertyDao.getFauxPropertyFromContextUri(String contextUri)
If the display model contains a ConfigContext with this URI, get the
FauxProperty that it describes.
|
| Modifier and Type | Method and Description |
|---|---|
List<FauxProperty> |
FauxPropertyDao.getFauxPropertiesForBaseUri(String uri)
Get all of the FauxProperties that are based on this URI.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FauxPropertyDao.deleteFauxProperty(FauxProperty fp)
Delete this FauxProperty from the display model.
|
void |
FauxPropertyDao.insertFauxProperty(FauxProperty fp)
Creates a new FauxProperty in the display model.
|
void |
FauxPropertyDao.updateFauxProperty(FauxProperty fp)
Updates the properties of this FauxProperty in the display model.
|
| Modifier and Type | Method and Description |
|---|---|
FauxProperty |
FauxPropertyDaoFiltering.getFauxPropertyByUris(String domainUri,
String baseUri,
String rangeUri) |
FauxProperty |
FauxPropertyDaoFiltering.getFauxPropertyFromContextUri(String contextUri) |
| Modifier and Type | Method and Description |
|---|---|
List<FauxProperty> |
FauxPropertyDaoFiltering.getFauxPropertiesForBaseUri(String uri) |
| Modifier and Type | Method and Description |
|---|---|
void |
FauxPropertyDaoFiltering.deleteFauxProperty(FauxProperty fp) |
void |
FauxPropertyDaoFiltering.insertFauxProperty(FauxProperty fp) |
void |
FauxPropertyDaoFiltering.updateFauxProperty(FauxProperty fp) |
| Modifier and Type | Method and Description |
|---|---|
FauxProperty |
FauxPropertyDaoJena.getFauxPropertyByUris(String domainUri,
String baseUri,
String rangeUri) |
FauxProperty |
FauxPropertyDaoJena.getFauxPropertyFromContextUri(String contextUri)
Returns null if contextUri does not represent a valid CONFIG_CONTEXT.
|
| Modifier and Type | Method and Description |
|---|---|
List<FauxProperty> |
FauxPropertyDaoJena.getFauxPropertiesForBaseUri(String uri) |
| Modifier and Type | Method and Description |
|---|---|
void |
FauxPropertyDaoJena.deleteFauxProperty(FauxProperty fp) |
void |
FauxPropertyDaoJena.insertFauxProperty(FauxProperty fp) |
void |
FauxPropertyDaoJena.updateFauxProperty(FauxProperty fp) |
| Constructor and Description |
|---|
FauxObjectPropertyWrapper(ObjectProperty inner,
FauxProperty faux) |
Copyright © 2016. All rights reserved.