public class CogcharScreenThing extends Thing1
| Modifier and Type | Field and Description |
|---|---|
static org.ontoware.rdf2go.model.node.URI[] |
MANAGED_URIS
All property-URIs with this class as domain.
|
static org.ontoware.rdf2go.model.node.URI |
RDFS_CLASS
http://onto.cogchar.org/onto/201506/ScreenAct_OWL2#CogcharScreenThing
|
static org.ontoware.rdf2go.model.node.URI |
TEXTCONTENT
http://onto.cogchar.org/onto/201506/ScreenAct_OWL2#hasTextContent
|
static org.ontoware.rdf2go.model.node.URI |
VALDECIMAL
http://onto.cogchar.org/onto/201506/ScreenAct_OWL2#hasValDecimal
|
static org.ontoware.rdf2go.model.node.URI |
VALNUM
http://onto.cogchar.org/onto/201506/ScreenAct_OWL2#hasValNum
|
ACTRELATESTOACT, 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 |
|---|---|
|
CogcharScreenThing(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.
|
|
CogcharScreenThing(org.ontoware.rdf2go.model.Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
|
CogcharScreenThing(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.
|
|
CogcharScreenThing(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 |
CogcharScreenThing(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 |
|---|---|
static void |
addTextContent(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
TextContent as an RDF2Go Node. |
static void |
addTextContent(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
Adds a value to property
TextContent from an instance of String. |
void |
addTextContent(org.ontoware.rdf2go.model.node.Node value)
Adds a value to property
TextContent as an RDF2Go Node. |
void |
addTextContent(String value)
Adds a value to property
TextContent from an instance of String. |
void |
addValDecimal(Decimal value)
Adds a value to property
ValDecimal from an instance of Decimal. |
static void |
addValDecimal(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Decimal value)
Adds a value to property
ValDecimal from an instance of Decimal. |
static void |
addValDecimal(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
ValDecimal as an RDF2Go Node. |
void |
addValDecimal(org.ontoware.rdf2go.model.node.Node value)
Adds a value to property
ValDecimal as an RDF2Go Node. |
static void |
addValNum(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
ValNum as an RDF2Go Node. |
static void |
addValNum(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Thing1 value)
Adds a value to property
ValNum from an instance of Thing1. |
void |
addValNum(org.ontoware.rdf2go.model.node.Node value)
Adds a value to property
ValNum as an RDF2Go Node. |
void |
addValNum(Thing1 value)
Adds a value to property
ValNum from an instance of Thing1. |
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, CogcharScreenThing) from this instance. |
static org.ontoware.rdfreactor.runtime.ReactorResult<? extends CogcharScreenThing> |
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) |
org.ontoware.rdfreactor.runtime.ReactorResult<Thing1> |
getAllValNum_as()
Get all values of property
ValNum as a ReactorResult of Thing1. |
static org.ontoware.rdfreactor.runtime.ReactorResult<Thing1> |
getAllValNum_as(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
ValNum as a ReactorResult of Thing1. |
org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> |
getAllValNum_asNode_()
Get all values of property
ValNum as a ReactorResult of RDF2Go nodes. |
static org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> |
getAllValNum_asNode_(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
ValNum as a ReactorResult of RDF2Go nodes. |
org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> |
getAllValNum_asNode()
Get all values of property
ValNum as an Iterator over RDF2Go nodes |
static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> |
getAllValNum_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
ValNum as an Iterator over RDF2Go nodes. |
org.ontoware.aifbcommons.collection.ClosableIterator<Thing1> |
getAllValNum()
Get all values of property
ValNum. |
static org.ontoware.aifbcommons.collection.ClosableIterator<Thing1> |
getAllValNum(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
ValNum. |
static CogcharScreenThing |
getInstance(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Return an existing instance of this class in the model.
|
org.ontoware.rdf2go.model.node.Node |
getTextContent_asNode()
Get single value of property
TextContent as an RDF2Go Node. |
static org.ontoware.rdf2go.model.node.Node |
getTextContent_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get single value of property
TextContent as an RDF2Go Node. |
String |
getTextContent()
Get single value of property
TextContent. |
static String |
getTextContent(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get single value of property
TextContent. |
org.ontoware.rdf2go.model.node.Node |
getValDecimal_asNode()
Get single value of property
ValDecimal as an RDF2Go Node. |
static org.ontoware.rdf2go.model.node.Node |
getValDecimal_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get single value of property
ValDecimal as an RDF2Go Node. |
Decimal |
getValDecimal()
Get single value of property
ValDecimal. |
static Decimal |
getValDecimal(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get single value of property
ValDecimal. |
static boolean |
hasInstance(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource) |
boolean |
hasTextContent()
Check if
TextContent has at least one value set. |
static boolean |
hasTextContent(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Check if
TextContent has at least one value set. |
static boolean |
hasTextContent(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Check if
TextContent has the given value (maybe among other values). |
boolean |
hasTextContent(org.ontoware.rdf2go.model.node.Node value)
Check if
TextContent has the given value (maybe among other values). |
boolean |
hasValDecimal()
Check if
ValDecimal has at least one value set. |
static boolean |
hasValDecimal(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Check if
ValDecimal has at least one value set. |
static boolean |
hasValDecimal(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Check if
ValDecimal has the given value (maybe among other values). |
boolean |
hasValDecimal(org.ontoware.rdf2go.model.node.Node value)
Check if
ValDecimal has the given value (maybe among other values). |
boolean |
hasValNum()
Check if
ValNum has at least one value set. |
static boolean |
hasValNum(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Check if
ValNum has at least one value set. |
static boolean |
hasValNum(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Check if
ValNum has the given value (maybe among other values). |
boolean |
hasValNum(org.ontoware.rdf2go.model.node.Node value)
Check if
ValNum has the given value (maybe among other values). |
void |
removeAllTextContent()
Removes all values of property
TextContent. |
static void |
removeAllTextContent(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Removes all values of property
TextContent. |
void |
removeAllValDecimal()
Removes all values of property
ValDecimal. |
static void |
removeAllValDecimal(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Removes all values of property
ValDecimal. |
void |
removeAllValNum()
Removes all values of property
ValNum. |
static void |
removeAllValNum(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Removes all values of property
ValNum. |
static void |
removeTextContent(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
TextContent as an RDF2Go Node. |
static void |
removeTextContent(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
Removes a value of property
TextContent given as an instance of String. |
void |
removeTextContent(org.ontoware.rdf2go.model.node.Node value)
Removes a value of property
TextContent as an RDF2Go Node. |
void |
removeTextContent(String value)
Removes a value of property
TextContent given as an instance of String. |
void |
removeValDecimal(Decimal value)
Removes a value of property
ValDecimal given as an instance of Decimal. |
static void |
removeValDecimal(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Decimal value)
Removes a value of property
ValDecimal given as an instance of Decimal. |
static void |
removeValDecimal(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
ValDecimal as an RDF2Go Node. |
void |
removeValDecimal(org.ontoware.rdf2go.model.node.Node value)
Removes a value of property
ValDecimal as an RDF2Go Node. |
static void |
removeValNum(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
ValNum as an RDF2Go Node. |
static void |
removeValNum(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Thing1 value)
Removes a value of property
ValNum given as an instance of Thing1. |
void |
removeValNum(org.ontoware.rdf2go.model.node.Node value)
Removes a value of property
ValNum as an RDF2Go Node. |
void |
removeValNum(Thing1 value)
Removes a value of property
ValNum given as an instance of Thing1. |
static void |
setTextContent(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
TextContent from an RDF2Go Node. |
static void |
setTextContent(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
Sets a value of property
TextContent from an instance of String. |
void |
setTextContent(org.ontoware.rdf2go.model.node.Node value)
Sets a value of property
TextContent from an RDF2Go Node. |
void |
setTextContent(String value)
Sets a value of property
TextContent from an instance of String. |
void |
setValDecimal(Decimal value)
Sets a value of property
ValDecimal from an instance of Decimal. |
static void |
setValDecimal(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Decimal value)
Sets a value of property
ValDecimal from an instance of Decimal. |
static void |
setValDecimal(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
ValDecimal from an RDF2Go Node. |
void |
setValDecimal(org.ontoware.rdf2go.model.node.Node value)
Sets a value of property
ValDecimal from an RDF2Go Node. |
static void |
setValNum(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
ValNum from an RDF2Go Node. |
static void |
setValNum(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Thing1 value)
Sets a value of property
ValNum from an instance of Thing1. |
void |
setValNum(org.ontoware.rdf2go.model.node.Node value)
Sets a value of property
ValNum from an RDF2Go Node. |
void |
setValNum(Thing1 value)
Sets a value of property
ValNum from an instance of Thing1. |
addActRelatesToAct, 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 TEXTCONTENT
public static final org.ontoware.rdf2go.model.node.URI VALDECIMAL
public static final org.ontoware.rdf2go.model.node.URI VALNUM
public static final org.ontoware.rdf2go.model.node.URI[] MANAGED_URIS
protected CogcharScreenThing(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 CogcharScreenThing(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 CogcharScreenThing(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 CogcharScreenThing(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 CogcharScreenThing(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 CogcharScreenThing 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 CogcharScreenThing> 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, CogcharScreenThing) 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 boolean hasTextContent(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
TextContent has at least one value set.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic boolean hasTextContent()
TextContent has at least one value set.public static boolean hasTextContent(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
TextContent has the given value (maybe among other values).model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be checkedpublic boolean hasTextContent(org.ontoware.rdf2go.model.node.Node value)
TextContent has the given value (maybe among other values).value - the value to be checkedpublic static org.ontoware.rdf2go.model.node.Node getTextContent_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
TextContent 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 getTextContent_asNode()
TextContent as an RDF2Go Node.RDFDataException, - if the property has multiple values
[Generated from RDFReactor template rule #get2dynamic]public static String getTextContent(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
TextContent.model - an RDF2Go modelinstanceResource - an RDF2Go resourceRDFDataException, - if the property has multiple values
[Generated from RDFReactor template rule #get5static]public String getTextContent()
TextContent.
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 addTextContent(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
TextContent 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 addTextContent(org.ontoware.rdf2go.model.node.Node value)
throws org.ontoware.rdfreactor.runtime.CardinalityException
TextContent 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 addTextContent(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
throws org.ontoware.rdfreactor.runtime.CardinalityException
TextContent from an instance of String.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 addTextContent(String value) throws org.ontoware.rdfreactor.runtime.CardinalityException
TextContent from an instance of String.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 setTextContent(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
TextContent 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 setTextContent(org.ontoware.rdf2go.model.node.Node value)
TextContent 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 setTextContent(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
TextContent from an instance of String.
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 setTextContent(String value)
TextContent from an instance of String.
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 removeTextContent(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
TextContent as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeTextContent(org.ontoware.rdf2go.model.node.Node value)
TextContent as an RDF2Go Node.value - the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeTextContent(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
TextContent given as an instance of String.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeTextContent(String value)
TextContent given as an instance of String.value - the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllTextContent(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
TextContent.model - an RDF2Go modelinstanceResource - an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void removeAllTextContent()
TextContent.
[Generated from RDFReactor template rule #removeall1dynamic]public static boolean hasValDecimal(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
ValDecimal has at least one value set.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic boolean hasValDecimal()
ValDecimal has at least one value set.public static boolean hasValDecimal(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
ValDecimal has the given value (maybe among other values).model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be checkedpublic boolean hasValDecimal(org.ontoware.rdf2go.model.node.Node value)
ValDecimal has the given value (maybe among other values).value - the value to be checkedpublic static org.ontoware.rdf2go.model.node.Node getValDecimal_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
ValDecimal 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 getValDecimal_asNode()
ValDecimal as an RDF2Go Node.RDFDataException, - if the property has multiple values
[Generated from RDFReactor template rule #get2dynamic]public static Decimal getValDecimal(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
ValDecimal.model - an RDF2Go modelinstanceResource - an RDF2Go resourceRDFDataException, - if the property has multiple values
[Generated from RDFReactor template rule #get5static]public Decimal getValDecimal()
ValDecimal.
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 addValDecimal(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
ValDecimal 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 addValDecimal(org.ontoware.rdf2go.model.node.Node value)
throws org.ontoware.rdfreactor.runtime.CardinalityException
ValDecimal 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 addValDecimal(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Decimal value)
throws org.ontoware.rdfreactor.runtime.CardinalityException
ValDecimal from an instance of Decimal.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 addValDecimal(Decimal value) throws org.ontoware.rdfreactor.runtime.CardinalityException
ValDecimal from an instance of Decimal.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 setValDecimal(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
ValDecimal 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 setValDecimal(org.ontoware.rdf2go.model.node.Node value)
ValDecimal 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 setValDecimal(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Decimal value)
ValDecimal from an instance of Decimal.
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 setValDecimal(Decimal value)
ValDecimal from an instance of Decimal.
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 removeValDecimal(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
ValDecimal as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeValDecimal(org.ontoware.rdf2go.model.node.Node value)
ValDecimal as an RDF2Go Node.value - the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeValDecimal(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Decimal value)
ValDecimal given as an instance of Decimal.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeValDecimal(Decimal value)
ValDecimal given as an instance of Decimal.value - the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllValDecimal(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
ValDecimal.model - an RDF2Go modelinstanceResource - an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void removeAllValDecimal()
ValDecimal.
[Generated from RDFReactor template rule #removeall1dynamic]public static boolean hasValNum(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
ValNum has at least one value set.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic boolean hasValNum()
ValNum has at least one value set.public static boolean hasValNum(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
ValNum has the given value (maybe among other values).model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be checkedpublic boolean hasValNum(org.ontoware.rdf2go.model.node.Node value)
ValNum 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> getAllValNum_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
ValNum 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> getAllValNum_asNode_(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
ValNum as a ReactorResult of RDF2Go nodes.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllValNum_asNode()
ValNum as an Iterator over RDF2Go nodespublic org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllValNum_asNode_()
ValNum as a ReactorResult of RDF2Go nodes.public static org.ontoware.aifbcommons.collection.ClosableIterator<Thing1> getAllValNum(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
ValNum.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic static org.ontoware.rdfreactor.runtime.ReactorResult<Thing1> getAllValNum_as(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
ValNum as a ReactorResult of Thing1.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic org.ontoware.aifbcommons.collection.ClosableIterator<Thing1> getAllValNum()
ValNum.public org.ontoware.rdfreactor.runtime.ReactorResult<Thing1> getAllValNum_as()
ValNum as a ReactorResult of Thing1.public static void addValNum(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
ValNum as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be added
[Generated from RDFReactor template rule #add1static]public void addValNum(org.ontoware.rdf2go.model.node.Node value)
ValNum as an RDF2Go Node.value - the value to be added
[Generated from RDFReactor template rule #add1dynamic]public static void addValNum(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Thing1 value)
ValNum from an instance of Thing1.
Comment from schema: This class acts as a catch-all for all properties, for which no domain has specified.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - [Generated from RDFReactor template rule #add3static]public void addValNum(Thing1 value)
ValNum from an instance of Thing1.
Comment from schema: This class acts as a catch-all for all properties, for which no domain has specified.
[Generated from RDFReactor template rule #add4dynamic]public static void setValNum(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
ValNum 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 setValNum(org.ontoware.rdf2go.model.node.Node value)
ValNum 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 setValNum(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Thing1 value)
ValNum from an instance of Thing1.
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.
Comment from schema: This class acts as a catch-all for all properties, for which no domain has specified.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be added
[Generated from RDFReactor template rule #set3static]public void setValNum(Thing1 value)
ValNum from an instance of Thing1.
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.
Comment from schema: This class acts as a catch-all for all properties, for which no domain has specified.value - the value to be added
[Generated from RDFReactor template rule #set4dynamic]public static void removeValNum(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
ValNum as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeValNum(org.ontoware.rdf2go.model.node.Node value)
ValNum as an RDF2Go Node.value - the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeValNum(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Thing1 value)
ValNum given as an instance of Thing1.
Comment from schema: This class acts as a catch-all for all properties, for which no domain has specified.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeValNum(Thing1 value)
ValNum given as an instance of Thing1.
Comment from schema: This class acts as a catch-all for all properties, for which no domain has specified.value - the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllValNum(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
ValNum.model - an RDF2Go modelinstanceResource - an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void removeAllValNum()
ValNum.
[Generated from RDFReactor template rule #removeall1dynamic]Copyright © 2010-2016. All Rights Reserved.