/** * 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); }
/** * Get all values of property MediaFileListEntry as a ReactorResult of RDF2Go nodes * * @return a List of RDF2Go Nodes * <p>[Generated from RDFReactor template rule #get8dynamic-reactor-result] */ public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllMediaFileListEntry_asNode_() { return Base.getAll_as( this.model, this.getResource(), MEDIAFILELISTENTRY, org.ontoware.rdf2go.model.node.Node.class); }
/** * Get all values of property TextElementContent as a ReactorResult of RDF2Go nodes * * @return a List of RDF2Go Nodes * <p>[Generated from RDFReactor template rule #get8dynamic-reactor-result] */ public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllTextElementContent_asNode_() { return Base.getAll_as( this.model, this.getResource(), TEXTELEMENTCONTENT, org.ontoware.rdf2go.model.node.Node.class); }
/** * Get all values of property {@code Targetobject_to_objectrelation} as a ReactorResult of * {@linkplain GraphicObjectToObjectRelation}. * * @return a ReactorResult of $type which can conveniently be converted to iterator, list or array * <p>[Generated from RDFReactor template rule #get12dynamic-reactorresult] */ public ReactorResult<GraphicObjectToObjectRelation> getAllTargetobject_to_objectrelation_as() { return Base.getAll_as( this.model, this.getResource(), TARGETOBJECT_TO_OBJECTRELATION, GraphicObjectToObjectRelation.class); }
/** * Get all values of property TextElementTimestamp as a ReactorResult of RDF2Go nodes * * @return a List of RDF2Go Nodes * <p>[Generated from RDFReactor template rule #get8dynamic-reactor-result] */ public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllTextElementTimestamp_asNode_() { return Base.getAll_as( this.model, this.getResource(), TEXTELEMENTTIMESTAMP, org.ontoware.rdf2go.model.node.Node.class); }
/** * Adds a value to property Transp 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 addTransp( Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) throws CardinalityException { Base.add(model, instanceResource, TRANSP, value, 1); }
/** * 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); }
/** * 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); }
/** * Get all values of property {@code Targetobject_to_objectrelation}. * * @return a ClosableIterator of $type * <p>[Generated from RDFReactor template rule #get12dynamic] */ public ClosableIterator<GraphicObjectToObjectRelation> getAllTargetobject_to_objectrelation() { return Base.getAll( this.model, this.getResource(), TARGETOBJECT_TO_OBJECTRELATION, GraphicObjectToObjectRelation.class); }
/** * Removes a value of property HValue as an RDF2Go node * * @param model an RDF2Go model * @param resource an RDF2Go resource * @param value the value to be removed * @throws CardinalityException if removing a value would bring the number of property values * below the cardinality constraint. * <p>[Generated from RDFReactor template rule #remove5static] */ public static void removeHValue( Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) throws CardinalityException { Base.remove(model, instanceResource, HVALUE, value, 1); }
/** * @param model an RDF2Go model * @param objectValue * @return all A's as a ReactorResult, that have a relation 'Logo' to this DataObject instance * <p>[Generated from RDFReactor template rule #getallinverse-as1static] */ public static ReactorResult<org.ontoware.rdf2go.model.node.Resource> getAllLogo_Inverse_as( Model model, Object objectValue) { return Base.getAll_Inverse_as( model, OrganizationContact.LOGO, objectValue, org.ontoware.rdf2go.model.node.Resource.class); }
/** * @param model an RDF2Go model * @param objectValue * @return all A's as a ReactorResult, that have a relation 'HasSynchronizedTextElement' to this * SynchronizedTextElement instance * <p>[Generated from RDFReactor template rule #getallinverse-as1static] */ public static ReactorResult<org.ontoware.rdf2go.model.node.Resource> getAllHasSynchronizedTextElement_Inverse_as(Model model, Object objectValue) { return Base.getAll_Inverse_as( model, SynchronizedText.HASSYNCHRONIZEDTEXTELEMENT, objectValue, org.ontoware.rdf2go.model.node.Resource.class); }
/** * @param model an RDF2Go model * @param objectValue * @return all A's as a ReactorResult, that have a relation 'UpcomingEvent' to this Event instance * <p>[Generated from RDFReactor template rule #getallinverse-as1static] */ public static ReactorResult<org.ontoware.rdf2go.model.node.Resource> getAllUpcomingEvent_Inverse_as(Model model, Object objectValue) { return Base.getAll_Inverse_as( model, eu.dime.ps.semantic.model.dcon.Schedule.UPCOMINGEVENT, objectValue, org.ontoware.rdf2go.model.node.Resource.class); }
/** * Get all values of property MediaFileListEntry as a ReactorResult of MediaFileListEntry * * @return a ReactorResult of $type which can conveniently be converted to iterator, list or array * <p>[Generated from RDFReactor template rule #get12dynamic-reactorresult] */ public ReactorResult<eu.dime.ps.semantic.model.nfo.MediaFileListEntry> getAllMediaFileListEntry_as() { return Base.getAll_as( this.model, this.getResource(), MEDIAFILELISTENTRY, eu.dime.ps.semantic.model.nfo.MediaFileListEntry.class); }
/** * @param model an RDF2Go model * @param objectValue * @return all A's as a ReactorResult, that have a relation 'Hash' to this FileHash instance * <p>[Generated from RDFReactor template rule #getallinverse-as1static] */ public static ReactorResult<org.ontoware.rdf2go.model.node.Resource> getAllHash_Inverse_as( Model model, Object objectValue) { return Base.getAll_Inverse_as( model, eu.dime.ps.semantic.model.nfo.FileDataObject.HASH, objectValue, org.ontoware.rdf2go.model.node.Resource.class); }
/** * 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); }
/** * 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); }
/** * Get all values of property MediaFileListEntry * @return a ClosableIterator of $type * * <p>[Generated from RDFReactor template rule #get12dynamic] */ public ClosableIterator<eu.dime.ps.semantic.model.nfo.MediaFileListEntry> getAllMediaFileListEntry() { return Base.getAll( this.model, this.getResource(), MEDIAFILELISTENTRY, eu.dime.ps.semantic.model.nfo.MediaFileListEntry.class); }
/** * Get all values of property {@code Targetobject_to_objectrelation} as a ReactorResult of * {@linkplain GraphicObjectToObjectRelation}. * * @param model an RDF2Go model * @param instanceResource an RDF2Go resource * @return a ReactorResult of $type which can conveniently be converted to iterator, list or array * <p>[Generated from RDFReactor template rule #get11static-reactorresult] */ public static ReactorResult<GraphicObjectToObjectRelation> getAllTargetobject_to_objectrelation_as(Model model, Resource instanceResource) { return Base.getAll_as( model, instanceResource, TARGETOBJECT_TO_OBJECTRELATION, GraphicObjectToObjectRelation.class); }
/** * Get all values of property {@code Targetobject_to_objectrelation}. * * @param model an RDF2Go model * @param instanceResource an RDF2Go resource * @return a ClosableIterator of $type * <p>[Generated from RDFReactor template rule #get11static] */ public static ClosableIterator<GraphicObjectToObjectRelation> getAllTargetobject_to_objectrelation(Model model, Resource instanceResource) { return Base.getAll( model, instanceResource, TARGETOBJECT_TO_OBJECTRELATION, GraphicObjectToObjectRelation.class); }
/** * @param model an RDF2Go model * @param objectValue * @return all A's as a ReactorResult, that have a relation 'NearbyEvent' to this Event instance * <p>[Generated from RDFReactor template rule #getallinverse-as1static] */ public static ReactorResult<org.ontoware.rdf2go.model.node.Resource> getAllNearbyEvent_Inverse_as( Model model, Object objectValue) { return Base.getAll_Inverse_as( model, eu.dime.ps.semantic.model.dcon.SpaTem.NEARBYEVENT, objectValue, org.ontoware.rdf2go.model.node.Resource.class); }
/** * @param model an RDF2Go model * @param objectValue * @return all A's as a ReactorResult, that have a relation 'ConstitutedBy' to this RealPointValue * instance * <p>[Generated from RDFReactor template rule #getallinverse-as1static] */ public static ReactorResult<org.ontoware.rdf2go.model.node.Resource> getAllPrefConstitutedBy_Inverse_as(Model model, Object objectValue) { return Base.getAll_Inverse_as( model, PiecewiseLinearFunction.CONSTITUTEDBY, objectValue, org.ontoware.rdf2go.model.node.Resource.class); }
/** * @param model an RDF2Go model * @param objectValue * @return all A's as a ReactorResult, that have a relation 'AccessSpace' to this AccessSpace * instance * <p>[Generated from RDFReactor template rule #getallinverse-as1static] */ public static ReactorResult<org.ontoware.rdf2go.model.node.Resource> getAllAccessSpace_Inverse_as( Model model, Object objectValue) { return Base.getAll_Inverse_as( model, eu.dime.ps.semantic.model.ppo.PrivacyPreference.ACCESSSPACE, objectValue, org.ontoware.rdf2go.model.node.Resource.class); }
/** * @param model an RDF2Go model * @param objectValue * @return all A's as a ReactorResult, that have a relation 'ClassRole' to this ClassRole instance * <p>[Generated from RDFReactor template rule #getallinverse-as1static] */ public static ReactorResult<org.ontoware.rdf2go.model.node.Resource> getAllClassRole_Inverse_as( Model model, Object objectValue) { return Base.getAll_Inverse_as( model, eu.dime.ps.semantic.model.RDFReactorThing.CLASSROLE, objectValue, org.ontoware.rdf2go.model.node.Resource.class); }
/** * Get all values of property MediaFileListEntry * @param model an RDF2Go model * * @param resource an RDF2Go resource * @return a ClosableIterator of $type * <p>[Generated from RDFReactor template rule #get11static] */ public static ClosableIterator<eu.dime.ps.semantic.model.nfo.MediaFileListEntry> getAllMediaFileListEntry( Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) { return Base.getAll( model, instanceResource, MEDIAFILELISTENTRY, eu.dime.ps.semantic.model.nfo.MediaFileListEntry.class); }
/** * Get all values of property MediaFileListEntry as a ReactorResult of MediaFileListEntry * * @param model an RDF2Go model * @param resource an RDF2Go resource * @return a ReactorResult of $type which can conveniently be converted to iterator, list or array * <p>[Generated from RDFReactor template rule #get11static-reactorresult] */ public static ReactorResult<eu.dime.ps.semantic.model.nfo.MediaFileListEntry> getAllMediaFileListEntry_as( Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) { return Base.getAll_as( model, instanceResource, MEDIAFILELISTENTRY, eu.dime.ps.semantic.model.nfo.MediaFileListEntry.class); }
/** * Delete all (this, *, *), i.e. including rdf:type * * @param model an RDF2Go model * @param resource */ public static void deleteAllProperties( Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) { Base.deleteAllProperties(model, instanceResource); }
/** * Remove rdf:type Foreword from this instance. Other triples are not affected. To delete more, * use deleteAllProperties * * @param model an RDF2Go model * @param instanceResource an RDF2Go resource * <p>[Generated from RDFReactor template rule #class4] */ public static void deleteInstance( Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) { Base.deleteInstance(model, RDFS_CLASS, instanceResource); }
/** * @param model an RDF2Go model * @return all instances of this class in Model 'model' as a ReactorResult, which can conveniently * be converted to iterator, list or array. * <p>[Generated from RDFReactor template rule #class3-as] */ public static ReactorResult<? extends Foreword> getAllInstances_as(Model model) { return Base.getAllInstances_as(model, RDFS_CLASS, Foreword.class); }
/** * @param model an RDF2Go model * @return all instances of this class in Model 'model' as RDF resources * <p>[Generated from RDFReactor template rule #class3] */ public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllInstances( Model model) { return Base.getAllInstances(model, RDFS_CLASS, org.ontoware.rdf2go.model.node.Resource.class); }