Exemple #1
0
 /**
  * Adds a value to property HAlgorithm as an RDF2Go node
  *
  * @param model an RDF2Go model
  * @param resource an RDF2Go resource
  * @param value the value to be added
  * @throws CardinalityException if adding a value would bring the number of property values above
  *     the cardinality constraint.
  *     <p>[Generated from RDFReactor template rule #add5static]
  */
 public static void addHAlgorithm(
     Model model,
     org.ontoware.rdf2go.model.node.Resource instanceResource,
     org.ontoware.rdf2go.model.node.Node value)
     throws CardinalityException {
   Base.add(model, instanceResource, HALGORITHM, value, 1);
 }
Exemple #2
0
 /**
  * Adds a value to property HValue as an RDF2Go node
  *
  * @param model an RDF2Go model
  * @param resource an RDF2Go resource
  * @param value the value to be added
  * @throws CardinalityException if adding a value would bring the number of property values above
  *     the cardinality constraint.
  *     <p>[Generated from RDFReactor template rule #add5static]
  */
 public static void addHValue(
     Model model,
     org.ontoware.rdf2go.model.node.Resource instanceResource,
     org.ontoware.rdf2go.model.node.Node value)
     throws CardinalityException {
   Base.add(model, instanceResource, HVALUE, value, 1);
 }
Exemple #3
0
 /**
  * Adds a value to property Transp from an instance of TimeTransparency
  *
  * @param model an RDF2Go model
  * @param resource an RDF2Go resource
  * @throws CardinalityException if adding a value would bring the number of property values above
  *     the cardinality constraint.
  *     <p>[Generated from RDFReactor template rule #add7static]
  */
 public static void addTransp(
     Model model,
     org.ontoware.rdf2go.model.node.Resource instanceResource,
     eu.dime.ps.semantic.model.ncal.TimeTransparency value)
     throws CardinalityException {
   Base.add(model, instanceResource, TRANSP, value, 1);
 }
Exemple #4
0
 /**
  * Adds a value to property EventStatus from an instance of EventStatus
  *
  * @param model an RDF2Go model
  * @param resource an RDF2Go resource
  * @throws CardinalityException if adding a value would bring the number of property values above
  *     the cardinality constraint.
  *     <p>[Generated from RDFReactor template rule #add7static]
  */
 public static void addEventStatus(
     Model model,
     org.ontoware.rdf2go.model.node.Resource instanceResource,
     eu.dime.ps.semantic.model.ncal.EventStatus value)
     throws CardinalityException {
   Base.add(model, instanceResource, EVENTSTATUS, value, 1);
 }
Exemple #5
0
 /**
  * Adds a value to property EventStatus from an instance of EventStatus
  *
  * @throws CardinalityException if adding a value would bring the number of property values above
  *     the cardinality constraint.
  *     <p>[Generated from RDFReactor template rule #add8dynamic]
  */
 public void addEventStatus(eu.dime.ps.semantic.model.ncal.EventStatus value)
     throws CardinalityException {
   Base.add(this.model, this.getResource(), EVENTSTATUS, value, 1);
 }
 /**
  * Adds a value to property Excludes from an instance of Agent
  *
  * @param model an RDF2Go model
  * @param resource an RDF2Go resource
  *     <p>[Generated from RDFReactor template rule #add3static]
  */
 public static void addExcludes(
     Model model,
     org.ontoware.rdf2go.model.node.Resource instanceResource,
     eu.dime.ps.semantic.model.pimo.Agent value) {
   Base.add(model, instanceResource, EXCLUDES, value);
 }
 /**
  * Adds a value to property Excludes as an RDF2Go node
  *
  * @param model an RDF2Go model
  * @param resource an RDF2Go resource
  * @param value the value to be added
  *     <p>[Generated from RDFReactor template rule #add1static]
  */
 public static void addExcludes(
     Model model,
     org.ontoware.rdf2go.model.node.Resource instanceResource,
     org.ontoware.rdf2go.model.node.Node value) {
   Base.add(model, instanceResource, EXCLUDES, value);
 }
 /**
  * Adds a value to property AccessQuery from an instance of java.lang.String
  *
  * @param model an RDF2Go model
  * @param resource an RDF2Go resource
  *     <p>[Generated from RDFReactor template rule #add3static]
  */
 public static void addAccessQuery(
     Model model,
     org.ontoware.rdf2go.model.node.Resource instanceResource,
     java.lang.String value) {
   Base.add(model, instanceResource, ACCESSQUERY, value);
 }
 /**
  * Adds a value to property {@code Targetobject_to_objectrelation} from an instance of {@linkplain
  * GraphicObjectToObjectRelation}.
  *
  * <p>[Generated from RDFReactor template rule #add4dynamic]
  */
 public void addTargetobject_to_objectrelation(GraphicObjectToObjectRelation value) {
   Base.add(this.model, this.getResource(), TARGETOBJECT_TO_OBJECTRELATION, value);
 }
