public class InputFormAct extends InputScreenAct
| 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#InputFormAct
|
static org.ontoware.rdf2go.model.node.URI |
SUBITEMACT
http://onto.cogchar.org/onto/201506/ScreenAct_OWL2#hasSubItemAct
|
ISCONSISTENTWITHOUTPUTCREATESTAMPJLONG, FORONESESSION, FORONEWINDOW, FORROLE, SUBACT, USESPROTOCOLVERSIONTEXTCONTENT, 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 |
|---|---|
|
InputFormAct(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.
|
|
InputFormAct(org.ontoware.rdf2go.model.Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
|
InputFormAct(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.
|
|
InputFormAct(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 |
InputFormAct(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 |
addSubItemAct(InputItemAct value)
Adds a value to property
SubItemAct from an instance of InputItemAct. |
static void |
addSubItemAct(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
InputItemAct value)
Adds a value to property
SubItemAct from an instance of InputItemAct. |
static void |
addSubItemAct(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
SubItemAct as an RDF2Go Node. |
void |
addSubItemAct(org.ontoware.rdf2go.model.node.Node value)
Adds a value to property
SubItemAct 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, InputFormAct) from this instance. |
static org.ontoware.rdfreactor.runtime.ReactorResult<? extends InputFormAct> |
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<InputItemAct> |
getAllSubItemAct_as()
Get all values of property
SubItemAct as a ReactorResult of InputItemAct. |
static org.ontoware.rdfreactor.runtime.ReactorResult<InputItemAct> |
getAllSubItemAct_as(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
SubItemAct as a ReactorResult of InputItemAct. |
org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> |
getAllSubItemAct_asNode_()
Get all values of property
SubItemAct as a ReactorResult of RDF2Go nodes. |
static org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> |
getAllSubItemAct_asNode_(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
SubItemAct as a ReactorResult of RDF2Go nodes. |
org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> |
getAllSubItemAct_asNode()
Get all values of property
SubItemAct as an Iterator over RDF2Go nodes |
static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> |
getAllSubItemAct_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
SubItemAct as an Iterator over RDF2Go nodes. |
org.ontoware.aifbcommons.collection.ClosableIterator<InputItemAct> |
getAllSubItemAct()
Get all values of property
SubItemAct. |
static org.ontoware.aifbcommons.collection.ClosableIterator<InputItemAct> |
getAllSubItemAct(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
SubItemAct. |
static InputFormAct |
getInstance(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Return an existing instance of this class in the model.
|
static boolean |
hasInstance(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource) |
boolean |
hasSubItemAct()
Check if
SubItemAct has at least one value set. |
static boolean |
hasSubItemAct(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Check if
SubItemAct has at least one value set. |
static boolean |
hasSubItemAct(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Check if
SubItemAct has the given value (maybe among other values). |
boolean |
hasSubItemAct(org.ontoware.rdf2go.model.node.Node value)
Check if
SubItemAct has the given value (maybe among other values). |
void |
removeAllSubItemAct()
Removes all values of property
SubItemAct. |
static void |
removeAllSubItemAct(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Removes all values of property
SubItemAct. |
void |
removeSubItemAct(InputItemAct value)
Removes a value of property
SubItemAct given as an instance of InputItemAct. |
static void |
removeSubItemAct(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
InputItemAct value)
Removes a value of property
SubItemAct given as an instance of InputItemAct. |
static void |
removeSubItemAct(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
SubItemAct as an RDF2Go Node. |
void |
removeSubItemAct(org.ontoware.rdf2go.model.node.Node value)
Removes a value of property
SubItemAct as an RDF2Go Node. |
void |
setSubItemAct(InputItemAct value)
Sets a value of property
SubItemAct from an instance of InputItemAct. |
static void |
setSubItemAct(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
InputItemAct value)
Sets a value of property
SubItemAct from an instance of InputItemAct. |
static void |
setSubItemAct(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
SubItemAct from an RDF2Go Node. |
void |
setSubItemAct(org.ontoware.rdf2go.model.node.Node value)
Sets a value of property
SubItemAct from an RDF2Go Node. |
addIsConsistentWithOutput, addIsConsistentWithOutput, addIsConsistentWithOutput, addIsConsistentWithOutput, getAllIsConsistentWithOutput_as, getAllIsConsistentWithOutput_as, getAllIsConsistentWithOutput_asNode_, getAllIsConsistentWithOutput_asNode_, getAllIsConsistentWithOutput_asNode, getAllIsConsistentWithOutput_asNode, getAllIsConsistentWithOutput, getAllIsConsistentWithOutput, getAllRespondsToInput_Inverse_as, getAllRespondsToInput_Inverse, getAllRespondsToInput_Inverse, hasIsConsistentWithOutput, hasIsConsistentWithOutput, hasIsConsistentWithOutput, hasIsConsistentWithOutput, removeAllIsConsistentWithOutput, removeAllIsConsistentWithOutput, removeIsConsistentWithOutput, removeIsConsistentWithOutput, removeIsConsistentWithOutput, removeIsConsistentWithOutput, setIsConsistentWithOutput, setIsConsistentWithOutput, setIsConsistentWithOutput, setIsConsistentWithOutputaddCreateStampJLong, addCreateStampJLong, addCreateStampJLong, addCreateStampJLong, addForOneSession, addForOneSession, addForOneSession, addForOneSession, addForOneWindow, addForOneWindow, addForOneWindow, addForOneWindow, addForRole, addForRole, addForRole, addForRole, addSubAct, addSubAct, addSubAct, addSubAct, addUsesProtocolVersion, addUsesProtocolVersion, addUsesProtocolVersion, addUsesProtocolVersion, getAllForOneWindow_as, getAllForOneWindow_as, getAllForOneWindow_asNode_, getAllForOneWindow_asNode_, getAllForOneWindow_asNode, getAllForOneWindow_asNode, getAllForOneWindow, getAllForOneWindow, getAllForRole_as, getAllForRole_as, getAllForRole_asNode_, getAllForRole_asNode_, getAllForRole_asNode, getAllForRole_asNode, getAllForRole, getAllForRole, getAllSubAct_as, getAllSubAct_as, getAllSubAct_asNode_, getAllSubAct_asNode_, getAllSubAct_asNode, getAllSubAct_asNode, getAllSubAct_Inverse_as, getAllSubAct_Inverse, getAllSubAct_Inverse, getAllSubAct, getAllSubAct, getAllUsesProtocolVersion_as, getAllUsesProtocolVersion_as, getAllUsesProtocolVersion_asNode_, getAllUsesProtocolVersion_asNode_, getAllUsesProtocolVersion_asNode, getAllUsesProtocolVersion_asNode, getAllUsesProtocolVersion, getAllUsesProtocolVersion, getCreateStampJLong_asNode, getCreateStampJLong_asNode, getCreateStampJLong, getCreateStampJLong, getForOneSession_asNode, getForOneSession_asNode, getForOneSession, getForOneSession, hasCreateStampJLong, hasCreateStampJLong, hasCreateStampJLong, hasCreateStampJLong, hasForOneSession, hasForOneSession, hasForOneSession, hasForOneSession, hasForOneWindow, hasForOneWindow, hasForOneWindow, hasForOneWindow, hasForRole, hasForRole, hasForRole, hasForRole, hasSubAct, hasSubAct, hasSubAct, hasSubAct, hasUsesProtocolVersion, hasUsesProtocolVersion, hasUsesProtocolVersion, hasUsesProtocolVersion, removeAllCreateStampJLong, removeAllCreateStampJLong, removeAllForOneSession, removeAllForOneSession, removeAllForOneWindow, removeAllForOneWindow, removeAllForRole, removeAllForRole, removeAllSubAct, removeAllSubAct, removeAllUsesProtocolVersion, removeAllUsesProtocolVersion, removeCreateStampJLong, removeCreateStampJLong, removeCreateStampJLong, removeCreateStampJLong, removeForOneSession, removeForOneSession, removeForOneSession, removeForOneSession, removeForOneWindow, removeForOneWindow, removeForOneWindow, removeForOneWindow, removeForRole, removeForRole, removeForRole, removeForRole, removeSubAct, removeSubAct, removeSubAct, removeSubAct, removeUsesProtocolVersion, removeUsesProtocolVersion, removeUsesProtocolVersion, removeUsesProtocolVersion, setCreateStampJLong, setCreateStampJLong, setCreateStampJLong, setCreateStampJLong, setForOneSession, setForOneSession, setForOneSession, setForOneSession, setForOneWindow, setForOneWindow, setForOneWindow, setForOneWindow, setForRole, setForRole, setForRole, setForRole, setSubAct, setSubAct, setSubAct, setSubAct, setUsesProtocolVersion, setUsesProtocolVersion, setUsesProtocolVersion, setUsesProtocolVersionaddTextContent, 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 SUBITEMACT
public static final org.ontoware.rdf2go.model.node.URI[] MANAGED_URIS
protected InputFormAct(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 InputFormAct(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 InputFormAct(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 InputFormAct(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 InputFormAct(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 InputFormAct 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 InputFormAct> 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, InputFormAct) 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 hasSubItemAct(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
SubItemAct has at least one value set.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic boolean hasSubItemAct()
SubItemAct has at least one value set.public static boolean hasSubItemAct(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
SubItemAct has the given value (maybe among other values).model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be checkedpublic boolean hasSubItemAct(org.ontoware.rdf2go.model.node.Node value)
SubItemAct 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> getAllSubItemAct_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
SubItemAct 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> getAllSubItemAct_asNode_(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
SubItemAct as a ReactorResult of RDF2Go nodes.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllSubItemAct_asNode()
SubItemAct as an Iterator over RDF2Go nodespublic org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllSubItemAct_asNode_()
SubItemAct as a ReactorResult of RDF2Go nodes.public static org.ontoware.aifbcommons.collection.ClosableIterator<InputItemAct> getAllSubItemAct(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
SubItemAct.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic static org.ontoware.rdfreactor.runtime.ReactorResult<InputItemAct> getAllSubItemAct_as(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
SubItemAct as a ReactorResult of InputItemAct.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic org.ontoware.aifbcommons.collection.ClosableIterator<InputItemAct> getAllSubItemAct()
SubItemAct.public org.ontoware.rdfreactor.runtime.ReactorResult<InputItemAct> getAllSubItemAct_as()
SubItemAct as a ReactorResult of InputItemAct.public static void addSubItemAct(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
SubItemAct as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be added
[Generated from RDFReactor template rule #add1static]public void addSubItemAct(org.ontoware.rdf2go.model.node.Node value)
SubItemAct as an RDF2Go Node.value - the value to be added
[Generated from RDFReactor template rule #add1dynamic]public static void addSubItemAct(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
InputItemAct value)
SubItemAct from an instance of InputItemAct.
Comment from schema: Records input from a user supplied through some DisplayItem, such as
a button or field. Application generally wants to detect, record, and
use these values to produce responsive output-ScreenActs.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - [Generated from RDFReactor template rule #add3static]public void addSubItemAct(InputItemAct value)
SubItemAct from an instance of InputItemAct.
Comment from schema: Records input from a user supplied through some DisplayItem, such as
a button or field. Application generally wants to detect, record, and
use these values to produce responsive output-ScreenActs.
[Generated from RDFReactor template rule #add4dynamic]public static void setSubItemAct(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
SubItemAct 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 setSubItemAct(org.ontoware.rdf2go.model.node.Node value)
SubItemAct 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 setSubItemAct(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
InputItemAct value)
SubItemAct from an instance of InputItemAct.
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: Records input from a user supplied through some DisplayItem, such as
a button or field. Application generally wants to detect, record, and
use these values to produce responsive output-ScreenActs.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be added
[Generated from RDFReactor template rule #set3static]public void setSubItemAct(InputItemAct value)
SubItemAct from an instance of InputItemAct.
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: Records input from a user supplied through some DisplayItem, such as
a button or field. Application generally wants to detect, record, and
use these values to produce responsive output-ScreenActs.value - the value to be added
[Generated from RDFReactor template rule #set4dynamic]public static void removeSubItemAct(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
SubItemAct as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeSubItemAct(org.ontoware.rdf2go.model.node.Node value)
SubItemAct as an RDF2Go Node.value - the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeSubItemAct(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
InputItemAct value)
SubItemAct given as an instance of InputItemAct.
Comment from schema: Records input from a user supplied through some DisplayItem, such as
a button or field. Application generally wants to detect, record, and
use these values to produce responsive output-ScreenActs.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeSubItemAct(InputItemAct value)
SubItemAct given as an instance of InputItemAct.
Comment from schema: Records input from a user supplied through some DisplayItem, such as
a button or field. Application generally wants to detect, record, and
use these values to produce responsive output-ScreenActs.value - the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllSubItemAct(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
SubItemAct.model - an RDF2Go modelinstanceResource - an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void removeAllSubItemAct()
SubItemAct.
[Generated from RDFReactor template rule #removeall1dynamic]Copyright © 2010-2016. All Rights Reserved.