public class AFBRLegacyConfig extends ApproFeatureBrokerRecipe
| Modifier and Type | Field and Description |
|---|---|
static org.ontoware.rdf2go.model.node.URI |
LEGACYDEFAULTSPARQLVARNAME
http://onto.cogchar.org/onto/201603/AppProfile_OWL2#hasLegacyDefaultSparqlVarName
|
static org.ontoware.rdf2go.model.node.URI |
LEGACYQUERYSOURCEQNAME
http://onto.cogchar.org/onto/201603/AppProfile_OWL2#hasLegacyQuerySourceQName
|
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/201603/AppProfile_OWL2#AFBR_LegacyConfig
|
APPRODATAPROP, APPROLEGACYDATAPROP, APPROOBJPROP, IMPORTS, KNOWSCHAN, KNOWSLISTENCHAN, KNOWSPOSTCHAN, LEGACYTHING, MAXCARDINALITY, WANTSCNFBRKR, WANTSENDPOINT, WANTSPOINTIN, WANTSPOINTOUT, WANTSTASK| Modifier | Constructor and Description |
|---|---|
|
AFBRLegacyConfig(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.
|
|
AFBRLegacyConfig(org.ontoware.rdf2go.model.Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
|
AFBRLegacyConfig(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.
|
|
AFBRLegacyConfig(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 |
AFBRLegacyConfig(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.URI classURI,
org.ontoware.rdf2go.model.node.Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
addLegacyDefaultSparqlVarName(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
LegacyDefaultSparqlVarName as an RDF2Go Node. |
static void |
addLegacyDefaultSparqlVarName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
Adds a value to property
LegacyDefaultSparqlVarName from an instance of String. |
void |
addLegacyDefaultSparqlVarName(org.ontoware.rdf2go.model.node.Node value)
Adds a value to property
LegacyDefaultSparqlVarName as an RDF2Go Node. |
void |
addLegacyDefaultSparqlVarName(String value)
Adds a value to property
LegacyDefaultSparqlVarName from an instance of String. |
static void |
addLegacyQuerySourceQName(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
LegacyQuerySourceQName as an RDF2Go Node. |
static void |
addLegacyQuerySourceQName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
Adds a value to property
LegacyQuerySourceQName from an instance of String. |
void |
addLegacyQuerySourceQName(org.ontoware.rdf2go.model.node.Node value)
Adds a value to property
LegacyQuerySourceQName as an RDF2Go Node. |
void |
addLegacyQuerySourceQName(String value)
Adds a value to property
LegacyQuerySourceQName from an instance of String. |
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, AFBRLegacyConfig) from this instance. |
static org.ontoware.rdfreactor.runtime.ReactorResult<? extends AFBRLegacyConfig> |
getAllInstances_as(org.ontoware.rdf2go.model.Model model) |
static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> |
getAllInstances(org.ontoware.rdf2go.model.Model model) |
static AFBRLegacyConfig |
getInstance(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Return an existing instance of this class in the model.
|
org.ontoware.rdf2go.model.node.Node |
getLegacyDefaultSparqlVarName_asNode()
Get single value of property
LegacyDefaultSparqlVarName as an RDF2Go Node. |
static org.ontoware.rdf2go.model.node.Node |
getLegacyDefaultSparqlVarName_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get single value of property
LegacyDefaultSparqlVarName as an RDF2Go Node. |
String |
getLegacyDefaultSparqlVarName()
Get single value of property
LegacyDefaultSparqlVarName. |
static String |
getLegacyDefaultSparqlVarName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get single value of property
LegacyDefaultSparqlVarName. |
org.ontoware.rdf2go.model.node.Node |
getLegacyQuerySourceQName_asNode()
Get single value of property
LegacyQuerySourceQName as an RDF2Go Node. |
static org.ontoware.rdf2go.model.node.Node |
getLegacyQuerySourceQName_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get single value of property
LegacyQuerySourceQName as an RDF2Go Node. |
String |
getLegacyQuerySourceQName()
Get single value of property
LegacyQuerySourceQName. |
static String |
getLegacyQuerySourceQName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get single value of property
LegacyQuerySourceQName. |
static boolean |
hasInstance(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource) |
boolean |
hasLegacyDefaultSparqlVarName()
Check if
LegacyDefaultSparqlVarName has at least one value set. |
static boolean |
hasLegacyDefaultSparqlVarName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Check if
LegacyDefaultSparqlVarName has at least one value set. |
static boolean |
hasLegacyDefaultSparqlVarName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Check if
LegacyDefaultSparqlVarName has the given value (maybe among other values). |
boolean |
hasLegacyDefaultSparqlVarName(org.ontoware.rdf2go.model.node.Node value)
Check if
LegacyDefaultSparqlVarName has the given value (maybe among other values). |
boolean |
hasLegacyQuerySourceQName()
Check if
LegacyQuerySourceQName has at least one value set. |
static boolean |
hasLegacyQuerySourceQName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Check if
LegacyQuerySourceQName has at least one value set. |
static boolean |
hasLegacyQuerySourceQName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Check if
LegacyQuerySourceQName has the given value (maybe among other values). |
boolean |
hasLegacyQuerySourceQName(org.ontoware.rdf2go.model.node.Node value)
Check if
LegacyQuerySourceQName has the given value (maybe among other values). |
void |
removeAllLegacyDefaultSparqlVarName()
Removes all values of property
LegacyDefaultSparqlVarName. |
static void |
removeAllLegacyDefaultSparqlVarName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Removes all values of property
LegacyDefaultSparqlVarName. |
void |
removeAllLegacyQuerySourceQName()
Removes all values of property
LegacyQuerySourceQName. |
static void |
removeAllLegacyQuerySourceQName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Removes all values of property
LegacyQuerySourceQName. |
static void |
removeLegacyDefaultSparqlVarName(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
LegacyDefaultSparqlVarName as an RDF2Go Node. |
static void |
removeLegacyDefaultSparqlVarName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
Removes a value of property
LegacyDefaultSparqlVarName given as an instance of String. |
void |
removeLegacyDefaultSparqlVarName(org.ontoware.rdf2go.model.node.Node value)
Removes a value of property
LegacyDefaultSparqlVarName as an RDF2Go Node. |
void |
removeLegacyDefaultSparqlVarName(String value)
Removes a value of property
LegacyDefaultSparqlVarName given as an instance of String. |
static void |
removeLegacyQuerySourceQName(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
LegacyQuerySourceQName as an RDF2Go Node. |
static void |
removeLegacyQuerySourceQName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
Removes a value of property
LegacyQuerySourceQName given as an instance of String. |
void |
removeLegacyQuerySourceQName(org.ontoware.rdf2go.model.node.Node value)
Removes a value of property
LegacyQuerySourceQName as an RDF2Go Node. |
void |
removeLegacyQuerySourceQName(String value)
Removes a value of property
LegacyQuerySourceQName given as an instance of String. |
static void |
setLegacyDefaultSparqlVarName(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
LegacyDefaultSparqlVarName from an RDF2Go Node. |
static void |
setLegacyDefaultSparqlVarName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
Sets a value of property
LegacyDefaultSparqlVarName from an instance of String. |
void |
setLegacyDefaultSparqlVarName(org.ontoware.rdf2go.model.node.Node value)
Sets a value of property
LegacyDefaultSparqlVarName from an RDF2Go Node. |
void |
setLegacyDefaultSparqlVarName(String value)
Sets a value of property
LegacyDefaultSparqlVarName from an instance of String. |
static void |
setLegacyQuerySourceQName(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
LegacyQuerySourceQName from an RDF2Go Node. |
static void |
setLegacyQuerySourceQName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
Sets a value of property
LegacyQuerySourceQName from an instance of String. |
void |
setLegacyQuerySourceQName(org.ontoware.rdf2go.model.node.Node value)
Sets a value of property
LegacyQuerySourceQName from an RDF2Go Node. |
void |
setLegacyQuerySourceQName(String value)
Sets a value of property
LegacyQuerySourceQName from an instance of String. |
getAllUsesFeature_Inverse_as, getAllUsesFeature_Inverse, getAllUsesFeature_Inverse, getAllWantsFeature_Inverse_as, getAllWantsFeature_Inverse, getAllWantsFeature_InverseaddApproDataProp, addApproDataProp, addApproDataProp, addApproDataProp, addApproLegacyDataProp, addApproLegacyDataProp, addApproLegacyDataProp, addApproLegacyDataProp, addApproObjProp, addApproObjProp, addApproObjProp, addApproObjProp, addImports, addImports, addImports, addImports, addKnowsChan, addKnowsChan, addKnowsChan, addKnowsChan, addKnowsListenChan, addKnowsListenChan, addKnowsListenChan, addKnowsListenChan, addKnowsPostChan, addKnowsPostChan, addKnowsPostChan, addKnowsPostChan, addLegacyThing, addLegacyThing, addLegacyThing, addLegacyThing, addMaxCardinality, addMaxCardinality, addMaxCardinality, addMaxCardinality, addWantsCnfBrkr, addWantsCnfBrkr, addWantsCnfBrkr, addWantsCnfBrkr, addWantsEndpoint, addWantsEndpoint, addWantsEndpoint, addWantsEndpoint, addWantsPointIn, addWantsPointIn, addWantsPointIn, addWantsPointIn, addWantsPointOut, addWantsPointOut, addWantsPointOut, addWantsPointOut, addWantsTask, addWantsTask, addWantsTask, addWantsTask, getAllApproDataProp_as, getAllApproDataProp_as, getAllApproDataProp_asNode_, getAllApproDataProp_asNode_, getAllApproDataProp_asNode, getAllApproDataProp_asNode, getAllApproDataProp_Inverse_as, getAllApproDataProp_Inverse, getAllApproDataProp_Inverse, getAllApproDataProp, getAllApproDataProp, getAllApproLegacyDataProp_as, getAllApproLegacyDataProp_as, getAllApproLegacyDataProp_asNode_, getAllApproLegacyDataProp_asNode_, getAllApproLegacyDataProp_asNode, getAllApproLegacyDataProp_asNode, getAllApproLegacyDataProp_Inverse_as, getAllApproLegacyDataProp_Inverse, getAllApproLegacyDataProp_Inverse, getAllApproLegacyDataProp, getAllApproLegacyDataProp, getAllApproObjProp_as, getAllApproObjProp_as, getAllApproObjProp_asNode_, getAllApproObjProp_asNode_, getAllApproObjProp_asNode, getAllApproObjProp_asNode, getAllApproObjProp_Inverse_as, getAllApproObjProp_Inverse, getAllApproObjProp_Inverse, getAllApproObjProp, getAllApproObjProp, getAllDescribesThing_Inverse_as, getAllDescribesThing_Inverse, getAllDescribesThing_Inverse, getAllImports_as, getAllImports_as, getAllImports_asNode_, getAllImports_asNode_, getAllImports_asNode, getAllImports_asNode, getAllImports_Inverse_as, getAllImports_Inverse, getAllImports_Inverse, getAllImports, getAllImports, getAllKnowsChan_as, getAllKnowsChan_as, getAllKnowsChan_asNode_, getAllKnowsChan_asNode_, getAllKnowsChan_asNode, getAllKnowsChan_asNode, getAllKnowsChan_Inverse_as, getAllKnowsChan_Inverse, getAllKnowsChan_Inverse, getAllKnowsChan, getAllKnowsChan, getAllKnowsListenChan_as, getAllKnowsListenChan_as, getAllKnowsListenChan_asNode_, getAllKnowsListenChan_asNode_, getAllKnowsListenChan_asNode, getAllKnowsListenChan_asNode, getAllKnowsListenChan_Inverse_as, getAllKnowsListenChan_Inverse, getAllKnowsListenChan_Inverse, getAllKnowsListenChan, getAllKnowsListenChan, getAllKnowsPostChan_as, getAllKnowsPostChan_as, getAllKnowsPostChan_asNode_, getAllKnowsPostChan_asNode_, getAllKnowsPostChan_asNode, getAllKnowsPostChan_asNode, getAllKnowsPostChan_Inverse_as, getAllKnowsPostChan_Inverse, getAllKnowsPostChan_Inverse, getAllKnowsPostChan, getAllKnowsPostChan, getAllLegacyThing_as, getAllLegacyThing_as, getAllLegacyThing_asNode_, getAllLegacyThing_asNode_, getAllLegacyThing_asNode, getAllLegacyThing_asNode, getAllLegacyThing_Inverse_as, getAllLegacyThing_Inverse, getAllLegacyThing_Inverse, getAllLegacyThing, getAllLegacyThing, getAllMaxCardinality_as, getAllMaxCardinality_as, getAllMaxCardinality_asNode_, getAllMaxCardinality_asNode_, getAllMaxCardinality_asNode, getAllMaxCardinality_asNode, getAllMaxCardinality_Inverse_as, getAllMaxCardinality_Inverse, getAllMaxCardinality_Inverse, getAllMaxCardinality, getAllMaxCardinality, getAllWantsCnfBrkr_as, getAllWantsCnfBrkr_as, getAllWantsCnfBrkr_asNode_, getAllWantsCnfBrkr_asNode_, getAllWantsCnfBrkr_asNode, getAllWantsCnfBrkr_asNode, getAllWantsCnfBrkr, getAllWantsCnfBrkr, getAllWantsEndpoint_as, getAllWantsEndpoint_as, getAllWantsEndpoint_asNode_, getAllWantsEndpoint_asNode_, getAllWantsEndpoint_asNode, getAllWantsEndpoint_asNode, getAllWantsEndpoint_Inverse_as, getAllWantsEndpoint_Inverse, getAllWantsEndpoint_Inverse, getAllWantsEndpoint, getAllWantsEndpoint, getAllWantsGrphPtr_Inverse_as, getAllWantsGrphPtr_Inverse, getAllWantsGrphPtr_Inverse, getAllWantsPointIn_as, getAllWantsPointIn_as, getAllWantsPointIn_asNode_, getAllWantsPointIn_asNode_, getAllWantsPointIn_asNode, getAllWantsPointIn_asNode, getAllWantsPointIn_Inverse_as, getAllWantsPointIn_Inverse, getAllWantsPointIn_Inverse, getAllWantsPointIn, getAllWantsPointIn, getAllWantsPointOut_as, getAllWantsPointOut_as, getAllWantsPointOut_asNode_, getAllWantsPointOut_asNode_, getAllWantsPointOut_asNode, getAllWantsPointOut_asNode, getAllWantsPointOut_Inverse_as, getAllWantsPointOut_Inverse, getAllWantsPointOut_Inverse, getAllWantsPointOut, getAllWantsPointOut, getAllWantsTask_as, getAllWantsTask_as, getAllWantsTask_asNode_, getAllWantsTask_asNode_, getAllWantsTask_asNode, getAllWantsTask_asNode, getAllWantsTask_Inverse_as, getAllWantsTask_Inverse, getAllWantsTask_Inverse, getAllWantsTask, getAllWantsTask, hasApproDataProp, hasApproDataProp, hasApproDataProp, hasApproDataProp, hasApproLegacyDataProp, hasApproLegacyDataProp, hasApproLegacyDataProp, hasApproLegacyDataProp, hasApproObjProp, hasApproObjProp, hasApproObjProp, hasApproObjProp, hasImports, hasImports, hasImports, hasImports, hasKnowsChan, hasKnowsChan, hasKnowsChan, hasKnowsChan, hasKnowsListenChan, hasKnowsListenChan, hasKnowsListenChan, hasKnowsListenChan, hasKnowsPostChan, hasKnowsPostChan, hasKnowsPostChan, hasKnowsPostChan, hasLegacyThing, hasLegacyThing, hasLegacyThing, hasLegacyThing, hasMaxCardinality, hasMaxCardinality, hasMaxCardinality, hasMaxCardinality, hasWantsCnfBrkr, hasWantsCnfBrkr, hasWantsCnfBrkr, hasWantsCnfBrkr, hasWantsEndpoint, hasWantsEndpoint, hasWantsEndpoint, hasWantsEndpoint, hasWantsPointIn, hasWantsPointIn, hasWantsPointIn, hasWantsPointIn, hasWantsPointOut, hasWantsPointOut, hasWantsPointOut, hasWantsPointOut, hasWantsTask, hasWantsTask, hasWantsTask, hasWantsTask, removeAllApproDataProp, removeAllApproDataProp, removeAllApproLegacyDataProp, removeAllApproLegacyDataProp, removeAllApproObjProp, removeAllApproObjProp, removeAllImports, removeAllImports, removeAllKnowsChan, removeAllKnowsChan, removeAllKnowsListenChan, removeAllKnowsListenChan, removeAllKnowsPostChan, removeAllKnowsPostChan, removeAllLegacyThing, removeAllLegacyThing, removeAllMaxCardinality, removeAllMaxCardinality, removeAllWantsCnfBrkr, removeAllWantsCnfBrkr, removeAllWantsEndpoint, removeAllWantsEndpoint, removeAllWantsPointIn, removeAllWantsPointIn, removeAllWantsPointOut, removeAllWantsPointOut, removeAllWantsTask, removeAllWantsTask, removeApproDataProp, removeApproDataProp, removeApproDataProp, removeApproDataProp, removeApproLegacyDataProp, removeApproLegacyDataProp, removeApproLegacyDataProp, removeApproLegacyDataProp, removeApproObjProp, removeApproObjProp, removeApproObjProp, removeApproObjProp, removeImports, removeImports, removeImports, removeImports, removeKnowsChan, removeKnowsChan, removeKnowsChan, removeKnowsChan, removeKnowsListenChan, removeKnowsListenChan, removeKnowsListenChan, removeKnowsListenChan, removeKnowsPostChan, removeKnowsPostChan, removeKnowsPostChan, removeKnowsPostChan, removeLegacyThing, removeLegacyThing, removeLegacyThing, removeLegacyThing, removeMaxCardinality, removeMaxCardinality, removeMaxCardinality, removeMaxCardinality, removeWantsCnfBrkr, removeWantsCnfBrkr, removeWantsCnfBrkr, removeWantsCnfBrkr, removeWantsEndpoint, removeWantsEndpoint, removeWantsEndpoint, removeWantsEndpoint, removeWantsPointIn, removeWantsPointIn, removeWantsPointIn, removeWantsPointIn, removeWantsPointOut, removeWantsPointOut, removeWantsPointOut, removeWantsPointOut, removeWantsTask, removeWantsTask, removeWantsTask, removeWantsTask, setApproDataProp, setApproDataProp, setApproDataProp, setApproDataProp, setApproLegacyDataProp, setApproLegacyDataProp, setApproLegacyDataProp, setApproLegacyDataProp, setApproObjProp, setApproObjProp, setApproObjProp, setApproObjProp, setImports, setImports, setImports, setImports, setKnowsChan, setKnowsChan, setKnowsChan, setKnowsChan, setKnowsListenChan, setKnowsListenChan, setKnowsListenChan, setKnowsListenChan, setKnowsPostChan, setKnowsPostChan, setKnowsPostChan, setKnowsPostChan, setLegacyThing, setLegacyThing, setLegacyThing, setLegacyThing, setMaxCardinality, setMaxCardinality, setMaxCardinality, setMaxCardinality, setWantsCnfBrkr, setWantsCnfBrkr, setWantsCnfBrkr, setWantsCnfBrkr, setWantsEndpoint, setWantsEndpoint, setWantsEndpoint, setWantsEndpoint, setWantsPointIn, setWantsPointIn, setWantsPointIn, setWantsPointIn, setWantsPointOut, setWantsPointOut, setWantsPointOut, setWantsPointOut, setWantsTask, setWantsTask, setWantsTask, setWantsTaskaddSubClassOf, 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 LEGACYDEFAULTSPARQLVARNAME
public static final org.ontoware.rdf2go.model.node.URI LEGACYQUERYSOURCEQNAME
public static final org.ontoware.rdf2go.model.node.URI[] MANAGED_URIS
protected AFBRLegacyConfig(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 AFBRLegacyConfig(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 AFBRLegacyConfig(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 AFBRLegacyConfig(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 AFBRLegacyConfig(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 AFBRLegacyConfig 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 AFBRLegacyConfig> 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, AFBRLegacyConfig) 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 hasLegacyDefaultSparqlVarName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
LegacyDefaultSparqlVarName has at least one value set.
Comment from schema: LEGACY PROPERTY: To be factored out:
Default variable name used in SPARQL queries that need a ?graphTgt argument.
(So in this example, the property value would be "graphTgt").
Generally must match the (legacy) queries read in from (legacy) query src graph.
Java code uses this property to know where to plug in the actual queryTgt
graph name into our dynamic queries at runtime.
// This var is used in the convenience forms of queryIndirect that handle many common
// use cases, wherein the query needs a single graph to operate on that is switched
// by application logic or user selection.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic boolean hasLegacyDefaultSparqlVarName()
LegacyDefaultSparqlVarName has at least one value set.
Comment from schema: LEGACY PROPERTY: To be factored out:
Default variable name used in SPARQL queries that need a ?graphTgt argument.
(So in this example, the property value would be "graphTgt").
Generally must match the (legacy) queries read in from (legacy) query src graph.
Java code uses this property to know where to plug in the actual queryTgt
graph name into our dynamic queries at runtime.
// This var is used in the convenience forms of queryIndirect that handle many common
// use cases, wherein the query needs a single graph to operate on that is switched
// by application logic or user selection.public static boolean hasLegacyDefaultSparqlVarName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
LegacyDefaultSparqlVarName has the given value (maybe among other values).
Comment from schema: LEGACY PROPERTY: To be factored out:
Default variable name used in SPARQL queries that need a ?graphTgt argument.
(So in this example, the property value would be "graphTgt").
Generally must match the (legacy) queries read in from (legacy) query src graph.
Java code uses this property to know where to plug in the actual queryTgt
graph name into our dynamic queries at runtime.
// This var is used in the convenience forms of queryIndirect that handle many common
// use cases, wherein the query needs a single graph to operate on that is switched
// by application logic or user selection.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be checkedpublic boolean hasLegacyDefaultSparqlVarName(org.ontoware.rdf2go.model.node.Node value)
LegacyDefaultSparqlVarName has the given value (maybe among other values).
Comment from schema: LEGACY PROPERTY: To be factored out:
Default variable name used in SPARQL queries that need a ?graphTgt argument.
(So in this example, the property value would be "graphTgt").
Generally must match the (legacy) queries read in from (legacy) query src graph.
Java code uses this property to know where to plug in the actual queryTgt
graph name into our dynamic queries at runtime.
// This var is used in the convenience forms of queryIndirect that handle many common
// use cases, wherein the query needs a single graph to operate on that is switched
// by application logic or user selection.value - the value to be checkedpublic static org.ontoware.rdf2go.model.node.Node getLegacyDefaultSparqlVarName_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
LegacyDefaultSparqlVarName as an RDF2Go Node.
Comment from schema: LEGACY PROPERTY: To be factored out:
Default variable name used in SPARQL queries that need a ?graphTgt argument.
(So in this example, the property value would be "graphTgt").
Generally must match the (legacy) queries read in from (legacy) query src graph.
Java code uses this property to know where to plug in the actual queryTgt
graph name into our dynamic queries at runtime.
// This var is used in the convenience forms of queryIndirect that handle many common
// use cases, wherein the query needs a single graph to operate on that is switched
// by application logic or user selection.model - an RDF2Go modelinstanceResource - an RDF2Go resourceRDFDataException - at runtime, if the property has multiple values
[Generated from RDFReactor template rule #get1static]public org.ontoware.rdf2go.model.node.Node getLegacyDefaultSparqlVarName_asNode()
LegacyDefaultSparqlVarName as an RDF2Go Node.
Comment from schema: LEGACY PROPERTY: To be factored out:
Default variable name used in SPARQL queries that need a ?graphTgt argument.
(So in this example, the property value would be "graphTgt").
Generally must match the (legacy) queries read in from (legacy) query src graph.
Java code uses this property to know where to plug in the actual queryTgt
graph name into our dynamic queries at runtime.
// This var is used in the convenience forms of queryIndirect that handle many common
// use cases, wherein the query needs a single graph to operate on that is switched
// by application logic or user selection.RDFDataException, - if the property has multiple values
[Generated from RDFReactor template rule #get2dynamic]public static String getLegacyDefaultSparqlVarName(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
LegacyDefaultSparqlVarName.
Comment from schema: LEGACY PROPERTY: To be factored out:
Default variable name used in SPARQL queries that need a ?graphTgt argument.
(So in this example, the property value would be "graphTgt").
Generally must match the (legacy) queries read in from (legacy) query src graph.
Java code uses this property to know where to plug in the actual queryTgt
graph name into our dynamic queries at runtime.
// This var is used in the convenience forms of queryIndirect that handle many common
// use cases, wherein the query needs a single graph to operate on that is switched
// by application logic or user selection.model - an RDF2Go modelinstanceResource - an RDF2Go resourceRDFDataException, - if the property has multiple values
[Generated from RDFReactor template rule #get5static]public String getLegacyDefaultSparqlVarName()
LegacyDefaultSparqlVarName.
This property has maxCardinality=1, that means the property takes only
a single value.
Comment from schema: LEGACY PROPERTY: To be factored out:
Default variable name used in SPARQL queries that need a ?graphTgt argument.
(So in this example, the property value would be "graphTgt").
Generally must match the (legacy) queries read in from (legacy) query src graph.
Java code uses this property to know where to plug in the actual queryTgt
graph name into our dynamic queries at runtime.
// This var is used in the convenience forms of queryIndirect that handle many common
// use cases, wherein the query needs a single graph to operate on that is switched
// by application logic or user selection.RDFDataException, - if the property has multiple values
[Generated from RDFReactor template rule #get6dynamic]public static void addLegacyDefaultSparqlVarName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
throws org.ontoware.rdfreactor.runtime.CardinalityException
LegacyDefaultSparqlVarName as an RDF2Go Node.
Comment from schema: LEGACY PROPERTY: To be factored out:
Default variable name used in SPARQL queries that need a ?graphTgt argument.
(So in this example, the property value would be "graphTgt").
Generally must match the (legacy) queries read in from (legacy) query src graph.
Java code uses this property to know where to plug in the actual queryTgt
graph name into our dynamic queries at runtime.
// This var is used in the convenience forms of queryIndirect that handle many common
// use cases, wherein the query needs a single graph to operate on that is switched
// by application logic or user selection.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be addedorg.ontoware.rdfreactor.runtime.CardinalityException - if adding a value would bring the number
of property values above the cardinality constraint.
[Generated from RDFReactor template rule #add5static]public void addLegacyDefaultSparqlVarName(org.ontoware.rdf2go.model.node.Node value)
throws org.ontoware.rdfreactor.runtime.CardinalityException
LegacyDefaultSparqlVarName as an RDF2Go Node.
Comment from schema: LEGACY PROPERTY: To be factored out:
Default variable name used in SPARQL queries that need a ?graphTgt argument.
(So in this example, the property value would be "graphTgt").
Generally must match the (legacy) queries read in from (legacy) query src graph.
Java code uses this property to know where to plug in the actual queryTgt
graph name into our dynamic queries at runtime.
// This var is used in the convenience forms of queryIndirect that handle many common
// use cases, wherein the query needs a single graph to operate on that is switched
// by application logic or user selection.value - the value to be addedorg.ontoware.rdfreactor.runtime.CardinalityException - if adding a value would bring the number
of property values above the cardinality constraint.
[Generated from RDFReactor template rule #add6dynamic]public static void addLegacyDefaultSparqlVarName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
throws org.ontoware.rdfreactor.runtime.CardinalityException
LegacyDefaultSparqlVarName from an instance of String.model - an RDF2Go modelinstanceResource - an RDF2Go resourceorg.ontoware.rdfreactor.runtime.CardinalityException - if adding a value would bring the number
of property values above the cardinality constraint.
[Generated from RDFReactor template rule #add7static]public void addLegacyDefaultSparqlVarName(String value) throws org.ontoware.rdfreactor.runtime.CardinalityException
LegacyDefaultSparqlVarName from an instance of String.org.ontoware.rdfreactor.runtime.CardinalityException - if adding a value would bring the number
of property values above the cardinality constraint.
[Generated from RDFReactor template rule #add8dynamic]public static void setLegacyDefaultSparqlVarName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
LegacyDefaultSparqlVarName 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.
Comment from schema: LEGACY PROPERTY: To be factored out:
Default variable name used in SPARQL queries that need a ?graphTgt argument.
(So in this example, the property value would be "graphTgt").
Generally must match the (legacy) queries read in from (legacy) query src graph.
Java code uses this property to know where to plug in the actual queryTgt
graph name into our dynamic queries at runtime.
// This var is used in the convenience forms of queryIndirect that handle many common
// use cases, wherein the query needs a single graph to operate on that is switched
// by application logic or user selection.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be set
[Generated from RDFReactor template rule #set1static]public void setLegacyDefaultSparqlVarName(org.ontoware.rdf2go.model.node.Node value)
LegacyDefaultSparqlVarName 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.
Comment from schema: LEGACY PROPERTY: To be factored out:
Default variable name used in SPARQL queries that need a ?graphTgt argument.
(So in this example, the property value would be "graphTgt").
Generally must match the (legacy) queries read in from (legacy) query src graph.
Java code uses this property to know where to plug in the actual queryTgt
graph name into our dynamic queries at runtime.
// This var is used in the convenience forms of queryIndirect that handle many common
// use cases, wherein the query needs a single graph to operate on that is switched
// by application logic or user selection.value - the value to be added
[Generated from RDFReactor template rule #set1dynamic]public static void setLegacyDefaultSparqlVarName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
LegacyDefaultSparqlVarName from an instance of String.
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be added
[Generated from RDFReactor template rule #set3static]public void setLegacyDefaultSparqlVarName(String value)
LegacyDefaultSparqlVarName from an instance of String.
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.value - the value to be added
[Generated from RDFReactor template rule #set4dynamic]public static void removeLegacyDefaultSparqlVarName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
LegacyDefaultSparqlVarName as an RDF2Go Node.
Comment from schema: LEGACY PROPERTY: To be factored out:
Default variable name used in SPARQL queries that need a ?graphTgt argument.
(So in this example, the property value would be "graphTgt").
Generally must match the (legacy) queries read in from (legacy) query src graph.
Java code uses this property to know where to plug in the actual queryTgt
graph name into our dynamic queries at runtime.
// This var is used in the convenience forms of queryIndirect that handle many common
// use cases, wherein the query needs a single graph to operate on that is switched
// by application logic or user selection.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeLegacyDefaultSparqlVarName(org.ontoware.rdf2go.model.node.Node value)
LegacyDefaultSparqlVarName as an RDF2Go Node.
Comment from schema: LEGACY PROPERTY: To be factored out:
Default variable name used in SPARQL queries that need a ?graphTgt argument.
(So in this example, the property value would be "graphTgt").
Generally must match the (legacy) queries read in from (legacy) query src graph.
Java code uses this property to know where to plug in the actual queryTgt
graph name into our dynamic queries at runtime.
// This var is used in the convenience forms of queryIndirect that handle many common
// use cases, wherein the query needs a single graph to operate on that is switched
// by application logic or user selection.value - the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeLegacyDefaultSparqlVarName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
LegacyDefaultSparqlVarName given as an instance of String.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeLegacyDefaultSparqlVarName(String value)
LegacyDefaultSparqlVarName given as an instance of String.value - the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllLegacyDefaultSparqlVarName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
LegacyDefaultSparqlVarName.
Comment from schema: LEGACY PROPERTY: To be factored out:
Default variable name used in SPARQL queries that need a ?graphTgt argument.
(So in this example, the property value would be "graphTgt").
Generally must match the (legacy) queries read in from (legacy) query src graph.
Java code uses this property to know where to plug in the actual queryTgt
graph name into our dynamic queries at runtime.
// This var is used in the convenience forms of queryIndirect that handle many common
// use cases, wherein the query needs a single graph to operate on that is switched
// by application logic or user selection.model - an RDF2Go modelinstanceResource - an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void removeAllLegacyDefaultSparqlVarName()
LegacyDefaultSparqlVarName.
Comment from schema: LEGACY PROPERTY: To be factored out:
Default variable name used in SPARQL queries that need a ?graphTgt argument.
(So in this example, the property value would be "graphTgt").
Generally must match the (legacy) queries read in from (legacy) query src graph.
Java code uses this property to know where to plug in the actual queryTgt
graph name into our dynamic queries at runtime.
// This var is used in the convenience forms of queryIndirect that handle many common
// use cases, wherein the query needs a single graph to operate on that is switched
// by application logic or user selection.
[Generated from RDFReactor template rule #removeall1dynamic]public static boolean hasLegacyQuerySourceQName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
LegacyQuerySourceQName has at least one value set.
Comment from schema: LEGACY PROPERTY: To be factored out:
Weird legacy property treated as a String QName (resolved in an implied
namespace). If the whole legacy pattern were going to last, would
prefer to have an objectProp here. In even more modern terms, this would
be done with an mdir:GraphPointer, usually pointed to from a Recipe.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic boolean hasLegacyQuerySourceQName()
LegacyQuerySourceQName has at least one value set.
Comment from schema: LEGACY PROPERTY: To be factored out:
Weird legacy property treated as a String QName (resolved in an implied
namespace). If the whole legacy pattern were going to last, would
prefer to have an objectProp here. In even more modern terms, this would
be done with an mdir:GraphPointer, usually pointed to from a Recipe.public static boolean hasLegacyQuerySourceQName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
LegacyQuerySourceQName has the given value (maybe among other values).
Comment from schema: LEGACY PROPERTY: To be factored out:
Weird legacy property treated as a String QName (resolved in an implied
namespace). If the whole legacy pattern were going to last, would
prefer to have an objectProp here. In even more modern terms, this would
be done with an mdir:GraphPointer, usually pointed to from a Recipe.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be checkedpublic boolean hasLegacyQuerySourceQName(org.ontoware.rdf2go.model.node.Node value)
LegacyQuerySourceQName has the given value (maybe among other values).
Comment from schema: LEGACY PROPERTY: To be factored out:
Weird legacy property treated as a String QName (resolved in an implied
namespace). If the whole legacy pattern were going to last, would
prefer to have an objectProp here. In even more modern terms, this would
be done with an mdir:GraphPointer, usually pointed to from a Recipe.value - the value to be checkedpublic static org.ontoware.rdf2go.model.node.Node getLegacyQuerySourceQName_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
LegacyQuerySourceQName as an RDF2Go Node.
Comment from schema: LEGACY PROPERTY: To be factored out:
Weird legacy property treated as a String QName (resolved in an implied
namespace). If the whole legacy pattern were going to last, would
prefer to have an objectProp here. In even more modern terms, this would
be done with an mdir:GraphPointer, usually pointed to from a Recipe.model - an RDF2Go modelinstanceResource - an RDF2Go resourceRDFDataException - at runtime, if the property has multiple values
[Generated from RDFReactor template rule #get1static]public org.ontoware.rdf2go.model.node.Node getLegacyQuerySourceQName_asNode()
LegacyQuerySourceQName as an RDF2Go Node.
Comment from schema: LEGACY PROPERTY: To be factored out:
Weird legacy property treated as a String QName (resolved in an implied
namespace). If the whole legacy pattern were going to last, would
prefer to have an objectProp here. In even more modern terms, this would
be done with an mdir:GraphPointer, usually pointed to from a Recipe.RDFDataException, - if the property has multiple values
[Generated from RDFReactor template rule #get2dynamic]public static String getLegacyQuerySourceQName(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
LegacyQuerySourceQName.
Comment from schema: LEGACY PROPERTY: To be factored out:
Weird legacy property treated as a String QName (resolved in an implied
namespace). If the whole legacy pattern were going to last, would
prefer to have an objectProp here. In even more modern terms, this would
be done with an mdir:GraphPointer, usually pointed to from a Recipe.model - an RDF2Go modelinstanceResource - an RDF2Go resourceRDFDataException, - if the property has multiple values
[Generated from RDFReactor template rule #get5static]public String getLegacyQuerySourceQName()
LegacyQuerySourceQName.
This property has maxCardinality=1, that means the property takes only
a single value.
Comment from schema: LEGACY PROPERTY: To be factored out:
Weird legacy property treated as a String QName (resolved in an implied
namespace). If the whole legacy pattern were going to last, would
prefer to have an objectProp here. In even more modern terms, this would
be done with an mdir:GraphPointer, usually pointed to from a Recipe.RDFDataException, - if the property has multiple values
[Generated from RDFReactor template rule #get6dynamic]public static void addLegacyQuerySourceQName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
throws org.ontoware.rdfreactor.runtime.CardinalityException
LegacyQuerySourceQName as an RDF2Go Node.
Comment from schema: LEGACY PROPERTY: To be factored out:
Weird legacy property treated as a String QName (resolved in an implied
namespace). If the whole legacy pattern were going to last, would
prefer to have an objectProp here. In even more modern terms, this would
be done with an mdir:GraphPointer, usually pointed to from a Recipe.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be addedorg.ontoware.rdfreactor.runtime.CardinalityException - if adding a value would bring the number
of property values above the cardinality constraint.
[Generated from RDFReactor template rule #add5static]public void addLegacyQuerySourceQName(org.ontoware.rdf2go.model.node.Node value)
throws org.ontoware.rdfreactor.runtime.CardinalityException
LegacyQuerySourceQName as an RDF2Go Node.
Comment from schema: LEGACY PROPERTY: To be factored out:
Weird legacy property treated as a String QName (resolved in an implied
namespace). If the whole legacy pattern were going to last, would
prefer to have an objectProp here. In even more modern terms, this would
be done with an mdir:GraphPointer, usually pointed to from a Recipe.value - the value to be addedorg.ontoware.rdfreactor.runtime.CardinalityException - if adding a value would bring the number
of property values above the cardinality constraint.
[Generated from RDFReactor template rule #add6dynamic]public static void addLegacyQuerySourceQName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
throws org.ontoware.rdfreactor.runtime.CardinalityException
LegacyQuerySourceQName from an instance of String.model - an RDF2Go modelinstanceResource - an RDF2Go resourceorg.ontoware.rdfreactor.runtime.CardinalityException - if adding a value would bring the number
of property values above the cardinality constraint.
[Generated from RDFReactor template rule #add7static]public void addLegacyQuerySourceQName(String value) throws org.ontoware.rdfreactor.runtime.CardinalityException
LegacyQuerySourceQName from an instance of String.org.ontoware.rdfreactor.runtime.CardinalityException - if adding a value would bring the number
of property values above the cardinality constraint.
[Generated from RDFReactor template rule #add8dynamic]public static void setLegacyQuerySourceQName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
LegacyQuerySourceQName 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.
Comment from schema: LEGACY PROPERTY: To be factored out:
Weird legacy property treated as a String QName (resolved in an implied
namespace). If the whole legacy pattern were going to last, would
prefer to have an objectProp here. In even more modern terms, this would
be done with an mdir:GraphPointer, usually pointed to from a Recipe.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be set
[Generated from RDFReactor template rule #set1static]public void setLegacyQuerySourceQName(org.ontoware.rdf2go.model.node.Node value)
LegacyQuerySourceQName 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.
Comment from schema: LEGACY PROPERTY: To be factored out:
Weird legacy property treated as a String QName (resolved in an implied
namespace). If the whole legacy pattern were going to last, would
prefer to have an objectProp here. In even more modern terms, this would
be done with an mdir:GraphPointer, usually pointed to from a Recipe.value - the value to be added
[Generated from RDFReactor template rule #set1dynamic]public static void setLegacyQuerySourceQName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
LegacyQuerySourceQName from an instance of String.
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be added
[Generated from RDFReactor template rule #set3static]public void setLegacyQuerySourceQName(String value)
LegacyQuerySourceQName from an instance of String.
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.value - the value to be added
[Generated from RDFReactor template rule #set4dynamic]public static void removeLegacyQuerySourceQName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
LegacyQuerySourceQName as an RDF2Go Node.
Comment from schema: LEGACY PROPERTY: To be factored out:
Weird legacy property treated as a String QName (resolved in an implied
namespace). If the whole legacy pattern were going to last, would
prefer to have an objectProp here. In even more modern terms, this would
be done with an mdir:GraphPointer, usually pointed to from a Recipe.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeLegacyQuerySourceQName(org.ontoware.rdf2go.model.node.Node value)
LegacyQuerySourceQName as an RDF2Go Node.
Comment from schema: LEGACY PROPERTY: To be factored out:
Weird legacy property treated as a String QName (resolved in an implied
namespace). If the whole legacy pattern were going to last, would
prefer to have an objectProp here. In even more modern terms, this would
be done with an mdir:GraphPointer, usually pointed to from a Recipe.value - the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeLegacyQuerySourceQName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
LegacyQuerySourceQName given as an instance of String.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeLegacyQuerySourceQName(String value)
LegacyQuerySourceQName given as an instance of String.value - the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllLegacyQuerySourceQName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
LegacyQuerySourceQName.
Comment from schema: LEGACY PROPERTY: To be factored out:
Weird legacy property treated as a String QName (resolved in an implied
namespace). If the whole legacy pattern were going to last, would
prefer to have an objectProp here. In even more modern terms, this would
be done with an mdir:GraphPointer, usually pointed to from a Recipe.model - an RDF2Go modelinstanceResource - an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void removeAllLegacyQuerySourceQName()
LegacyQuerySourceQName.
Comment from schema: LEGACY PROPERTY: To be factored out:
Weird legacy property treated as a String QName (resolved in an implied
namespace). If the whole legacy pattern were going to last, would
prefer to have an objectProp here. In even more modern terms, this would
be done with an mdir:GraphPointer, usually pointed to from a Recipe.
[Generated from RDFReactor template rule #removeall1dynamic]Copyright © 2010-2016. All Rights Reserved.