public class DisplayLayoutDesc extends DisplayFeatureDesc
| Modifier and Type | Field and Description |
|---|---|
static org.ontoware.rdf2go.model.node.URI |
CONSTRAINT
http://onto.cogchar.org/onto/201506/ScreenAct_OWL2#hasConstraint
|
static org.ontoware.rdf2go.model.node.URI |
ITEM
http://onto.cogchar.org/onto/201506/ScreenAct_OWL2#hasItem
|
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#DisplayLayoutDesc
|
static org.ontoware.rdf2go.model.node.URI |
SUBLAYOUT
http://onto.cogchar.org/onto/201506/ScreenAct_OWL2#hasSubLayout
|
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 |
|---|---|
|
DisplayLayoutDesc(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.
|
|
DisplayLayoutDesc(org.ontoware.rdf2go.model.Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
|
DisplayLayoutDesc(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.
|
|
DisplayLayoutDesc(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 |
DisplayLayoutDesc(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 |
addConstraint(DisplayConstraintDesc value)
Adds a value to property
Constraint from an instance of DisplayConstraintDesc. |
static void |
addConstraint(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
DisplayConstraintDesc value)
Adds a value to property
Constraint from an instance of DisplayConstraintDesc. |
static void |
addConstraint(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
Constraint as an RDF2Go Node. |
void |
addConstraint(org.ontoware.rdf2go.model.node.Node value)
Adds a value to property
Constraint as an RDF2Go Node. |
void |
addItem(DisplayItemDesc value)
Adds a value to property
Item from an instance of DisplayItemDesc. |
static void |
addItem(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
DisplayItemDesc value)
Adds a value to property
Item from an instance of DisplayItemDesc. |
static void |
addItem(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
Item as an RDF2Go Node. |
void |
addItem(org.ontoware.rdf2go.model.node.Node value)
Adds a value to property
Item as an RDF2Go Node. |
void |
addSubLayout(DisplayLayoutDesc value)
Adds a value to property
SubLayout from an instance of DisplayLayoutDesc. |
static void |
addSubLayout(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
DisplayLayoutDesc value)
Adds a value to property
SubLayout from an instance of DisplayLayoutDesc. |
static void |
addSubLayout(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
SubLayout as an RDF2Go Node. |
void |
addSubLayout(org.ontoware.rdf2go.model.node.Node value)
Adds a value to property
SubLayout 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, DisplayLayoutDesc) from this instance. |
org.ontoware.rdfreactor.runtime.ReactorResult<DisplayConstraintDesc> |
getAllConstraint_as()
Get all values of property
Constraint as a ReactorResult of DisplayConstraintDesc. |
static org.ontoware.rdfreactor.runtime.ReactorResult<DisplayConstraintDesc> |
getAllConstraint_as(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
Constraint as a ReactorResult of DisplayConstraintDesc. |
org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> |
getAllConstraint_asNode_()
Get all values of property
Constraint as a ReactorResult of RDF2Go nodes. |
static org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> |
getAllConstraint_asNode_(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
Constraint as a ReactorResult of RDF2Go nodes. |
org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> |
getAllConstraint_asNode()
Get all values of property
Constraint as an Iterator over RDF2Go nodes |
static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> |
getAllConstraint_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
Constraint as an Iterator over RDF2Go nodes. |
org.ontoware.aifbcommons.collection.ClosableIterator<DisplayConstraintDesc> |
getAllConstraint()
Get all values of property
Constraint. |
static org.ontoware.aifbcommons.collection.ClosableIterator<DisplayConstraintDesc> |
getAllConstraint(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
Constraint. |
static org.ontoware.rdfreactor.runtime.ReactorResult<? extends DisplayLayoutDesc> |
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<DisplayItemDesc> |
getAllItem_as()
Get all values of property
Item as a ReactorResult of DisplayItemDesc. |
static org.ontoware.rdfreactor.runtime.ReactorResult<DisplayItemDesc> |
getAllItem_as(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
Item as a ReactorResult of DisplayItemDesc. |
org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> |
getAllItem_asNode_()
Get all values of property
Item as a ReactorResult of RDF2Go nodes. |
static org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> |
getAllItem_asNode_(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
Item as a ReactorResult of RDF2Go nodes. |
org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> |
getAllItem_asNode()
Get all values of property
Item as an Iterator over RDF2Go nodes |
static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> |
getAllItem_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
Item as an Iterator over RDF2Go nodes. |
org.ontoware.aifbcommons.collection.ClosableIterator<DisplayItemDesc> |
getAllItem()
Get all values of property
Item. |
static org.ontoware.aifbcommons.collection.ClosableIterator<DisplayItemDesc> |
getAllItem(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
Item. |
org.ontoware.rdfreactor.runtime.ReactorResult<DisplayLayoutDesc> |
getAllSubLayout_as()
Get all values of property
SubLayout as a ReactorResult of DisplayLayoutDesc. |
static org.ontoware.rdfreactor.runtime.ReactorResult<DisplayLayoutDesc> |
getAllSubLayout_as(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
SubLayout as a ReactorResult of DisplayLayoutDesc. |
org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> |
getAllSubLayout_asNode_()
Get all values of property
SubLayout as a ReactorResult of RDF2Go nodes. |
static org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> |
getAllSubLayout_asNode_(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
SubLayout as a ReactorResult of RDF2Go nodes. |
org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> |
getAllSubLayout_asNode()
Get all values of property
SubLayout as an Iterator over RDF2Go nodes |
static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> |
getAllSubLayout_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
SubLayout as an Iterator over RDF2Go nodes. |
static org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Resource> |
getAllSubLayout_Inverse_as(org.ontoware.rdf2go.model.Model model,
Object objectValue) |
org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> |
getAllSubLayout_Inverse() |
static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> |
getAllSubLayout_Inverse(org.ontoware.rdf2go.model.Model model,
Object objectValue) |
org.ontoware.aifbcommons.collection.ClosableIterator<DisplayLayoutDesc> |
getAllSubLayout()
Get all values of property
SubLayout. |
static org.ontoware.aifbcommons.collection.ClosableIterator<DisplayLayoutDesc> |
getAllSubLayout(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
SubLayout. |
static DisplayLayoutDesc |
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 |
hasConstraint()
Check if
Constraint has at least one value set. |
static boolean |
hasConstraint(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Check if
Constraint has at least one value set. |
static boolean |
hasConstraint(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Check if
Constraint has the given value (maybe among other values). |
boolean |
hasConstraint(org.ontoware.rdf2go.model.node.Node value)
Check if
Constraint 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 |
hasItem()
Check if
Item has at least one value set. |
static boolean |
hasItem(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Check if
Item has at least one value set. |
static boolean |
hasItem(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Check if
Item has the given value (maybe among other values). |
boolean |
hasItem(org.ontoware.rdf2go.model.node.Node value)
Check if
Item has the given value (maybe among other values). |
boolean |
hasSubLayout()
Check if
SubLayout has at least one value set. |
static boolean |
hasSubLayout(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Check if
SubLayout has at least one value set. |
static boolean |
hasSubLayout(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Check if
SubLayout has the given value (maybe among other values). |
boolean |
hasSubLayout(org.ontoware.rdf2go.model.node.Node value)
Check if
SubLayout has the given value (maybe among other values). |
void |
removeAllConstraint()
Removes all values of property
Constraint. |
static void |
removeAllConstraint(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Removes all values of property
Constraint. |
void |
removeAllItem()
Removes all values of property
Item. |
static void |
removeAllItem(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Removes all values of property
Item. |
void |
removeAllSubLayout()
Removes all values of property
SubLayout. |
static void |
removeAllSubLayout(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Removes all values of property
SubLayout. |
void |
removeConstraint(DisplayConstraintDesc value)
Removes a value of property
Constraint given as an instance of DisplayConstraintDesc. |
static void |
removeConstraint(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
DisplayConstraintDesc value)
Removes a value of property
Constraint given as an instance of DisplayConstraintDesc. |
static void |
removeConstraint(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
Constraint as an RDF2Go Node. |
void |
removeConstraint(org.ontoware.rdf2go.model.node.Node value)
Removes a value of property
Constraint as an RDF2Go Node. |
void |
removeItem(DisplayItemDesc value)
Removes a value of property
Item given as an instance of DisplayItemDesc. |
static void |
removeItem(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
DisplayItemDesc value)
Removes a value of property
Item given as an instance of DisplayItemDesc. |
static void |
removeItem(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
Item as an RDF2Go Node. |
void |
removeItem(org.ontoware.rdf2go.model.node.Node value)
Removes a value of property
Item as an RDF2Go Node. |
void |
removeSubLayout(DisplayLayoutDesc value)
Removes a value of property
SubLayout given as an instance of DisplayLayoutDesc. |
static void |
removeSubLayout(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
DisplayLayoutDesc value)
Removes a value of property
SubLayout given as an instance of DisplayLayoutDesc. |
static void |
removeSubLayout(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
SubLayout as an RDF2Go Node. |
void |
removeSubLayout(org.ontoware.rdf2go.model.node.Node value)
Removes a value of property
SubLayout as an RDF2Go Node. |
void |
setConstraint(DisplayConstraintDesc value)
Sets a value of property
Constraint from an instance of DisplayConstraintDesc. |
static void |
setConstraint(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
DisplayConstraintDesc value)
Sets a value of property
Constraint from an instance of DisplayConstraintDesc. |
static void |
setConstraint(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
Constraint from an RDF2Go Node. |
void |
setConstraint(org.ontoware.rdf2go.model.node.Node value)
Sets a value of property
Constraint from an RDF2Go Node. |
void |
setItem(DisplayItemDesc value)
Sets a value of property
Item from an instance of DisplayItemDesc. |
static void |
setItem(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
DisplayItemDesc value)
Sets a value of property
Item from an instance of DisplayItemDesc. |
static void |
setItem(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
Item from an RDF2Go Node. |
void |
setItem(org.ontoware.rdf2go.model.node.Node value)
Sets a value of property
Item from an RDF2Go Node. |
void |
setSubLayout(DisplayLayoutDesc value)
Sets a value of property
SubLayout from an instance of DisplayLayoutDesc. |
static void |
setSubLayout(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
DisplayLayoutDesc value)
Sets a value of property
SubLayout from an instance of DisplayLayoutDesc. |
static void |
setSubLayout(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
SubLayout from an RDF2Go Node. |
void |
setSubLayout(org.ontoware.rdf2go.model.node.Node value)
Sets a value of property
SubLayout 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 CONSTRAINT
public static final org.ontoware.rdf2go.model.node.URI ITEM
public static final org.ontoware.rdf2go.model.node.URI SUBLAYOUT
public static final org.ontoware.rdf2go.model.node.URI[] MANAGED_URIS
protected DisplayLayoutDesc(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 DisplayLayoutDesc(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 DisplayLayoutDesc(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 DisplayLayoutDesc(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 DisplayLayoutDesc(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 DisplayLayoutDesc 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 DisplayLayoutDesc> 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, DisplayLayoutDesc) 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> getAllSubLayout_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> getAllSubLayout_Inverse()
public static org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Resource> getAllSubLayout_Inverse_as(org.ontoware.rdf2go.model.Model model,
Object objectValue)
model - an RDF2Go modelobjectValue - public static boolean hasConstraint(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Constraint has at least one value set.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic boolean hasConstraint()
Constraint has at least one value set.public static boolean hasConstraint(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Constraint has the given value (maybe among other values).model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be checkedpublic boolean hasConstraint(org.ontoware.rdf2go.model.node.Node value)
Constraint 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> getAllConstraint_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Constraint 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> getAllConstraint_asNode_(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Constraint as a ReactorResult of RDF2Go nodes.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllConstraint_asNode()
Constraint as an Iterator over RDF2Go nodespublic org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllConstraint_asNode_()
Constraint as a ReactorResult of RDF2Go nodes.public static org.ontoware.aifbcommons.collection.ClosableIterator<DisplayConstraintDesc> getAllConstraint(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
Constraint.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic static org.ontoware.rdfreactor.runtime.ReactorResult<DisplayConstraintDesc> getAllConstraint_as(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
Constraint as a ReactorResult of DisplayConstraintDesc.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic org.ontoware.aifbcommons.collection.ClosableIterator<DisplayConstraintDesc> getAllConstraint()
Constraint.public org.ontoware.rdfreactor.runtime.ReactorResult<DisplayConstraintDesc> getAllConstraint_as()
Constraint as a ReactorResult of DisplayConstraintDesc.public static void addConstraint(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Constraint as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be added
[Generated from RDFReactor template rule #add1static]public void addConstraint(org.ontoware.rdf2go.model.node.Node value)
Constraint as an RDF2Go Node.value - the value to be added
[Generated from RDFReactor template rule #add1dynamic]public static void addConstraint(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
DisplayConstraintDesc value)
Constraint from an instance of DisplayConstraintDesc.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - [Generated from RDFReactor template rule #add3static]public void addConstraint(DisplayConstraintDesc value)
Constraint from an instance of DisplayConstraintDesc.
[Generated from RDFReactor template rule #add4dynamic]public static void setConstraint(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Constraint 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 setConstraint(org.ontoware.rdf2go.model.node.Node value)
Constraint 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 setConstraint(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
DisplayConstraintDesc value)
Constraint from an instance of DisplayConstraintDesc.
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 setConstraint(DisplayConstraintDesc value)
Constraint from an instance of DisplayConstraintDesc.
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 removeConstraint(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Constraint as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeConstraint(org.ontoware.rdf2go.model.node.Node value)
Constraint as an RDF2Go Node.value - the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeConstraint(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
DisplayConstraintDesc value)
Constraint given as an instance of DisplayConstraintDesc.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeConstraint(DisplayConstraintDesc value)
Constraint given as an instance of DisplayConstraintDesc.value - the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllConstraint(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Constraint.model - an RDF2Go modelinstanceResource - an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void removeAllConstraint()
Constraint.
[Generated from RDFReactor template rule #removeall1dynamic]public static boolean hasItem(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Item has at least one value set.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic boolean hasItem()
Item has at least one value set.public static boolean hasItem(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Item has the given value (maybe among other values).model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be checkedpublic boolean hasItem(org.ontoware.rdf2go.model.node.Node value)
Item 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> getAllItem_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Item 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> getAllItem_asNode_(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Item as a ReactorResult of RDF2Go nodes.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllItem_asNode()
Item as an Iterator over RDF2Go nodespublic org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllItem_asNode_()
Item as a ReactorResult of RDF2Go nodes.public static org.ontoware.aifbcommons.collection.ClosableIterator<DisplayItemDesc> getAllItem(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
Item.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic static org.ontoware.rdfreactor.runtime.ReactorResult<DisplayItemDesc> getAllItem_as(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
Item as a ReactorResult of DisplayItemDesc.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic org.ontoware.aifbcommons.collection.ClosableIterator<DisplayItemDesc> getAllItem()
Item.public org.ontoware.rdfreactor.runtime.ReactorResult<DisplayItemDesc> getAllItem_as()
Item as a ReactorResult of DisplayItemDesc.public static void addItem(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Item as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be added
[Generated from RDFReactor template rule #add1static]public void addItem(org.ontoware.rdf2go.model.node.Node value)
Item as an RDF2Go Node.value - the value to be added
[Generated from RDFReactor template rule #add1dynamic]public static void addItem(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
DisplayItemDesc value)
Item from an instance of DisplayItemDesc.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - [Generated from RDFReactor template rule #add3static]public void addItem(DisplayItemDesc value)
Item from an instance of DisplayItemDesc.
[Generated from RDFReactor template rule #add4dynamic]public static void setItem(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Item 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 setItem(org.ontoware.rdf2go.model.node.Node value)
Item 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 setItem(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
DisplayItemDesc value)
Item from an instance of DisplayItemDesc.
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 setItem(DisplayItemDesc value)
Item from an instance of DisplayItemDesc.
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 removeItem(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Item as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeItem(org.ontoware.rdf2go.model.node.Node value)
Item as an RDF2Go Node.value - the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeItem(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
DisplayItemDesc value)
Item given as an instance of DisplayItemDesc.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeItem(DisplayItemDesc value)
Item given as an instance of DisplayItemDesc.value - the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllItem(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Item.model - an RDF2Go modelinstanceResource - an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void removeAllItem()
Item.
[Generated from RDFReactor template rule #removeall1dynamic]public static boolean hasSubLayout(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
SubLayout has at least one value set.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic boolean hasSubLayout()
SubLayout has at least one value set.public static boolean hasSubLayout(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
SubLayout has the given value (maybe among other values).model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be checkedpublic boolean hasSubLayout(org.ontoware.rdf2go.model.node.Node value)
SubLayout 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> getAllSubLayout_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
SubLayout 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> getAllSubLayout_asNode_(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
SubLayout as a ReactorResult of RDF2Go nodes.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllSubLayout_asNode()
SubLayout as an Iterator over RDF2Go nodespublic org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllSubLayout_asNode_()
SubLayout as a ReactorResult of RDF2Go nodes.public static org.ontoware.aifbcommons.collection.ClosableIterator<DisplayLayoutDesc> getAllSubLayout(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
SubLayout.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic static org.ontoware.rdfreactor.runtime.ReactorResult<DisplayLayoutDesc> getAllSubLayout_as(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
SubLayout as a ReactorResult of DisplayLayoutDesc.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic org.ontoware.aifbcommons.collection.ClosableIterator<DisplayLayoutDesc> getAllSubLayout()
SubLayout.public org.ontoware.rdfreactor.runtime.ReactorResult<DisplayLayoutDesc> getAllSubLayout_as()
SubLayout as a ReactorResult of DisplayLayoutDesc.public static void addSubLayout(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
SubLayout as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be added
[Generated from RDFReactor template rule #add1static]public void addSubLayout(org.ontoware.rdf2go.model.node.Node value)
SubLayout as an RDF2Go Node.value - the value to be added
[Generated from RDFReactor template rule #add1dynamic]public static void addSubLayout(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
DisplayLayoutDesc value)
SubLayout from an instance of DisplayLayoutDesc.
Comment from schema: A layout may link to direct params, items (which may have params), other layouts (which may have params), reified constraints (on params). Note there
may also be unreified constraints established using the comparesTo properties.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - [Generated from RDFReactor template rule #add3static]public void addSubLayout(DisplayLayoutDesc value)
SubLayout from an instance of DisplayLayoutDesc.
Comment from schema: A layout may link to direct params, items (which may have params), other layouts (which may have params), reified constraints (on params). Note there
may also be unreified constraints established using the comparesTo properties.
[Generated from RDFReactor template rule #add4dynamic]public static void setSubLayout(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
SubLayout 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 setSubLayout(org.ontoware.rdf2go.model.node.Node value)
SubLayout 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 setSubLayout(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
DisplayLayoutDesc value)
SubLayout from an instance of DisplayLayoutDesc.
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: A layout may link to direct params, items (which may have params), other layouts (which may have params), reified constraints (on params). Note there
may also be unreified constraints established using the comparesTo properties.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be added
[Generated from RDFReactor template rule #set3static]public void setSubLayout(DisplayLayoutDesc value)
SubLayout from an instance of DisplayLayoutDesc.
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: A layout may link to direct params, items (which may have params), other layouts (which may have params), reified constraints (on params). Note there
may also be unreified constraints established using the comparesTo properties.value - the value to be added
[Generated from RDFReactor template rule #set4dynamic]public static void removeSubLayout(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
SubLayout as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeSubLayout(org.ontoware.rdf2go.model.node.Node value)
SubLayout as an RDF2Go Node.value - the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeSubLayout(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
DisplayLayoutDesc value)
SubLayout given as an instance of DisplayLayoutDesc.
Comment from schema: A layout may link to direct params, items (which may have params), other layouts (which may have params), reified constraints (on params). Note there
may also be unreified constraints established using the comparesTo properties.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeSubLayout(DisplayLayoutDesc value)
SubLayout given as an instance of DisplayLayoutDesc.
Comment from schema: A layout may link to direct params, items (which may have params), other layouts (which may have params), reified constraints (on params). Note there
may also be unreified constraints established using the comparesTo properties.value - the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllSubLayout(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
SubLayout.model - an RDF2Go modelinstanceResource - an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void removeAllSubLayout()
SubLayout.
[Generated from RDFReactor template rule #removeall1dynamic]Copyright © 2010-2016. All Rights Reserved.