Exemple #1
0
 /**
  * Get single value of property Transp . This property has maxCardinality=1, that means the
  * property takes only a single value.
  *
  * @return the single value or null if no value is found
  * @throws RDFDataException, if the property has multiple values
  *     <p>[Generated from RDFReactor template rule #get6dynamic]
  */
 public eu.dime.ps.semantic.model.ncal.TimeTransparency getTransp() {
   return (eu.dime.ps.semantic.model.ncal.TimeTransparency)
       Base.get(
           this.model,
           this.getResource(),
           TRANSP,
           eu.dime.ps.semantic.model.ncal.TimeTransparency.class);
 }
Exemple #2
0
 /**
  * Get single value of property EventStatus . This property has maxCardinality=1, that means the
  * property takes only a single value.
  *
  * @return the single value or null if no value is found
  * @throws RDFDataException, if the property has multiple values
  *     <p>[Generated from RDFReactor template rule #get6dynamic]
  */
 public eu.dime.ps.semantic.model.ncal.EventStatus getEventStatus() {
   return (eu.dime.ps.semantic.model.ncal.EventStatus)
       Base.get(
           this.model,
           this.getResource(),
           EVENTSTATUS,
           eu.dime.ps.semantic.model.ncal.EventStatus.class);
 }
Exemple #3
0
 /**
  * Get single value of property HValue . This property has maxCardinality=1, that means the
  * property takes only a single value.
  *
  * @return the single value or null if no value is found
  * @throws RDFDataException, if the property has multiple values
  *     <p>[Generated from RDFReactor template rule #get6dynamic]
  */
 public java.lang.String getHValue() {
   return (java.lang.String)
       Base.get(this.model, this.getResource(), HVALUE, java.lang.String.class);
 }
Exemple #4
0
 /**
  * Get single value of property HValue * @param model an RDF2Go model
  *
  * @param resource an RDF2Go resource
  * @return the single value or null if no value is found
  * @throws RDFDataException, if the property has multiple values
  *     <p>[Generated from RDFReactor template rule #get5static]
  */
 public static java.lang.String getHValue(
     Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) {
   return (java.lang.String) Base.get(model, instanceResource, HVALUE, java.lang.String.class);
 }
Exemple #5
0
 /**
  * Get single value of property HAlgorithm . This property has maxCardinality=1, that means the
  * property takes only a single value.
  *
  * @return the single value or null if no value is found
  * @throws RDFDataException, if the property has multiple values
  *     <p>[Generated from RDFReactor template rule #get6dynamic]
  */
 public java.lang.String getHAlgorithm() {
   return (java.lang.String)
       Base.get(this.model, this.getResource(), HALGORITHM, java.lang.String.class);
 }
Exemple #6
0
 /**
  * Get single value of property HAlgorithm * @param model an RDF2Go model
  *
  * @param resource an RDF2Go resource
  * @return the single value or null if no value is found
  * @throws RDFDataException, if the property has multiple values
  *     <p>[Generated from RDFReactor template rule #get5static]
  */
 public static java.lang.String getHAlgorithm(
     Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) {
   return (java.lang.String) Base.get(model, instanceResource, HALGORITHM, java.lang.String.class);
 }
Exemple #7
0
 /**
  * Get single value of property Transp * @param model an RDF2Go model
  *
  * @param resource an RDF2Go resource
  * @return the single value or null if no value is found
  * @throws RDFDataException, if the property has multiple values
  *     <p>[Generated from RDFReactor template rule #get5static]
  */
 public static eu.dime.ps.semantic.model.ncal.TimeTransparency getTransp(
     Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) {
   return (eu.dime.ps.semantic.model.ncal.TimeTransparency)
       Base.get(
           model, instanceResource, TRANSP, eu.dime.ps.semantic.model.ncal.TimeTransparency.class);
 }
Exemple #8
0
 /**
  * Get single value of property EventStatus * @param model an RDF2Go model
  *
  * @param resource an RDF2Go resource
  * @return the single value or null if no value is found
  * @throws RDFDataException, if the property has multiple values
  *     <p>[Generated from RDFReactor template rule #get5static]
  */
 public static eu.dime.ps.semantic.model.ncal.EventStatus getEventStatus(
     Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) {
   return (eu.dime.ps.semantic.model.ncal.EventStatus)
       Base.get(
           model, instanceResource, EVENTSTATUS, eu.dime.ps.semantic.model.ncal.EventStatus.class);
 }