public class MavenArtifact extends MThing
| 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 |
MAVENARTIFACTID
http://onto.cogchar.org/onto/201407/MetaDir_OWL2#hasMavenArtifactId
|
static org.ontoware.rdf2go.model.node.URI |
MAVENGROUPID
http://onto.cogchar.org/onto/201407/MetaDir_OWL2#hasMavenGroupId
|
static org.ontoware.rdf2go.model.node.URI |
MAVENVERSION
http://onto.cogchar.org/onto/201407/MetaDir_OWL2#hasMavenVersion
|
static org.ontoware.rdf2go.model.node.URI |
RDFS_CLASS
http://onto.cogchar.org/onto/201407/MetaDir_OWL2#MavenArtifact
|
CLASSPATHENTITY, FILENAMETAILWITHEXT, MAVENARTIFACT, MDATAPROP, MOBJPROP, OSGIBUNDLE, URLTEXTMAXCARDINALITY, MEMBERS, NAMESPACEABBREV, TABNUMBER| Modifier | Constructor and Description |
|---|---|
|
MavenArtifact(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.
|
|
MavenArtifact(org.ontoware.rdf2go.model.Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
|
MavenArtifact(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.
|
|
MavenArtifact(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 |
MavenArtifact(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 |
addMavenArtifactId(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
MavenArtifactId as an RDF2Go Node. |
static void |
addMavenArtifactId(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
Adds a value to property
MavenArtifactId from an instance of String. |
void |
addMavenArtifactId(org.ontoware.rdf2go.model.node.Node value)
Adds a value to property
MavenArtifactId as an RDF2Go Node. |
void |
addMavenArtifactId(String value)
Adds a value to property
MavenArtifactId from an instance of String. |
static void |
addMavenGroupId(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
MavenGroupId as an RDF2Go Node. |
static void |
addMavenGroupId(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
Adds a value to property
MavenGroupId from an instance of String. |
void |
addMavenGroupId(org.ontoware.rdf2go.model.node.Node value)
Adds a value to property
MavenGroupId as an RDF2Go Node. |
void |
addMavenGroupId(String value)
Adds a value to property
MavenGroupId from an instance of String. |
static void |
addMavenVersion(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
MavenVersion as an RDF2Go Node. |
static void |
addMavenVersion(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
Adds a value to property
MavenVersion from an instance of String. |
void |
addMavenVersion(org.ontoware.rdf2go.model.node.Node value)
Adds a value to property
MavenVersion as an RDF2Go Node. |
void |
addMavenVersion(String value)
Adds a value to property
MavenVersion 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, MavenArtifact) from this instance. |
static org.ontoware.rdfreactor.runtime.ReactorResult<? extends MavenArtifact> |
getAllInstances_as(org.ontoware.rdf2go.model.Model model) |
static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> |
getAllInstances(org.ontoware.rdf2go.model.Model model) |
static org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Resource> |
getAllMavenArtifact_Inverse_as(org.ontoware.rdf2go.model.Model model,
Object objectValue) |
org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> |
getAllMavenArtifact_Inverse() |
static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> |
getAllMavenArtifact_Inverse(org.ontoware.rdf2go.model.Model model,
Object objectValue) |
static MavenArtifact |
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 |
getMavenArtifactId_asNode()
Get single value of property
MavenArtifactId as an RDF2Go Node. |
static org.ontoware.rdf2go.model.node.Node |
getMavenArtifactId_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get single value of property
MavenArtifactId as an RDF2Go Node. |
String |
getMavenArtifactId()
Get single value of property
MavenArtifactId. |
static String |
getMavenArtifactId(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get single value of property
MavenArtifactId. |
org.ontoware.rdf2go.model.node.Node |
getMavenGroupId_asNode()
Get single value of property
MavenGroupId as an RDF2Go Node. |
static org.ontoware.rdf2go.model.node.Node |
getMavenGroupId_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get single value of property
MavenGroupId as an RDF2Go Node. |
String |
getMavenGroupId()
Get single value of property
MavenGroupId. |
static String |
getMavenGroupId(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get single value of property
MavenGroupId. |
org.ontoware.rdf2go.model.node.Node |
getMavenVersion_asNode()
Get single value of property
MavenVersion as an RDF2Go Node. |
static org.ontoware.rdf2go.model.node.Node |
getMavenVersion_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get single value of property
MavenVersion as an RDF2Go Node. |
String |
getMavenVersion()
Get single value of property
MavenVersion. |
static String |
getMavenVersion(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get single value of property
MavenVersion. |
static boolean |
hasInstance(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource) |
boolean |
hasMavenArtifactId()
Check if
MavenArtifactId has at least one value set. |
static boolean |
hasMavenArtifactId(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Check if
MavenArtifactId has at least one value set. |
static boolean |
hasMavenArtifactId(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Check if
MavenArtifactId has the given value (maybe among other values). |
boolean |
hasMavenArtifactId(org.ontoware.rdf2go.model.node.Node value)
Check if
MavenArtifactId has the given value (maybe among other values). |
boolean |
hasMavenGroupId()
Check if
MavenGroupId has at least one value set. |
static boolean |
hasMavenGroupId(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Check if
MavenGroupId has at least one value set. |
static boolean |
hasMavenGroupId(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Check if
MavenGroupId has the given value (maybe among other values). |
boolean |
hasMavenGroupId(org.ontoware.rdf2go.model.node.Node value)
Check if
MavenGroupId has the given value (maybe among other values). |
boolean |
hasMavenVersion()
Check if
MavenVersion has at least one value set. |
static boolean |
hasMavenVersion(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Check if
MavenVersion has at least one value set. |
static boolean |
hasMavenVersion(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Check if
MavenVersion has the given value (maybe among other values). |
boolean |
hasMavenVersion(org.ontoware.rdf2go.model.node.Node value)
Check if
MavenVersion has the given value (maybe among other values). |
void |
removeAllMavenArtifactId()
Removes all values of property
MavenArtifactId. |
static void |
removeAllMavenArtifactId(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Removes all values of property
MavenArtifactId. |
void |
removeAllMavenGroupId()
Removes all values of property
MavenGroupId. |
static void |
removeAllMavenGroupId(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Removes all values of property
MavenGroupId. |
void |
removeAllMavenVersion()
Removes all values of property
MavenVersion. |
static void |
removeAllMavenVersion(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Removes all values of property
MavenVersion. |
static void |
removeMavenArtifactId(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
MavenArtifactId as an RDF2Go Node. |
static void |
removeMavenArtifactId(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
Removes a value of property
MavenArtifactId given as an instance of String. |
void |
removeMavenArtifactId(org.ontoware.rdf2go.model.node.Node value)
Removes a value of property
MavenArtifactId as an RDF2Go Node. |
void |
removeMavenArtifactId(String value)
Removes a value of property
MavenArtifactId given as an instance of String. |
static void |
removeMavenGroupId(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
MavenGroupId as an RDF2Go Node. |
static void |
removeMavenGroupId(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
Removes a value of property
MavenGroupId given as an instance of String. |
void |
removeMavenGroupId(org.ontoware.rdf2go.model.node.Node value)
Removes a value of property
MavenGroupId as an RDF2Go Node. |
void |
removeMavenGroupId(String value)
Removes a value of property
MavenGroupId given as an instance of String. |
static void |
removeMavenVersion(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
MavenVersion as an RDF2Go Node. |
static void |
removeMavenVersion(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
Removes a value of property
MavenVersion given as an instance of String. |
void |
removeMavenVersion(org.ontoware.rdf2go.model.node.Node value)
Removes a value of property
MavenVersion as an RDF2Go Node. |
void |
removeMavenVersion(String value)
Removes a value of property
MavenVersion given as an instance of String. |
static void |
setMavenArtifactId(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
MavenArtifactId from an RDF2Go Node. |
static void |
setMavenArtifactId(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
Sets a value of property
MavenArtifactId from an instance of String. |
void |
setMavenArtifactId(org.ontoware.rdf2go.model.node.Node value)
Sets a value of property
MavenArtifactId from an RDF2Go Node. |
void |
setMavenArtifactId(String value)
Sets a value of property
MavenArtifactId from an instance of String. |
static void |
setMavenGroupId(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
MavenGroupId from an RDF2Go Node. |
static void |
setMavenGroupId(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
Sets a value of property
MavenGroupId from an instance of String. |
void |
setMavenGroupId(org.ontoware.rdf2go.model.node.Node value)
Sets a value of property
MavenGroupId from an RDF2Go Node. |
void |
setMavenGroupId(String value)
Sets a value of property
MavenGroupId from an instance of String. |
static void |
setMavenVersion(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
MavenVersion from an RDF2Go Node. |
static void |
setMavenVersion(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
Sets a value of property
MavenVersion from an instance of String. |
void |
setMavenVersion(org.ontoware.rdf2go.model.node.Node value)
Sets a value of property
MavenVersion from an RDF2Go Node. |
void |
setMavenVersion(String value)
Sets a value of property
MavenVersion from an instance of String. |
addClasspathEntity, addClasspathEntity, addClasspathEntity, addClasspathEntity, addFilenameTailWithExt, addFilenameTailWithExt, addFilenameTailWithExt, addFilenameTailWithExt, addMavenArtifact, addMavenArtifact, addMavenArtifact, addMavenArtifact, addMDataProp, addMDataProp, addMDataProp, addMDataProp, addMObjProp, addMObjProp, addMObjProp, addMObjProp, addOsgiBundle, addOsgiBundle, addOsgiBundle, addOsgiBundle, addUrlText, addUrlText, addUrlText, addUrlText, getAllClasspathEntity_as, getAllClasspathEntity_as, getAllClasspathEntity_asNode_, getAllClasspathEntity_asNode_, getAllClasspathEntity_asNode, getAllClasspathEntity_asNode, getAllClasspathEntity, getAllClasspathEntity, getAllMavenArtifact_as, getAllMavenArtifact_as, getAllMavenArtifact_asNode_, getAllMavenArtifact_asNode_, getAllMavenArtifact_asNode, getAllMavenArtifact_asNode, getAllMavenArtifact, getAllMavenArtifact, getAllMDataProp_as, getAllMDataProp_as, getAllMDataProp_asNode_, getAllMDataProp_asNode_, getAllMDataProp_asNode, getAllMDataProp_asNode, getAllMDataProp, getAllMDataProp, getAllMObjProp_as, getAllMObjProp_as, getAllMObjProp_asNode_, getAllMObjProp_asNode_, getAllMObjProp_asNode, getAllMObjProp_asNode, getAllMObjProp_Inverse_as, getAllMObjProp_Inverse, getAllMObjProp_Inverse, getAllMObjProp, getAllMObjProp, getAllOsgiBundle_as, getAllOsgiBundle_as, getAllOsgiBundle_asNode_, getAllOsgiBundle_asNode_, getAllOsgiBundle_asNode, getAllOsgiBundle_asNode, getAllOsgiBundle, getAllOsgiBundle, getFilenameTailWithExt_asNode, getFilenameTailWithExt_asNode, getFilenameTailWithExt, getFilenameTailWithExt, getUrlText_asNode, getUrlText_asNode, getUrlText, getUrlText, hasClasspathEntity, hasClasspathEntity, hasClasspathEntity, hasClasspathEntity, hasFilenameTailWithExt, hasFilenameTailWithExt, hasFilenameTailWithExt, hasFilenameTailWithExt, hasMavenArtifact, hasMavenArtifact, hasMavenArtifact, hasMavenArtifact, hasMDataProp, hasMDataProp, hasMDataProp, hasMDataProp, hasMObjProp, hasMObjProp, hasMObjProp, hasMObjProp, hasOsgiBundle, hasOsgiBundle, hasOsgiBundle, hasOsgiBundle, hasUrlText, hasUrlText, hasUrlText, hasUrlText, removeAllClasspathEntity, removeAllClasspathEntity, removeAllFilenameTailWithExt, removeAllFilenameTailWithExt, removeAllMavenArtifact, removeAllMavenArtifact, removeAllMDataProp, removeAllMDataProp, removeAllMObjProp, removeAllMObjProp, removeAllOsgiBundle, removeAllOsgiBundle, removeAllUrlText, removeAllUrlText, removeClasspathEntity, removeClasspathEntity, removeClasspathEntity, removeClasspathEntity, removeFilenameTailWithExt, removeFilenameTailWithExt, removeFilenameTailWithExt, removeFilenameTailWithExt, removeMavenArtifact, removeMavenArtifact, removeMavenArtifact, removeMavenArtifact, removeMDataProp, removeMDataProp, removeMDataProp, removeMDataProp, removeMObjProp, removeMObjProp, removeMObjProp, removeMObjProp, removeOsgiBundle, removeOsgiBundle, removeOsgiBundle, removeOsgiBundle, removeUrlText, removeUrlText, removeUrlText, removeUrlText, setClasspathEntity, setClasspathEntity, setClasspathEntity, setClasspathEntity, setFilenameTailWithExt, setFilenameTailWithExt, setFilenameTailWithExt, setFilenameTailWithExt, setMavenArtifact, setMavenArtifact, setMavenArtifact, setMavenArtifact, setMDataProp, setMDataProp, setMDataProp, setMDataProp, setMObjProp, setMObjProp, setMObjProp, setMObjProp, setOsgiBundle, setOsgiBundle, setOsgiBundle, setOsgiBundle, setUrlText, setUrlText, setUrlText, setUrlTextaddMaxCardinality, addMaxCardinality, addMaxCardinality, addMaxCardinality, addMembers, addMembers, addMembers, addMembers, addNamespaceAbbrev, addNamespaceAbbrev, addNamespaceAbbrev, addNamespaceAbbrev, addTabNumber, addTabNumber, addTabNumber, addTabNumber, getAllMaxCardinality_as, getAllMaxCardinality_as, getAllMaxCardinality_asNode_, getAllMaxCardinality_asNode_, getAllMaxCardinality_asNode, getAllMaxCardinality_asNode, getAllMaxCardinality_Inverse_as, getAllMaxCardinality_Inverse, getAllMaxCardinality_Inverse, getAllMaxCardinality, getAllMaxCardinality, getAllMDataProp_Inverse_as, getAllMDataProp_Inverse, getAllMDataProp_Inverse, getAllMembers_as, getAllMembers_as, getAllMembers_asNode_, getAllMembers_asNode_, getAllMembers_asNode, getAllMembers_asNode, getAllMembers_Inverse_as, getAllMembers_Inverse, getAllMembers_Inverse, getAllMembers, getAllMembers, getAllNamespaceAbbrev_as, getAllNamespaceAbbrev_as, getAllNamespaceAbbrev_asNode_, getAllNamespaceAbbrev_asNode_, getAllNamespaceAbbrev_asNode, getAllNamespaceAbbrev_asNode, getAllNamespaceAbbrev, getAllNamespaceAbbrev, getTabNumber_asNode, getTabNumber_asNode, getTabNumber, getTabNumber, hasMaxCardinality, hasMaxCardinality, hasMaxCardinality, hasMaxCardinality, hasMembers, hasMembers, hasMembers, hasMembers, hasNamespaceAbbrev, hasNamespaceAbbrev, hasNamespaceAbbrev, hasNamespaceAbbrev, hasTabNumber, hasTabNumber, hasTabNumber, hasTabNumber, removeAllMaxCardinality, removeAllMaxCardinality, removeAllMembers, removeAllMembers, removeAllNamespaceAbbrev, removeAllNamespaceAbbrev, removeAllTabNumber, removeAllTabNumber, removeMaxCardinality, removeMaxCardinality, removeMaxCardinality, removeMaxCardinality, removeMembers, removeMembers, removeMembers, removeMembers, removeNamespaceAbbrev, removeNamespaceAbbrev, removeNamespaceAbbrev, removeNamespaceAbbrev, removeTabNumber, removeTabNumber, removeTabNumber, removeTabNumber, setMaxCardinality, setMaxCardinality, setMaxCardinality, setMaxCardinality, setMembers, setMembers, setMembers, setMembers, setNamespaceAbbrev, setNamespaceAbbrev, setNamespaceAbbrev, setNamespaceAbbrev, setTabNumber, setTabNumber, setTabNumber, setTabNumberaddSubClassOf, 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 MAVENARTIFACTID
public static final org.ontoware.rdf2go.model.node.URI MAVENGROUPID
public static final org.ontoware.rdf2go.model.node.URI MAVENVERSION
public static final org.ontoware.rdf2go.model.node.URI[] MANAGED_URIS
protected MavenArtifact(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 MavenArtifact(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 MavenArtifact(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 MavenArtifact(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 MavenArtifact(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 MavenArtifact 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 MavenArtifact> 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, MavenArtifact) from this instance. Other triples are not affected.
To delete more, use deleteAllPropertiesmodel - an RDF2Go modelinstanceResource - an RDF2Go resource
[Generated from RDFReactor template rule #class4]public static void deleteAllProperties(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
(this, *, *), i.e. including rdf:type.model - an RDF2Go modelinstanceResource - an RDF2Go resource
[Generated from RDFReactor template rule #class5]public static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllMavenArtifact_Inverse(org.ontoware.rdf2go.model.Model model,
Object objectValue)
model - an RDF2Go modelobjectValue - public org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllMavenArtifact_Inverse()
public static org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Resource> getAllMavenArtifact_Inverse_as(org.ontoware.rdf2go.model.Model model,
Object objectValue)
model - an RDF2Go modelobjectValue - public static boolean hasMavenArtifactId(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
MavenArtifactId has at least one value set.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic boolean hasMavenArtifactId()
MavenArtifactId has at least one value set.public static boolean hasMavenArtifactId(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
MavenArtifactId has the given value (maybe among other values).model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be checkedpublic boolean hasMavenArtifactId(org.ontoware.rdf2go.model.node.Node value)
MavenArtifactId has the given value (maybe among other values).value - the value to be checkedpublic static org.ontoware.rdf2go.model.node.Node getMavenArtifactId_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
MavenArtifactId as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourceRDFDataException - at runtime, if the property has multiple values
[Generated from RDFReactor template rule #get1static]public org.ontoware.rdf2go.model.node.Node getMavenArtifactId_asNode()
MavenArtifactId as an RDF2Go Node.RDFDataException, - if the property has multiple values
[Generated from RDFReactor template rule #get2dynamic]public static String getMavenArtifactId(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
MavenArtifactId.model - an RDF2Go modelinstanceResource - an RDF2Go resourceRDFDataException, - if the property has multiple values
[Generated from RDFReactor template rule #get5static]public String getMavenArtifactId()
MavenArtifactId.
This property has maxCardinality=1, that means the property takes only
a single value.RDFDataException, - if the property has multiple values
[Generated from RDFReactor template rule #get6dynamic]public static void addMavenArtifactId(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
MavenArtifactId as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be addedorg.ontoware.rdfreactor.runtime.CardinalityException - if adding a value would bring the number
of property values above the cardinality constraint.
[Generated from RDFReactor template rule #add5static]public void addMavenArtifactId(org.ontoware.rdf2go.model.node.Node value)
throws org.ontoware.rdfreactor.runtime.CardinalityException
MavenArtifactId as an RDF2Go Node.value - the value to be addedorg.ontoware.rdfreactor.runtime.CardinalityException - if adding a value would bring the number
of property values above the cardinality constraint.
[Generated from RDFReactor template rule #add6dynamic]public static void addMavenArtifactId(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
throws org.ontoware.rdfreactor.runtime.CardinalityException
MavenArtifactId 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 addMavenArtifactId(String value) throws org.ontoware.rdfreactor.runtime.CardinalityException
MavenArtifactId 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 setMavenArtifactId(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
MavenArtifactId 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 setMavenArtifactId(org.ontoware.rdf2go.model.node.Node value)
MavenArtifactId 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 setMavenArtifactId(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
MavenArtifactId 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 setMavenArtifactId(String value)
MavenArtifactId 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 removeMavenArtifactId(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
MavenArtifactId as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeMavenArtifactId(org.ontoware.rdf2go.model.node.Node value)
MavenArtifactId as an RDF2Go Node.value - the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeMavenArtifactId(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
MavenArtifactId 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 removeMavenArtifactId(String value)
MavenArtifactId given as an instance of String.value - the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllMavenArtifactId(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
MavenArtifactId.model - an RDF2Go modelinstanceResource - an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void removeAllMavenArtifactId()
MavenArtifactId.
[Generated from RDFReactor template rule #removeall1dynamic]public static boolean hasMavenGroupId(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
MavenGroupId has at least one value set.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic boolean hasMavenGroupId()
MavenGroupId has at least one value set.public static boolean hasMavenGroupId(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
MavenGroupId has the given value (maybe among other values).model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be checkedpublic boolean hasMavenGroupId(org.ontoware.rdf2go.model.node.Node value)
MavenGroupId has the given value (maybe among other values).value - the value to be checkedpublic static org.ontoware.rdf2go.model.node.Node getMavenGroupId_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
MavenGroupId as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourceRDFDataException - at runtime, if the property has multiple values
[Generated from RDFReactor template rule #get1static]public org.ontoware.rdf2go.model.node.Node getMavenGroupId_asNode()
MavenGroupId as an RDF2Go Node.RDFDataException, - if the property has multiple values
[Generated from RDFReactor template rule #get2dynamic]public static String getMavenGroupId(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
MavenGroupId.model - an RDF2Go modelinstanceResource - an RDF2Go resourceRDFDataException, - if the property has multiple values
[Generated from RDFReactor template rule #get5static]public String getMavenGroupId()
MavenGroupId.
This property has maxCardinality=1, that means the property takes only
a single value.RDFDataException, - if the property has multiple values
[Generated from RDFReactor template rule #get6dynamic]public static void addMavenGroupId(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
MavenGroupId as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be addedorg.ontoware.rdfreactor.runtime.CardinalityException - if adding a value would bring the number
of property values above the cardinality constraint.
[Generated from RDFReactor template rule #add5static]public void addMavenGroupId(org.ontoware.rdf2go.model.node.Node value)
throws org.ontoware.rdfreactor.runtime.CardinalityException
MavenGroupId as an RDF2Go Node.value - the value to be addedorg.ontoware.rdfreactor.runtime.CardinalityException - if adding a value would bring the number
of property values above the cardinality constraint.
[Generated from RDFReactor template rule #add6dynamic]public static void addMavenGroupId(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
throws org.ontoware.rdfreactor.runtime.CardinalityException
MavenGroupId 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 addMavenGroupId(String value) throws org.ontoware.rdfreactor.runtime.CardinalityException
MavenGroupId 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 setMavenGroupId(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
MavenGroupId 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 setMavenGroupId(org.ontoware.rdf2go.model.node.Node value)
MavenGroupId 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 setMavenGroupId(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
MavenGroupId 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 setMavenGroupId(String value)
MavenGroupId 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 removeMavenGroupId(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
MavenGroupId as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeMavenGroupId(org.ontoware.rdf2go.model.node.Node value)
MavenGroupId as an RDF2Go Node.value - the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeMavenGroupId(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
MavenGroupId 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 removeMavenGroupId(String value)
MavenGroupId given as an instance of String.value - the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllMavenGroupId(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
MavenGroupId.model - an RDF2Go modelinstanceResource - an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void removeAllMavenGroupId()
MavenGroupId.
[Generated from RDFReactor template rule #removeall1dynamic]public static boolean hasMavenVersion(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
MavenVersion has at least one value set.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic boolean hasMavenVersion()
MavenVersion has at least one value set.public static boolean hasMavenVersion(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
MavenVersion has the given value (maybe among other values).model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be checkedpublic boolean hasMavenVersion(org.ontoware.rdf2go.model.node.Node value)
MavenVersion has the given value (maybe among other values).value - the value to be checkedpublic static org.ontoware.rdf2go.model.node.Node getMavenVersion_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
MavenVersion as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourceRDFDataException - at runtime, if the property has multiple values
[Generated from RDFReactor template rule #get1static]public org.ontoware.rdf2go.model.node.Node getMavenVersion_asNode()
MavenVersion as an RDF2Go Node.RDFDataException, - if the property has multiple values
[Generated from RDFReactor template rule #get2dynamic]public static String getMavenVersion(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
MavenVersion.model - an RDF2Go modelinstanceResource - an RDF2Go resourceRDFDataException, - if the property has multiple values
[Generated from RDFReactor template rule #get5static]public String getMavenVersion()
MavenVersion.
This property has maxCardinality=1, that means the property takes only
a single value.RDFDataException, - if the property has multiple values
[Generated from RDFReactor template rule #get6dynamic]public static void addMavenVersion(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
MavenVersion as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be addedorg.ontoware.rdfreactor.runtime.CardinalityException - if adding a value would bring the number
of property values above the cardinality constraint.
[Generated from RDFReactor template rule #add5static]public void addMavenVersion(org.ontoware.rdf2go.model.node.Node value)
throws org.ontoware.rdfreactor.runtime.CardinalityException
MavenVersion as an RDF2Go Node.value - the value to be addedorg.ontoware.rdfreactor.runtime.CardinalityException - if adding a value would bring the number
of property values above the cardinality constraint.
[Generated from RDFReactor template rule #add6dynamic]public static void addMavenVersion(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
throws org.ontoware.rdfreactor.runtime.CardinalityException
MavenVersion 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 addMavenVersion(String value) throws org.ontoware.rdfreactor.runtime.CardinalityException
MavenVersion 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 setMavenVersion(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
MavenVersion 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 setMavenVersion(org.ontoware.rdf2go.model.node.Node value)
MavenVersion 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 setMavenVersion(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
MavenVersion 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 setMavenVersion(String value)
MavenVersion 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 removeMavenVersion(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
MavenVersion as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeMavenVersion(org.ontoware.rdf2go.model.node.Node value)
MavenVersion as an RDF2Go Node.value - the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeMavenVersion(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
MavenVersion 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 removeMavenVersion(String value)
MavenVersion given as an instance of String.value - the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllMavenVersion(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
MavenVersion.model - an RDF2Go modelinstanceResource - an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void removeAllMavenVersion()
MavenVersion.
[Generated from RDFReactor template rule #removeall1dynamic]Copyright © 2010-2016. All Rights Reserved.