Exemple #10
0
 /**
  * Adds a value to property MediaFileListEntry from an instance of MediaFileListEntry
  *
  * <p>[Generated from RDFReactor template rule #add4dynamic]
  */
 public void addMediaFileListEntry(eu.dime.ps.semantic.model.nfo.MediaFileListEntry value) {
   Base.add(this.model, this.getResource(), MEDIAFILELISTENTRY, value);
 }
Exemple #11
0
 /**
  * Adds a value to property MediaFileListEntry as an RDF2Go node
  *
  * @param value the value to be added
  *     <p>[Generated from RDFReactor template rule #add1dynamic]
  */
 public void addMediaFileListEntry(org.ontoware.rdf2go.model.node.Node value) {
   Base.add(this.model, this.getResource(), MEDIAFILELISTENTRY, value);
 }
Exemple #12
0
 /**
  * Adds a value to property HAlgorithm from an instance of java.lang.String
  *
  * @throws CardinalityException if adding a value would bring the number of property values above
  *     the cardinality constraint.
  *     <p>[Generated from RDFReactor template rule #add8dynamic]
  */
 public void addHAlgorithm(java.lang.String value) throws CardinalityException {
   Base.add(this.model, this.getResource(), HALGORITHM, value, 1);
 }
Exemple #13
0
 /**
  * Adds a value to property HAlgorithm as an RDF2Go node
  *
  * @param value the value to be added
  * @throws CardinalityException if adding a value would bring the number of property values above
  *     the cardinality constraint.
  *     <p>[Generated from RDFReactor template rule #add6dynamic]
  */
 public void addHAlgorithm(org.ontoware.rdf2go.model.node.Node value) throws CardinalityException {
   Base.add(this.model, this.getResource(), HALGORITHM, value, 1);
 }
Exemple #14
0
 /**
  * Adds a value to property Transp from an instance of TimeTransparency
  *
  * @throws CardinalityException if adding a value would bring the number of property values above
  *     the cardinality constraint.
  *     <p>[Generated from RDFReactor template rule #add8dynamic]
  */
 public void addTransp(eu.dime.ps.semantic.model.ncal.TimeTransparency value)
     throws CardinalityException {
   Base.add(this.model, this.getResource(), TRANSP, value, 1);
 }
Exemple #15
0
 /**
  * Adds a value to property Transp as an RDF2Go node
  *
  * @param value the value to be added
  * @throws CardinalityException if adding a value would bring the number of property values above
  *     the cardinality constraint.
  *     <p>[Generated from RDFReactor template rule #add6dynamic]
  */
 public void addTransp(org.ontoware.rdf2go.model.node.Node value) throws CardinalityException {
   Base.add(this.model, this.getResource(), TRANSP, value, 1);
 }
 /**
  * Adds a value to property TextElementTimestamp from an instance of java.lang.Integer
  *
  * <p>[Generated from RDFReactor template rule #add4dynamic]
  */
 public void addTextElementTimestamp(java.lang.Integer value) {
   Base.add(this.model, this.getResource(), TEXTELEMENTTIMESTAMP, value);
 }
Exemple #17
0
 /**
  * Adds a value to property MediaFileListEntry as an RDF2Go node
  *
  * @param model an RDF2Go model
  * @param resource an RDF2Go resource
  * @param value the value to be added
  *     <p>[Generated from RDFReactor template rule #add1static]
  */
 public static void addMediaFileListEntry(
     Model model,
     org.ontoware.rdf2go.model.node.Resource instanceResource,
     org.ontoware.rdf2go.model.node.Node value) {
   Base.add(model, instanceResource, MEDIAFILELISTENTRY, value);
 }
Exemple #18
0
 /**
  * Adds a value to property HValue as an RDF2Go node
  *
  * @param value the value to be added
  * @throws CardinalityException if adding a value would bring the number of property values above
  *     the cardinality constraint.
  *     <p>[Generated from RDFReactor template rule #add6dynamic]
  */
 public void addHValue(org.ontoware.rdf2go.model.node.Node value) throws CardinalityException {
   Base.add(this.model, this.getResource(), HVALUE, value, 1);
 }
