public class DisplayItemDesc extends DisplayFeatureDesc
| Modifier and Type | Field and Description |
|---|---|
static org.ontoware.rdf2go.model.node.URI |
IMAGEMEDIA
http://onto.cogchar.org/onto/201506/ScreenAct_OWL2#hasImageMedia
|
static org.ontoware.rdf2go.model.node.URI[] |
MANAGED_URIS
All property-URIs with this class as domain.
|
static org.ontoware.rdf2go.model.node.URI |
MEDIA
http://onto.cogchar.org/onto/201506/ScreenAct_OWL2#hasMedia
|
static org.ontoware.rdf2go.model.node.URI |
RDFS_CLASS
http://onto.cogchar.org/onto/201506/ScreenAct_OWL2#DisplayItemDesc
|
PARAM, SUBFEATURETEXTCONTENT, VALDECIMAL, VALNUMACTRELATESTOACT, BOTTOMELEMENT, COGCHARSCREENDATAPROP, COGCHARSCREENOBJPROP, COMPARESTO, DOCMEDIA, FORFEATURE, FORTHING, INVERSEOF, ISAFTER, ISBEFORE, ISEQUALTO, ISFARFROM, ISNEARTO, LEFTELEMENT, MAXCARDINALITY, MIDDLEELEMENT, ORDPARAM1, ORDPARAM2, ORDPARAM3, POS, POSBOTTOM, POSHORIZ, POSITIONEDELEMENT, POSLEFT, POSPOINT, POSPOINTLOWERRIGHT, POSPOINTUPPERLEFT, POSRIGHT, POSTOP, RIGHTELEMENT, TEXTMEDIA, TOPELEMENT, UNIONOF, URL, VALINT| Modifier | Constructor and Description |
|---|---|
|
DisplayItemDesc(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
|
DisplayItemDesc(org.ontoware.rdf2go.model.Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
|
DisplayItemDesc(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
|
DisplayItemDesc(org.ontoware.rdf2go.model.Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as a String.
|
protected |
DisplayItemDesc(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.URI classURI,
org.ontoware.rdf2go.model.node.Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addImageMedia(DPDMImage value)
Adds a value to property
ImageMedia from an instance of DPDMImage. |
static void |
addImageMedia(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
DPDMImage value)
Adds a value to property
ImageMedia from an instance of DPDMImage. |
static void |
addImageMedia(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Adds a value to property
ImageMedia as an RDF2Go Node. |
void |
addImageMedia(org.ontoware.rdf2go.model.node.Node value)
Adds a value to property
ImageMedia as an RDF2Go Node. |
void |
addMedia(DPDMedia value)
Adds a value to property
Media from an instance of DPDMedia. |
static void |
addMedia(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
DPDMedia value)
Adds a value to property
Media from an instance of DPDMedia. |
static void |
addMedia(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Adds a value to property
Media as an RDF2Go Node. |
void |
addMedia(org.ontoware.rdf2go.model.node.Node value)
Adds a value to property
Media as an RDF2Go Node. |
static void |
createInstance(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Create a new instance of this class in the model.
|
static void |
deleteAllProperties(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Delete all triples
(this, *, *), i.e. |
static void |
deleteInstance(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Remove triple
(this, rdf:type, DisplayItemDesc) from this instance. |
static org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Resource> |
getAllForOneItem_Inverse_as(org.ontoware.rdf2go.model.Model model,
Object objectValue) |
org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> |
getAllForOneItem_Inverse() |
static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> |
getAllForOneItem_Inverse(org.ontoware.rdf2go.model.Model model,
Object objectValue) |
static org.ontoware.rdfreactor.runtime.ReactorResult<? extends DisplayItemDesc> |
getAllInstances_as(org.ontoware.rdf2go.model.Model model) |
static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> |
getAllInstances(org.ontoware.rdf2go.model.Model model) |
static org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Resource> |
getAllItem_Inverse_as(org.ontoware.rdf2go.model.Model model,
Object objectValue) |
org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> |
getAllItem_Inverse() |
static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> |
getAllItem_Inverse(org.ontoware.rdf2go.model.Model model,
Object objectValue) |
org.ontoware.rdfreactor.runtime.ReactorResult<DPDMedia> |
getAllMedia_as()
Get all values of property
Media as a ReactorResult of DPDMedia. |
static org.ontoware.rdfreactor.runtime.ReactorResult<DPDMedia> |
getAllMedia_as(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
Media as a ReactorResult of DPDMedia. |
org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> |
getAllMedia_asNode_()
Get all values of property
Media as a ReactorResult of RDF2Go nodes. |
static org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> |
getAllMedia_asNode_(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
Media as a ReactorResult of RDF2Go nodes. |
org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> |
getAllMedia_asNode()
Get all values of property
Media as an Iterator over RDF2Go nodes |
static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> |
getAllMedia_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
Media as an Iterator over RDF2Go nodes. |
org.ontoware.aifbcommons.collection.ClosableIterator<DPDMedia> |
getAllMedia()
Get all values of property
Media. |
static org.ontoware.aifbcommons.collection.ClosableIterator<DPDMedia> |
getAllMedia(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
Media. |
org.ontoware.rdf2go.model.node.Node |
getImageMedia_asNode()
Get single value of property
ImageMedia as an RDF2Go Node. |
static org.ontoware.rdf2go.model.node.Node |
getImageMedia_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get single value of property
ImageMedia as an RDF2Go Node. |
DPDMImage |
getImageMedia()
Get single value of property
ImageMedia. |
static DPDMImage |
getImageMedia(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get single value of property
ImageMedia. |
static DisplayItemDesc |
getInstance(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Return an existing instance of this class in the model.
|
boolean |
hasImageMedia()
Check if
ImageMedia has at least one value set. |
static boolean |
hasImageMedia(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Check if
ImageMedia has at least one value set. |
static boolean |
hasImageMedia(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Check if
ImageMedia has the given value (maybe among other values). |
boolean |
hasImageMedia(org.ontoware.rdf2go.model.node.Node value)
Check if
ImageMedia has the given value (maybe among other values). |
static boolean |
hasInstance(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource) |
boolean |
hasMedia()
Check if
Media has at least one value set. |
static boolean |
hasMedia(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Check if
Media has at least one value set. |
static boolean |
hasMedia(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Check if
Media has the given value (maybe among other values). |
boolean |
hasMedia(org.ontoware.rdf2go.model.node.Node value)
Check if
Media has the given value (maybe among other values). |
void |
removeAllImageMedia()
Removes all values of property
ImageMedia. |
static void |
removeAllImageMedia(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Removes all values of property
ImageMedia. |
void |
removeAllMedia()
Removes all values of property
Media. |
static void |
removeAllMedia(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Removes all values of property
Media. |
void |
removeImageMedia(DPDMImage value)
Removes a value of property
ImageMedia given as an instance of DPDMImage. |
static void |
removeImageMedia(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
DPDMImage value)
Removes a value of property
ImageMedia given as an instance of DPDMImage. |
static void |
removeImageMedia(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Removes a value of property
ImageMedia as an RDF2Go Node. |
void |
removeImageMedia(org.ontoware.rdf2go.model.node.Node value)
Removes a value of property
ImageMedia as an RDF2Go Node. |
void |
removeMedia(DPDMedia value)
Removes a value of property
Media given as an instance of DPDMedia. |
static void |
removeMedia(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
DPDMedia value)
Removes a value of property
Media given as an instance of DPDMedia. |
static void |
removeMedia(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Removes a value of property
Media as an RDF2Go Node. |
void |
removeMedia(org.ontoware.rdf2go.model.node.Node value)
Removes a value of property
Media as an RDF2Go Node. |
void |
setImageMedia(DPDMImage value)
Sets a value of property
ImageMedia from an instance of DPDMImage. |
static void |
setImageMedia(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
DPDMImage value)
Sets a value of property
ImageMedia from an instance of DPDMImage. |
static void |
setImageMedia(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Sets a value of property
ImageMedia from an RDF2Go Node. |
void |
setImageMedia(org.ontoware.rdf2go.model.node.Node value)
Sets a value of property
ImageMedia from an RDF2Go Node. |
void |
setMedia(DPDMedia value)
Sets a value of property
Media from an instance of DPDMedia. |
static void |
setMedia(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
DPDMedia value)
Sets a value of property
Media from an instance of DPDMedia. |
static void |
setMedia(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Sets a value of property
Media from an RDF2Go Node. |
void |
setMedia(org.ontoware.rdf2go.model.node.Node value)
Sets a value of property
Media from an RDF2Go Node. |
addParam, addParam, addParam, addParam, addSubFeature, addSubFeature, addSubFeature, addSubFeature, getAllParam_as, getAllParam_as, getAllParam_asNode_, getAllParam_asNode_, getAllParam_asNode, getAllParam_asNode, getAllParam, getAllParam, getAllSubFeature_as, getAllSubFeature_as, getAllSubFeature_asNode_, getAllSubFeature_asNode_, getAllSubFeature_asNode, getAllSubFeature_asNode, getAllSubFeature_Inverse_as, getAllSubFeature_Inverse, getAllSubFeature_Inverse, getAllSubFeature, getAllSubFeature, hasParam, hasParam, hasParam, hasParam, hasSubFeature, hasSubFeature, hasSubFeature, hasSubFeature, removeAllParam, removeAllParam, removeAllSubFeature, removeAllSubFeature, removeParam, removeParam, removeParam, removeParam, removeSubFeature, removeSubFeature, removeSubFeature, removeSubFeature, setParam, setParam, setParam, setParam, setSubFeature, setSubFeature, setSubFeature, setSubFeatureaddTextContent, addTextContent, addTextContent, addTextContent, addValDecimal, addValDecimal, addValDecimal, addValDecimal, addValNum, addValNum, addValNum, addValNum, getAllValNum_as, getAllValNum_as, getAllValNum_asNode_, getAllValNum_asNode_, getAllValNum_asNode, getAllValNum_asNode, getAllValNum, getAllValNum, getTextContent_asNode, getTextContent_asNode, getTextContent, getTextContent, getValDecimal_asNode, getValDecimal_asNode, getValDecimal, getValDecimal, hasTextContent, hasTextContent, hasTextContent, hasTextContent, hasValDecimal, hasValDecimal, hasValDecimal, hasValDecimal, hasValNum, hasValNum, hasValNum, hasValNum, removeAllTextContent, removeAllTextContent, removeAllValDecimal, removeAllValDecimal, removeAllValNum, removeAllValNum, removeTextContent, removeTextContent, removeTextContent, removeTextContent, removeValDecimal, removeValDecimal, removeValDecimal, removeValDecimal, removeValNum, removeValNum, removeValNum, removeValNum, setTextContent, setTextContent, setTextContent, setTextContent, setValDecimal, setValDecimal, setValDecimal, setValDecimal, setValNum, setValNum, setValNum, setValNumaddActRelatesToAct, addActRelatesToAct, addActRelatesToAct, addActRelatesToAct, addBottomElement, addBottomElement, addBottomElement, addBottomElement, addCogcharScreenDataProp, addCogcharScreenDataProp, addCogcharScreenDataProp, addCogcharScreenDataProp, addCogcharScreenObjProp, addCogcharScreenObjProp, addCogcharScreenObjProp, addCogcharScreenObjProp, addComparesTo, addComparesTo, addComparesTo, addComparesTo, addDocMedia, addDocMedia, addDocMedia, addDocMedia, addForFeature, addForFeature, addForFeature, addForFeature, addForThing, addForThing, addForThing, addForThing, addInverseOf, addInverseOf, addInverseOf, addInverseOf, addIsAfter, addIsAfter, addIsAfter, addIsAfter, addIsBefore, addIsBefore, addIsBefore, addIsBefore, addIsEqualTo, addIsEqualTo, addIsEqualTo, addIsEqualTo, addIsFarFrom, addIsFarFrom, addIsFarFrom, addIsFarFrom, addIsNearTo, addIsNearTo, addIsNearTo, addIsNearTo, addLeftElement, addLeftElement, addLeftElement, addLeftElement, addMaxCardinality, addMaxCardinality, addMaxCardinality, addMaxCardinality, addMiddleElement, addMiddleElement, addMiddleElement, addMiddleElement, addOrdParam1, addOrdParam1, addOrdParam1, addOrdParam1, addOrdParam2, addOrdParam2, addOrdParam2, addOrdParam2, addOrdParam3, addOrdParam3, addOrdParam3, addOrdParam3, addPos, addPos, addPos, addPos, addPosBottom, addPosBottom, addPosBottom, addPosBottom, addPosHoriz, addPosHoriz, addPosHoriz, addPosHoriz, addPositionedElement, addPositionedElement, addPositionedElement, addPositionedElement, addPosLeft, addPosLeft, addPosLeft, addPosLeft, addPosPoint, addPosPoint, addPosPoint, addPosPoint, addPosPointLowerRight, addPosPointLowerRight, addPosPointLowerRight, addPosPointLowerRight, addPosPointUpperLeft, addPosPointUpperLeft, addPosPointUpperLeft, addPosPointUpperLeft, addPosRight, addPosRight, addPosRight, addPosRight, addPosTop, addPosTop, addPosTop, addPosTop, addRightElement, addRightElement, addRightElement, addRightElement, addTextMedia, addTextMedia, addTextMedia, addTextMedia, addTopElement, addTopElement, addTopElement, addTopElement, addUnionOf, addUnionOf, addUnionOf, addUnionOf, addUrl, addUrl, addUrl, addUrl, addValInt, addValInt, addValInt, addValInt, getAllActRelatesToAct_as, getAllActRelatesToAct_as, getAllActRelatesToAct_asNode_, getAllActRelatesToAct_asNode_, getAllActRelatesToAct_asNode, getAllActRelatesToAct_asNode, getAllActRelatesToAct_Inverse_as, getAllActRelatesToAct_Inverse, getAllActRelatesToAct_Inverse, getAllActRelatesToAct, getAllActRelatesToAct, getAllBottomElement_as, getAllBottomElement_as, getAllBottomElement_asNode_, getAllBottomElement_asNode_, getAllBottomElement_asNode, getAllBottomElement_asNode, getAllBottomElement_Inverse_as, getAllBottomElement_Inverse, getAllBottomElement_Inverse, getAllBottomElement, getAllBottomElement, getAllCogcharScreenDataProp_as, getAllCogcharScreenDataProp_as, getAllCogcharScreenDataProp_asNode_, getAllCogcharScreenDataProp_asNode_, getAllCogcharScreenDataProp_asNode, getAllCogcharScreenDataProp_asNode, getAllCogcharScreenDataProp_Inverse_as, getAllCogcharScreenDataProp_Inverse, getAllCogcharScreenDataProp_Inverse, getAllCogcharScreenDataProp, getAllCogcharScreenDataProp, getAllCogcharScreenObjProp_as, getAllCogcharScreenObjProp_as, getAllCogcharScreenObjProp_asNode_, getAllCogcharScreenObjProp_asNode_, getAllCogcharScreenObjProp_asNode, getAllCogcharScreenObjProp_asNode, getAllCogcharScreenObjProp_Inverse_as, getAllCogcharScreenObjProp_Inverse, getAllCogcharScreenObjProp_Inverse, getAllCogcharScreenObjProp, getAllCogcharScreenObjProp, getAllComparesTo_as, getAllComparesTo_as, getAllComparesTo_asNode_, getAllComparesTo_asNode_, getAllComparesTo_asNode, getAllComparesTo_asNode, getAllComparesTo_Inverse_as, getAllComparesTo_Inverse, getAllComparesTo_Inverse, getAllComparesTo, getAllComparesTo, getAllDocMedia_as, getAllDocMedia_as, getAllDocMedia_asNode_, getAllDocMedia_asNode_, getAllDocMedia_asNode, getAllDocMedia_asNode, getAllDocMedia_Inverse_as, getAllDocMedia_Inverse, getAllDocMedia_Inverse, getAllDocMedia, getAllDocMedia, getAllForFeature_as, getAllForFeature_as, getAllForFeature_asNode_, getAllForFeature_asNode_, getAllForFeature_asNode, getAllForFeature_asNode, getAllForFeature_Inverse_as, getAllForFeature_Inverse, getAllForFeature_Inverse, getAllForFeature, getAllForFeature, getAllForThing_as, getAllForThing_as, getAllForThing_asNode_, getAllForThing_asNode_, getAllForThing_asNode, getAllForThing_asNode, getAllForThing_Inverse_as, getAllForThing_Inverse, getAllForThing_Inverse, getAllForThing, getAllForThing, getAllInverseOf_as, getAllInverseOf_as, getAllInverseOf_asNode_, getAllInverseOf_asNode_, getAllInverseOf_asNode, getAllInverseOf_asNode, getAllInverseOf_Inverse_as, getAllInverseOf_Inverse, getAllInverseOf_Inverse, getAllInverseOf, getAllInverseOf, getAllIsAfter_as, getAllIsAfter_as, getAllIsAfter_asNode_, getAllIsAfter_asNode_, getAllIsAfter_asNode, getAllIsAfter_asNode, getAllIsAfter_Inverse_as, getAllIsAfter_Inverse, getAllIsAfter_Inverse, getAllIsAfter, getAllIsAfter, getAllIsBefore_as, getAllIsBefore_as, getAllIsBefore_asNode_, getAllIsBefore_asNode_, getAllIsBefore_asNode, getAllIsBefore_asNode, getAllIsBefore_Inverse_as, getAllIsBefore_Inverse, getAllIsBefore_Inverse, getAllIsBefore, getAllIsBefore, getAllIsEqualTo_as, getAllIsEqualTo_as, getAllIsEqualTo_asNode_, getAllIsEqualTo_asNode_, getAllIsEqualTo_asNode, getAllIsEqualTo_asNode, getAllIsEqualTo_Inverse_as, getAllIsEqualTo_Inverse, getAllIsEqualTo_Inverse, getAllIsEqualTo, getAllIsEqualTo, getAllIsFarFrom_as, getAllIsFarFrom_as, getAllIsFarFrom_asNode_, getAllIsFarFrom_asNode_, getAllIsFarFrom_asNode, getAllIsFarFrom_asNode, getAllIsFarFrom_Inverse_as, getAllIsFarFrom_Inverse, getAllIsFarFrom_Inverse, getAllIsFarFrom, getAllIsFarFrom, getAllIsNearTo_as, getAllIsNearTo_as, getAllIsNearTo_asNode_, getAllIsNearTo_asNode_, getAllIsNearTo_asNode, getAllIsNearTo_asNode, getAllIsNearTo_Inverse_as, getAllIsNearTo_Inverse, getAllIsNearTo_Inverse, getAllIsNearTo, getAllIsNearTo, getAllLeftElement_as, getAllLeftElement_as, getAllLeftElement_asNode_, getAllLeftElement_asNode_, getAllLeftElement_asNode, getAllLeftElement_asNode, getAllLeftElement_Inverse_as, getAllLeftElement_Inverse, getAllLeftElement_Inverse, getAllLeftElement, getAllLeftElement, getAllMaxCardinality_as, getAllMaxCardinality_as, getAllMaxCardinality_asNode_, getAllMaxCardinality_asNode_, getAllMaxCardinality_asNode, getAllMaxCardinality_asNode, getAllMaxCardinality_Inverse_as, getAllMaxCardinality_Inverse, getAllMaxCardinality_Inverse, getAllMaxCardinality, getAllMaxCardinality, getAllMiddleElement_as, getAllMiddleElement_as, getAllMiddleElement_asNode_, getAllMiddleElement_asNode_, getAllMiddleElement_asNode, getAllMiddleElement_asNode, getAllMiddleElement_Inverse_as, getAllMiddleElement_Inverse, getAllMiddleElement_Inverse, getAllMiddleElement, getAllMiddleElement, getAllOrdParam_Inverse_as, getAllOrdParam_Inverse, getAllOrdParam_Inverse, getAllOrdParam1_Inverse_as, getAllOrdParam1_Inverse, getAllOrdParam1_Inverse, getAllOrdParam2_Inverse_as, getAllOrdParam2_Inverse, getAllOrdParam2_Inverse, getAllOrdParam3_Inverse_as, getAllOrdParam3_Inverse, getAllOrdParam3_Inverse, getAllPos_as, getAllPos_as, getAllPos_asNode_, getAllPos_asNode_, getAllPos_asNode, getAllPos_asNode, getAllPos, getAllPos, getAllPosBottom_as, getAllPosBottom_as, getAllPosBottom_asNode_, getAllPosBottom_asNode_, getAllPosBottom_asNode, getAllPosBottom_asNode, getAllPosBottom_Inverse_as, getAllPosBottom_Inverse, getAllPosBottom_Inverse, getAllPosBottom, getAllPosBottom, getAllPosHoriz_as, getAllPosHoriz_as, getAllPosHoriz_asNode_, getAllPosHoriz_asNode_, getAllPosHoriz_asNode, getAllPosHoriz_asNode, getAllPosHoriz, getAllPosHoriz, getAllPositionedElement_as, getAllPositionedElement_as, getAllPositionedElement_asNode_, getAllPositionedElement_asNode_, getAllPositionedElement_asNode, getAllPositionedElement_asNode, getAllPositionedElement_Inverse_as, getAllPositionedElement_Inverse, getAllPositionedElement_Inverse, getAllPositionedElement, getAllPositionedElement, getAllPosLeft_Inverse_as, getAllPosLeft_Inverse, getAllPosLeft_Inverse, getAllPosPoint_as, getAllPosPoint_as, getAllPosPoint_asNode_, getAllPosPoint_asNode_, getAllPosPoint_asNode, getAllPosPoint_asNode, getAllPosPoint, getAllPosPoint, getAllPosPointLowerRight_as, getAllPosPointLowerRight_as, getAllPosPointLowerRight_asNode_, getAllPosPointLowerRight_asNode_, getAllPosPointLowerRight_asNode, getAllPosPointLowerRight_asNode, getAllPosPointLowerRight_Inverse_as, getAllPosPointLowerRight_Inverse, getAllPosPointLowerRight_Inverse, getAllPosPointLowerRight, getAllPosPointLowerRight, getAllPosPointUpperLeft_as, getAllPosPointUpperLeft_as, getAllPosPointUpperLeft_asNode_, getAllPosPointUpperLeft_asNode_, getAllPosPointUpperLeft_asNode, getAllPosPointUpperLeft_asNode, getAllPosPointUpperLeft_Inverse_as, getAllPosPointUpperLeft_Inverse, getAllPosPointUpperLeft_Inverse, getAllPosPointUpperLeft, getAllPosPointUpperLeft, getAllPosRight_as, getAllPosRight_as, getAllPosRight_asNode_, getAllPosRight_asNode_, getAllPosRight_asNode, getAllPosRight_asNode, getAllPosRight_Inverse_as, getAllPosRight_Inverse, getAllPosRight_Inverse, getAllPosRight, getAllPosRight, getAllPosTop_as, getAllPosTop_as, getAllPosTop_asNode_, getAllPosTop_asNode_, getAllPosTop_asNode, getAllPosTop_asNode, getAllPosTop_Inverse_as, getAllPosTop_Inverse, getAllPosTop_Inverse, getAllPosTop, getAllPosTop, getAllRightElement_as, getAllRightElement_as, getAllRightElement_asNode_, getAllRightElement_asNode_, getAllRightElement_asNode, getAllRightElement_asNode, getAllRightElement_Inverse_as, getAllRightElement_Inverse, getAllRightElement_Inverse, getAllRightElement, getAllRightElement, getAllTextMedia_as, getAllTextMedia_as, getAllTextMedia_asNode_, getAllTextMedia_asNode_, getAllTextMedia_asNode, getAllTextMedia_asNode, getAllTextMedia_Inverse_as, getAllTextMedia_Inverse, getAllTextMedia_Inverse, getAllTextMedia, getAllTextMedia, getAllTopElement_as, getAllTopElement_as, getAllTopElement_asNode_, getAllTopElement_asNode_, getAllTopElement_asNode, getAllTopElement_asNode, getAllTopElement_Inverse_as, getAllTopElement_Inverse, getAllTopElement_Inverse, getAllTopElement, getAllTopElement, getAllUnionOf_as, getAllUnionOf_as, getAllUnionOf_asNode_, getAllUnionOf_asNode_, getAllUnionOf_asNode, getAllUnionOf_asNode, getAllUnionOf_Inverse_as, getAllUnionOf_Inverse, getAllUnionOf_Inverse, getAllUnionOf, getAllUnionOf, getAllUrl_as, getAllUrl_as, getAllUrl_asNode_, getAllUrl_asNode_, getAllUrl_asNode, getAllUrl_asNode, getAllUrl, getAllUrl, getAllValNum_Inverse_as, getAllValNum_Inverse, getAllValNum_Inverse, getOrdParam1_asNode, getOrdParam1_asNode, getOrdParam1, getOrdParam1, getOrdParam2_asNode, getOrdParam2_asNode, getOrdParam2, getOrdParam2, getOrdParam3_asNode, getOrdParam3_asNode, getOrdParam3, getOrdParam3, getPosLeft_asNode, getPosLeft_asNode, getPosLeft, getPosLeft, getValInt_asNode, getValInt_asNode, getValInt, getValInt, hasActRelatesToAct, hasActRelatesToAct, hasActRelatesToAct, hasActRelatesToAct, hasBottomElement, hasBottomElement, hasBottomElement, hasBottomElement, hasCogcharScreenDataProp, hasCogcharScreenDataProp, hasCogcharScreenDataProp, hasCogcharScreenDataProp, hasCogcharScreenObjProp, hasCogcharScreenObjProp, hasCogcharScreenObjProp, hasCogcharScreenObjProp, hasComparesTo, hasComparesTo, hasComparesTo, hasComparesTo, hasDocMedia, hasDocMedia, hasDocMedia, hasDocMedia, hasForFeature, hasForFeature, hasForFeature, hasForFeature, hasForThing, hasForThing, hasForThing, hasForThing, hasInverseOf, hasInverseOf, hasInverseOf, hasInverseOf, hasIsAfter, hasIsAfter, hasIsAfter, hasIsAfter, hasIsBefore, hasIsBefore, hasIsBefore, hasIsBefore, hasIsEqualTo, hasIsEqualTo, hasIsEqualTo, hasIsEqualTo, hasIsFarFrom, hasIsFarFrom, hasIsFarFrom, hasIsFarFrom, hasIsNearTo, hasIsNearTo, hasIsNearTo, hasIsNearTo, hasLeftElement, hasLeftElement, hasLeftElement, hasLeftElement, hasMaxCardinality, hasMaxCardinality, hasMaxCardinality, hasMaxCardinality, hasMiddleElement, hasMiddleElement, hasMiddleElement, hasMiddleElement, hasOrdParam1, hasOrdParam1, hasOrdParam1, hasOrdParam1, hasOrdParam2, hasOrdParam2, hasOrdParam2, hasOrdParam2, hasOrdParam3, hasOrdParam3, hasOrdParam3, hasOrdParam3, hasPos, hasPos, hasPos, hasPos, hasPosBottom, hasPosBottom, hasPosBottom, hasPosBottom, hasPosHoriz, hasPosHoriz, hasPosHoriz, hasPosHoriz, hasPositionedElement, hasPositionedElement, hasPositionedElement, hasPositionedElement, hasPosLeft, hasPosLeft, hasPosLeft, hasPosLeft, hasPosPoint, hasPosPoint, hasPosPoint, hasPosPoint, hasPosPointLowerRight, hasPosPointLowerRight, hasPosPointLowerRight, hasPosPointLowerRight, hasPosPointUpperLeft, hasPosPointUpperLeft, hasPosPointUpperLeft, hasPosPointUpperLeft, hasPosRight, hasPosRight, hasPosRight, hasPosRight, hasPosTop, hasPosTop, hasPosTop, hasPosTop, hasRightElement, hasRightElement, hasRightElement, hasRightElement, hasTextMedia, hasTextMedia, hasTextMedia, hasTextMedia, hasTopElement, hasTopElement, hasTopElement, hasTopElement, hasUnionOf, hasUnionOf, hasUnionOf, hasUnionOf, hasUrl, hasUrl, hasUrl, hasUrl, hasValInt, hasValInt, hasValInt, hasValInt, removeActRelatesToAct, removeActRelatesToAct, removeActRelatesToAct, removeActRelatesToAct, removeAllActRelatesToAct, removeAllActRelatesToAct, removeAllBottomElement, removeAllBottomElement, removeAllCogcharScreenDataProp, removeAllCogcharScreenDataProp, removeAllCogcharScreenObjProp, removeAllCogcharScreenObjProp, removeAllComparesTo, removeAllComparesTo, removeAllDocMedia, removeAllDocMedia, removeAllForFeature, removeAllForFeature, removeAllForThing, removeAllForThing, removeAllInverseOf, removeAllInverseOf, removeAllIsAfter, removeAllIsAfter, removeAllIsBefore, removeAllIsBefore, removeAllIsEqualTo, removeAllIsEqualTo, removeAllIsFarFrom, removeAllIsFarFrom, removeAllIsNearTo, removeAllIsNearTo, removeAllLeftElement, removeAllLeftElement, removeAllMaxCardinality, removeAllMaxCardinality, removeAllMiddleElement, removeAllMiddleElement, removeAllOrdParam1, removeAllOrdParam1, removeAllOrdParam2, removeAllOrdParam2, removeAllOrdParam3, removeAllOrdParam3, removeAllPos, removeAllPos, removeAllPosBottom, removeAllPosBottom, removeAllPosHoriz, removeAllPosHoriz, removeAllPositionedElement, removeAllPositionedElement, removeAllPosLeft, removeAllPosLeft, removeAllPosPoint, removeAllPosPoint, removeAllPosPointLowerRight, removeAllPosPointLowerRight, removeAllPosPointUpperLeft, removeAllPosPointUpperLeft, removeAllPosRight, removeAllPosRight, removeAllPosTop, removeAllPosTop, removeAllRightElement, removeAllRightElement, removeAllTextMedia, removeAllTextMedia, removeAllTopElement, removeAllTopElement, removeAllUnionOf, removeAllUnionOf, removeAllUrl, removeAllUrl, removeAllValInt, removeAllValInt, removeBottomElement, removeBottomElement, removeBottomElement, removeBottomElement, removeCogcharScreenDataProp, removeCogcharScreenDataProp, removeCogcharScreenDataProp, removeCogcharScreenDataProp, removeCogcharScreenObjProp, removeCogcharScreenObjProp, removeCogcharScreenObjProp, removeCogcharScreenObjProp, removeComparesTo, removeComparesTo, removeComparesTo, removeComparesTo, removeDocMedia, removeDocMedia, removeDocMedia, removeDocMedia, removeForFeature, removeForFeature, removeForFeature, removeForFeature, removeForThing, removeForThing, removeForThing, removeForThing, removeInverseOf, removeInverseOf, removeInverseOf, removeInverseOf, removeIsAfter, removeIsAfter, removeIsAfter, removeIsAfter, removeIsBefore, removeIsBefore, removeIsBefore, removeIsBefore, removeIsEqualTo, removeIsEqualTo, removeIsEqualTo, removeIsEqualTo, removeIsFarFrom, removeIsFarFrom, removeIsFarFrom, removeIsFarFrom, removeIsNearTo, removeIsNearTo, removeIsNearTo, removeIsNearTo, removeLeftElement, removeLeftElement, removeLeftElement, removeLeftElement, removeMaxCardinality, removeMaxCardinality, removeMaxCardinality, removeMaxCardinality, removeMiddleElement, removeMiddleElement, removeMiddleElement, removeMiddleElement, removeOrdParam1, removeOrdParam1, removeOrdParam1, removeOrdParam1, removeOrdParam2, removeOrdParam2, removeOrdParam2, removeOrdParam2, removeOrdParam3, removeOrdParam3, removeOrdParam3, removeOrdParam3, removePos, removePos, removePos, removePos, removePosBottom, removePosBottom, removePosBottom, removePosBottom, removePosHoriz, removePosHoriz, removePosHoriz, removePosHoriz, removePositionedElement, removePositionedElement, removePositionedElement, removePositionedElement, removePosLeft, removePosLeft, removePosLeft, removePosLeft, removePosPoint, removePosPoint, removePosPoint, removePosPoint, removePosPointLowerRight, removePosPointLowerRight, removePosPointLowerRight, removePosPointLowerRight, removePosPointUpperLeft, removePosPointUpperLeft, removePosPointUpperLeft, removePosPointUpperLeft, removePosRight, removePosRight, removePosRight, removePosRight, removePosTop, removePosTop, removePosTop, removePosTop, removeRightElement, removeRightElement, removeRightElement, removeRightElement, removeTextMedia, removeTextMedia, removeTextMedia, removeTextMedia, removeTopElement, removeTopElement, removeTopElement, removeTopElement, removeUnionOf, removeUnionOf, removeUnionOf, removeUnionOf, removeUrl, removeUrl, removeUrl, removeUrl, removeValInt, removeValInt, removeValInt, removeValInt, setActRelatesToAct, setActRelatesToAct, setActRelatesToAct, setActRelatesToAct, setBottomElement, setBottomElement, setBottomElement, setBottomElement, setCogcharScreenDataProp, setCogcharScreenDataProp, setCogcharScreenDataProp, setCogcharScreenDataProp, setCogcharScreenObjProp, setCogcharScreenObjProp, setCogcharScreenObjProp, setCogcharScreenObjProp, setComparesTo, setComparesTo, setComparesTo, setComparesTo, setDocMedia, setDocMedia, setDocMedia, setDocMedia, setForFeature, setForFeature, setForFeature, setForFeature, setForThing, setForThing, setForThing, setForThing, setInverseOf, setInverseOf, setInverseOf, setInverseOf, setIsAfter, setIsAfter, setIsAfter, setIsAfter, setIsBefore, setIsBefore, setIsBefore, setIsBefore, setIsEqualTo, setIsEqualTo, setIsEqualTo, setIsEqualTo, setIsFarFrom, setIsFarFrom, setIsFarFrom, setIsFarFrom, setIsNearTo, setIsNearTo, setIsNearTo, setIsNearTo, setLeftElement, setLeftElement, setLeftElement, setLeftElement, setMaxCardinality, setMaxCardinality, setMaxCardinality, setMaxCardinality, setMiddleElement, setMiddleElement, setMiddleElement, setMiddleElement, setOrdParam1, setOrdParam1, setOrdParam1, setOrdParam1, setOrdParam2, setOrdParam2, setOrdParam2, setOrdParam2, setOrdParam3, setOrdParam3, setOrdParam3, setOrdParam3, setPos, setPos, setPos, setPos, setPosBottom, setPosBottom, setPosBottom, setPosBottom, setPosHoriz, setPosHoriz, setPosHoriz, setPosHoriz, setPositionedElement, setPositionedElement, setPositionedElement, setPositionedElement, setPosLeft, setPosLeft, setPosLeft, setPosLeft, setPosPoint, setPosPoint, setPosPoint, setPosPoint, setPosPointLowerRight, setPosPointLowerRight, setPosPointLowerRight, setPosPointLowerRight, setPosPointUpperLeft, setPosPointUpperLeft, setPosPointUpperLeft, setPosPointUpperLeft, setPosRight, setPosRight, setPosRight, setPosRight, setPosTop, setPosTop, setPosTop, setPosTop, setRightElement, setRightElement, setRightElement, setRightElement, setTextMedia, setTextMedia, setTextMedia, setTextMedia, setTopElement, setTopElement, setTopElement, setTopElement, setUnionOf, setUnionOf, setUnionOf, setUnionOf, setUrl, setUrl, setUrl, setUrl, setValInt, setValInt, setValInt, setValIntaddSubClassOf, addSubClassOf, addSubClassOf, addSubClassOf, addSubClassOf, getAllDomain_Inverse, getAllInstance_as, getAllRange_Inverse, getAllSubClassOf_as, getAllSubClassOf_as, getAllSubClassOf_asNode_, getAllSubClassOf_asNode_, getAllSubClassOf_asNode, getAllSubClassOf_asNode, getAllSubClassOf_Inverse, getAllSubClassOf, getAllSubClassOf, getAllType_Inverse, removeAllSubClassOf, removeSubClassOf, removeSubClassOf, removeSubClassOf, removeSubClassOf, setSubClassOf, setSubClassOf, setSubClassOf, setSubClassOfaddComment, addComment, addComment, addComment, addComment, addIsDefinedBy, addIsDefinedBy, addIsDefinedBy, addIsDefinedBy, addIsDefinedBy, addLabel, addLabel, addLabel, addLabel, addLabel, addMember, addMember, addMember, addMember, addMember, addSeeAlso, addSeeAlso, addSeeAlso, addSeeAlso, addSeeAlso, addType, addType, addType, addType, addType, addValue, addValue, addValue, addValue, addValue, getAllComment_as, getAllComment_as, getAllComment_asNode_, getAllComment_asNode_, getAllComment_asNode, getAllComment_asNode, getAllComment, getAllComment, getAllFirst_Inverse, getAllIsDefinedBy_as, getAllIsDefinedBy_as, getAllIsDefinedBy_asNode_, getAllIsDefinedBy_asNode_, getAllIsDefinedBy_asNode, getAllIsDefinedBy_asNode, getAllIsDefinedBy_Inverse, getAllIsDefinedBy, getAllIsDefinedBy, getAllLabel_as, getAllLabel_as, getAllLabel_asNode_, getAllLabel_asNode_, getAllLabel_asNode, getAllLabel_asNode, getAllLabel, getAllLabel, getAllMember_as, getAllMember_as, getAllMember_asNode_, getAllMember_asNode_, getAllMember_asNode, getAllMember_asNode, getAllMember_Inverse, getAllMember, getAllMember, getAllObject_Inverse, getAllPredicate_Inverse, getAllSeeAlso_as, getAllSeeAlso_as, getAllSeeAlso_asNode_, getAllSeeAlso_asNode_, getAllSeeAlso_asNode, getAllSeeAlso_asNode, getAllSeeAlso_Inverse, getAllSeeAlso, getAllSeeAlso, getAllSubject_Inverse, getAllType_as, getAllType_as, getAllType_asNode_, getAllType_asNode_, getAllType_asNode, getAllType_asNode, getAllType, getAllType, getAllValue_as, getAllValue_as, getAllValue_asNode_, getAllValue_asNode_, getAllValue_asNode, getAllValue_asNode, getAllValue_Inverse, getAllValue, getAllValue, removeAllComment, removeAllIsDefinedBy, removeAllLabel, removeAllMember, removeAllSeeAlso, removeAllType, removeAllValue, removeComment, removeComment, removeComment, removeComment, removeIsDefinedBy, removeIsDefinedBy, removeIsDefinedBy, removeIsDefinedBy, removeLabel, removeLabel, removeLabel, removeLabel, removeMember, removeMember, removeMember, removeMember, removeSeeAlso, removeSeeAlso, removeSeeAlso, removeSeeAlso, removeType, removeType, removeType, removeType, removeValue, removeValue, removeValue, removeValue, setComment, setComment, setComment, setComment, setIsDefinedBy, setIsDefinedBy, setIsDefinedBy, setIsDefinedBy, setLabel, setLabel, setLabel, setLabel, setMember, setMember, setMember, setMember, setSeeAlso, setSeeAlso, setSeeAlso, setSeeAlso, setType, setType, setType, setType, setValue, setValue, setValue, setValuepublic static final org.ontoware.rdf2go.model.node.URI RDFS_CLASS
public static final org.ontoware.rdf2go.model.node.URI IMAGEMEDIA
public static final org.ontoware.rdf2go.model.node.URI MEDIA
public static final org.ontoware.rdf2go.model.node.URI[] MANAGED_URIS
protected DisplayItemDesc(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.URI classURI,
org.ontoware.rdf2go.model.node.Resource instanceIdentifier,
boolean write)
model - RDF2GO Model implementation, see http://rdf2go.semweb4j.orgclassURI - URI of RDFS classinstanceIdentifier - Resource that identifies this instancewrite - if true, the statement (this, rdf:type, TYPE) is written to the model
[Generated from RDFReactor template rule #c1]public DisplayItemDesc(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceIdentifier,
boolean write)
model - RDF2GO Model implementation, see http://rdf2go.ontoware.orginstanceIdentifier - an RDF2Go Resource identifying this instancewrite - if true, the statement (this, rdf:type, TYPE) is written to the model
[Generated from RDFReactor template rule #c2]public DisplayItemDesc(org.ontoware.rdf2go.model.Model model,
String uriString,
boolean write)
throws org.ontoware.rdf2go.exception.ModelRuntimeException
model - RDF2GO Model implementation, see http://rdf2go.ontoware.orguriString - a URI given as a Stringwrite - if true, the statement (this, rdf:type, TYPE) is written to the modelorg.ontoware.rdf2go.exception.ModelRuntimeException - if URI syntax is wrong
[Generated from RDFReactor template rule #c7]public DisplayItemDesc(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.BlankNode bnode,
boolean write)
model - RDF2GO Model implementation, see http://rdf2go.ontoware.orgbnode - BlankNode of this instancewrite - if true, the statement (this, rdf:type, TYPE) is written to the model
[Generated from RDFReactor template rule #c8]public DisplayItemDesc(org.ontoware.rdf2go.model.Model model,
boolean write)
model - RDF2GO Model implementation, see http://rdf2go.ontoware.orgwrite - if true, the statement (this, rdf:type, TYPE) is written to the model
[Generated from RDFReactor template rule #c9]public static DisplayItemDesc getInstance(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic static void createInstance(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
model - an RDF2Go modelinstanceResource - an RDF2Go resource
[Generated from RDFReactor template rule #class1]public static boolean hasInstance(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllInstances(org.ontoware.rdf2go.model.Model model)
model - an RDF2Go modelpublic static org.ontoware.rdfreactor.runtime.ReactorResult<? extends DisplayItemDesc> getAllInstances_as(org.ontoware.rdf2go.model.Model model)
model - an RDF2Go modelpublic static void deleteInstance(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
(this, rdf:type, DisplayItemDesc) from this instance. Other triples are not affected.
To delete more, use deleteAllPropertiesmodel - an RDF2Go modelinstanceResource - an RDF2Go resource
[Generated from RDFReactor template rule #class4]public static void deleteAllProperties(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
(this, *, *), i.e. including rdf:type.model - an RDF2Go modelinstanceResource - an RDF2Go resource
[Generated from RDFReactor template rule #class5]public static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllForOneItem_Inverse(org.ontoware.rdf2go.model.Model model,
Object objectValue)
model - an RDF2Go modelobjectValue - public org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllForOneItem_Inverse()
public static org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Resource> getAllForOneItem_Inverse_as(org.ontoware.rdf2go.model.Model model,
Object objectValue)
model - an RDF2Go modelobjectValue - public static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllItem_Inverse(org.ontoware.rdf2go.model.Model model,
Object objectValue)
model - an RDF2Go modelobjectValue - public org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllItem_Inverse()
public static org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Resource> getAllItem_Inverse_as(org.ontoware.rdf2go.model.Model model,
Object objectValue)
model - an RDF2Go modelobjectValue - public static boolean hasImageMedia(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
ImageMedia has at least one value set.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic boolean hasImageMedia()
ImageMedia has at least one value set.public static boolean hasImageMedia(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
ImageMedia has the given value (maybe among other values).model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be checkedpublic boolean hasImageMedia(org.ontoware.rdf2go.model.node.Node value)
ImageMedia has the given value (maybe among other values).value - the value to be checkedpublic static org.ontoware.rdf2go.model.node.Node getImageMedia_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
ImageMedia as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourceRDFDataException - at runtime, if the property has multiple values
[Generated from RDFReactor template rule #get1static]public org.ontoware.rdf2go.model.node.Node getImageMedia_asNode()
ImageMedia as an RDF2Go Node.RDFDataException, - if the property has multiple values
[Generated from RDFReactor template rule #get2dynamic]public static DPDMImage getImageMedia(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
ImageMedia.model - an RDF2Go modelinstanceResource - an RDF2Go resourceRDFDataException, - if the property has multiple values
[Generated from RDFReactor template rule #get5static]public DPDMImage getImageMedia()
ImageMedia.
This property has maxCardinality=1, that means the property takes only
a single value.RDFDataException, - if the property has multiple values
[Generated from RDFReactor template rule #get6dynamic]public static void addImageMedia(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
throws org.ontoware.rdfreactor.runtime.CardinalityException
ImageMedia as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be addedorg.ontoware.rdfreactor.runtime.CardinalityException - if adding a value would bring the number
of property values above the cardinality constraint.
[Generated from RDFReactor template rule #add5static]public void addImageMedia(org.ontoware.rdf2go.model.node.Node value)
throws org.ontoware.rdfreactor.runtime.CardinalityException
ImageMedia as an RDF2Go Node.value - the value to be addedorg.ontoware.rdfreactor.runtime.CardinalityException - if adding a value would bring the number
of property values above the cardinality constraint.
[Generated from RDFReactor template rule #add6dynamic]public static void addImageMedia(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
DPDMImage value)
throws org.ontoware.rdfreactor.runtime.CardinalityException
ImageMedia from an instance of DPDMImage.model - an RDF2Go modelinstanceResource - an RDF2Go resourceorg.ontoware.rdfreactor.runtime.CardinalityException - if adding a value would bring the number
of property values above the cardinality constraint.
[Generated from RDFReactor template rule #add7static]public void addImageMedia(DPDMImage value) throws org.ontoware.rdfreactor.runtime.CardinalityException
ImageMedia from an instance of DPDMImage.org.ontoware.rdfreactor.runtime.CardinalityException - if adding a value would bring the number
of property values above the cardinality constraint.
[Generated from RDFReactor template rule #add8dynamic]public static void setImageMedia(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
ImageMedia from an RDF2Go Node.
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be set
[Generated from RDFReactor template rule #set1static]public void setImageMedia(org.ontoware.rdf2go.model.node.Node value)
ImageMedia from an RDF2Go Node.
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.value - the value to be added
[Generated from RDFReactor template rule #set1dynamic]public static void setImageMedia(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
DPDMImage value)
ImageMedia from an instance of DPDMImage.
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be added
[Generated from RDFReactor template rule #set3static]public void setImageMedia(DPDMImage value)
ImageMedia from an instance of DPDMImage.
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.value - the value to be added
[Generated from RDFReactor template rule #set4dynamic]public static void removeImageMedia(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
ImageMedia as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeImageMedia(org.ontoware.rdf2go.model.node.Node value)
ImageMedia as an RDF2Go Node.value - the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeImageMedia(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
DPDMImage value)
ImageMedia given as an instance of DPDMImage.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeImageMedia(DPDMImage value)
ImageMedia given as an instance of DPDMImage.value - the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllImageMedia(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
ImageMedia.model - an RDF2Go modelinstanceResource - an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void removeAllImageMedia()
ImageMedia.
[Generated from RDFReactor template rule #removeall1dynamic]public static boolean hasMedia(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Media has at least one value set.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic boolean hasMedia()
Media has at least one value set.public static boolean hasMedia(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Media has the given value (maybe among other values).model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be checkedpublic boolean hasMedia(org.ontoware.rdf2go.model.node.Node value)
Media has the given value (maybe among other values).value - the value to be checkedpublic static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllMedia_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Media as an Iterator over RDF2Go nodes.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic static org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllMedia_asNode_(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Media as a ReactorResult of RDF2Go nodes.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllMedia_asNode()
Media as an Iterator over RDF2Go nodespublic org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllMedia_asNode_()
Media as a ReactorResult of RDF2Go nodes.public static org.ontoware.aifbcommons.collection.ClosableIterator<DPDMedia> getAllMedia(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
Media.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic static org.ontoware.rdfreactor.runtime.ReactorResult<DPDMedia> getAllMedia_as(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
Media as a ReactorResult of DPDMedia.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic org.ontoware.aifbcommons.collection.ClosableIterator<DPDMedia> getAllMedia()
Media.public org.ontoware.rdfreactor.runtime.ReactorResult<DPDMedia> getAllMedia_as()
Media as a ReactorResult of DPDMedia.public static void addMedia(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Media as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be added
[Generated from RDFReactor template rule #add1static]public void addMedia(org.ontoware.rdf2go.model.node.Node value)
Media as an RDF2Go Node.value - the value to be added
[Generated from RDFReactor template rule #add1dynamic]public static void addMedia(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
DPDMedia value)
Media from an instance of DPDMedia.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - [Generated from RDFReactor template rule #add3static]public void addMedia(DPDMedia value)
Media from an instance of DPDMedia.
[Generated from RDFReactor template rule #add4dynamic]public static void setMedia(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Media from an RDF2Go Node.
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be set
[Generated from RDFReactor template rule #set1static]public void setMedia(org.ontoware.rdf2go.model.node.Node value)
Media from an RDF2Go Node.
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.value - the value to be added
[Generated from RDFReactor template rule #set1dynamic]public static void setMedia(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
DPDMedia value)
Media from an instance of DPDMedia.
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be added
[Generated from RDFReactor template rule #set3static]public void setMedia(DPDMedia value)
Media from an instance of DPDMedia.
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.value - the value to be added
[Generated from RDFReactor template rule #set4dynamic]public static void removeMedia(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Media as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeMedia(org.ontoware.rdf2go.model.node.Node value)
Media as an RDF2Go Node.value - the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeMedia(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
DPDMedia value)
Media given as an instance of DPDMedia.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeMedia(DPDMedia value)
Media given as an instance of DPDMedia.value - the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllMedia(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Media.model - an RDF2Go modelinstanceResource - an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void removeAllMedia()
Media.
[Generated from RDFReactor template rule #removeall1dynamic]Copyright © 2010-2016. All Rights Reserved.