Exemple #19
0
 /**
  * Adds a value to property MediaFileListEntry from an instance of MediaFileListEntry
  *
  * @param model an RDF2Go model
  * @param resource an RDF2Go resource
  *     <p>[Generated from RDFReactor template rule #add3static]
  */
 public static void addMediaFileListEntry(
     Model model,
     org.ontoware.rdf2go.model.node.Resource instanceResource,
     eu.dime.ps.semantic.model.nfo.MediaFileListEntry value) {
   Base.add(model, instanceResource, MEDIAFILELISTENTRY, value);
 }
Exemple #20
0
 /**
  * Adds a value to property HValue from an instance of java.lang.String
  *
  * @throws CardinalityException if adding a value would bring the number of property values above
  *     the cardinality constraint.
  *     <p>[Generated from RDFReactor template rule #add8dynamic]
  */
 public void addHValue(java.lang.String value) throws CardinalityException {
   Base.add(this.model, this.getResource(), HVALUE, value, 1);
 }
 /**
  * Adds a value to property {@code Targetobject_to_objectrelation} from an instance of {@linkplain
  * GraphicObjectToObjectRelation}.
  *
  * @param model an RDF2Go model
  * @param instanceResource an RDF2Go resource
  * @param value
  *     <p>[Generated from RDFReactor template rule #add3static]
  */
 public static void addTargetobject_to_objectrelation(
     Model model, Resource instanceResource, GraphicObjectToObjectRelation value) {
   Base.add(model, instanceResource, TARGETOBJECT_TO_OBJECTRELATION, value);
 }
 /**
  * Adds a value to property TextElementContent as an RDF2Go node
  *
  * @param value the value to be added
  *     <p>[Generated from RDFReactor template rule #add1dynamic]
  */
 public void addTextElementContent(org.ontoware.rdf2go.model.node.Node value) {
   Base.add(this.model, this.getResource(), TEXTELEMENTCONTENT, value);
 }
 /**
  * Adds a value to property AccessQuery as an RDF2Go node
  *
  * @param value the value to be added
  *     <p>[Generated from RDFReactor template rule #add1dynamic]
  */
 public void addAccessQuery(org.ontoware.rdf2go.model.node.Node value) {
   Base.add(this.model, this.getResource(), ACCESSQUERY, value);
 }
 /**
  * Adds a value to property TextElementContent from an instance of java.lang.String
  *
  * @param model an RDF2Go model
  * @param resource an RDF2Go resource
  *     <p>[Generated from RDFReactor template rule #add3static]
  */
 public static void addTextElementContent(
     Model model,
     org.ontoware.rdf2go.model.node.Resource instanceResource,
     java.lang.String value) {
   Base.add(model, instanceResource, TEXTELEMENTCONTENT, value);
 }
 /**
  * Adds a value to property AccessQuery from an instance of java.lang.String
  *
  * <p>[Generated from RDFReactor template rule #add4dynamic]
  */
 public void addAccessQuery(java.lang.String value) {
   Base.add(this.model, this.getResource(), ACCESSQUERY, value);
 }
 /**
  * Adds a value to property TextElementContent from an instance of java.lang.String
  *
  * <p>[Generated from RDFReactor template rule #add4dynamic]
  */
 public void addTextElementContent(java.lang.String value) {
   Base.add(this.model, this.getResource(), TEXTELEMENTCONTENT, value);
 }
 /**
  * Adds a value to property Excludes as an RDF2Go node
  *
  * @param value the value to be added
  *     <p>[Generated from RDFReactor template rule #add1dynamic]
  */
 public void addExcludes(org.ontoware.rdf2go.model.node.Node value) {
   Base.add(this.model, this.getResource(), EXCLUDES, value);
 }
 /**
  * Adds a value to property TextElementTimestamp as an RDF2Go node
  *
  * @param value the value to be added
  *     <p>[Generated from RDFReactor template rule #add1dynamic]
  */
 public void addTextElementTimestamp(org.ontoware.rdf2go.model.node.Node value) {
   Base.add(this.model, this.getResource(), TEXTELEMENTTIMESTAMP, value);
 }
 /**
  * Adds a value to property Excludes from an instance of Agent
  *
  * <p>[Generated from RDFReactor template rule #add4dynamic]
  */
 public void addExcludes(eu.dime.ps.semantic.model.pimo.Agent value) {
   Base.add(this.model, this.getResource(), EXCLUDES, value);
 }
 /**
  * Adds a value to property TextElementTimestamp from an instance of java.lang.Integer
  *
  * @param model an RDF2Go model
  * @param resource an RDF2Go resource
  *     <p>[Generated from RDFReactor template rule #add3static]
  */
 public static void addTextElementTimestamp(
     Model model,
     org.ontoware.rdf2go.model.node.Resource instanceResource,
     java.lang.Integer value) {
   Base.add(model, instanceResource, TEXTELEMENTTIMESTAMP, value);
 }