/**
  * 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);
 }
 /**
  * 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);
 }
Exemple #3
0
 /**
  * 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);
 }
Exemple #5
0
 /**
  * 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);
 }
 /**
  * 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);
 }
Exemple #7
0
 /**
  * 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);
 }
 /**
  * Get all values of property HasOrdinate 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> getAllPrefHasOrdinate_asNode_() {
   return Base.getAll_as(
       this.model, this.getResource(), HASORDINATE, org.ontoware.rdf2go.model.node.Node.class);
 }
 /**
  * Get all values of property Includes as a ReactorResult of RDF2Go nodes
  *
  * @param model an RDF2Go model
  * @param resource an RDF2Go resource
  * @return a List of RDF2Go Nodes
  *     <p>[Generated from RDFReactor template rule #get7static-reactor-result]
  */
 public static ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllIncludes_asNode_(
     Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) {
   return Base.getAll_as(
       model, instanceResource, INCLUDES, org.ontoware.rdf2go.model.node.Node.class);
 }
 /**
  * Get all values of property Excludes as a ReactorResult of Agent
  *
  * @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.pimo.Agent> getAllExcludes_as(
     Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) {
   return Base.getAll_as(
       model, instanceResource, EXCLUDES, eu.dime.ps.semantic.model.pimo.Agent.class);
 }
 /**
  * Get all values of property HasOrdinate as a ReactorResult of java.lang.String
  *
  * @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<java.lang.String> getAllPrefHasOrdinate_as() {
   return Base.getAll_as(this.model, this.getResource(), HASORDINATE, java.lang.String.class);
 }
 /**
  * Get all values of property TextElementContent as a ReactorResult of java.lang.String
  *
  * @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<java.lang.String> getAllTextElementContent_as() {
   return Base.getAll_as(
       this.model, this.getResource(), TEXTELEMENTCONTENT, java.lang.String.class);
 }
 /**
  * Get all values of property TextElementContent as a ReactorResult of java.lang.String
  *
  * @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<java.lang.String> getAllTextElementContent_as(
     Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) {
   return Base.getAll_as(model, instanceResource, TEXTELEMENTCONTENT, java.lang.String.class);
 }
 /**
  * Get all values of property PageCount as a ReactorResult of java.lang.Integer
  *
  * @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<java.lang.Integer> getAllPageCount_as() {
   return Base.getAll_as(this.model, this.getResource(), PAGECOUNT, java.lang.Integer.class);
 }
 /**
  * Get all values of property PageCount as a ReactorResult of java.lang.Integer
  *
  * @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<java.lang.Integer> getAllPageCount_as(
     Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) {
   return Base.getAll_as(model, instanceResource, PAGECOUNT, java.lang.Integer.class);
 }
 /**
  * Get all values of property PageCount 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> getAllPageCount_asNode_() {
   return Base.getAll_as(
       this.model, this.getResource(), PAGECOUNT, org.ontoware.rdf2go.model.node.Node.class);
 }
 /**
  * Get all values of property PageCount as a ReactorResult of RDF2Go nodes
  *
  * @param model an RDF2Go model
  * @param resource an RDF2Go resource
  * @return a List of RDF2Go Nodes
  *     <p>[Generated from RDFReactor template rule #get7static-reactor-result]
  */
 public static ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllPageCount_asNode_(
     Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) {
   return Base.getAll_as(
       model, instanceResource, PAGECOUNT, org.ontoware.rdf2go.model.node.Node.class);
 }
 /**
  * Get all values of property {@code Targetobject_to_objectrelation} as a ReactorResult of RDF2Go
  * nodes.
  *
  * @param model an RDF2Go model
  * @param instanceResource an RDF2Go resource
  * @return a List of RDF2Go Nodes
  *     <p>[Generated from RDFReactor template rule #get7static-reactor-result]
  */
 public static ReactorResult<Node> getAllTargetobject_to_objectrelation_asNode_(
     Model model, Resource instanceResource) {
   return Base.getAll_as(model, instanceResource, TARGETOBJECT_TO_OBJECTRELATION, Node.class);
 }
 /**
  * Get all values of property {@code Targetobject_to_objectrelation} as a ReactorResult of RDF2Go
  * nodes.
  *
  * @return a List of RDF2Go Nodes
  *     <p>[Generated from RDFReactor template rule #get8dynamic-reactor-result]
  */
 public ReactorResult<Node> getAllTargetobject_to_objectrelation_asNode_() {
   return Base.getAll_as(
       this.model, this.getResource(), TARGETOBJECT_TO_OBJECTRELATION, Node.class);
 }
 /**
  * Get all values of property AccessQuery as a ReactorResult of RDF2Go nodes
  *
  * @param model an RDF2Go model
  * @param resource an RDF2Go resource
  * @return a List of RDF2Go Nodes
  *     <p>[Generated from RDFReactor template rule #get7static-reactor-result]
  */
 public static ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllAccessQuery_asNode_(
     Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) {
   return Base.getAll_as(
       model, instanceResource, ACCESSQUERY, org.ontoware.rdf2go.model.node.Node.class);
 }
 /**
  * Get all values of property AccessQuery as a ReactorResult of java.lang.String
  *
  * @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<java.lang.String> getAllAccessQuery_as(
     Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) {
   return Base.getAll_as(model, instanceResource, ACCESSQUERY, java.lang.String.class);
 }
 /**
  * Get all values of property HasOrdinate as a ReactorResult of java.lang.String
  *
  * @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<java.lang.String> getAllPrefHasOrdinate_as(
     Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) {
   return Base.getAll_as(model, instanceResource, HASORDINATE, java.lang.String.class);
 }
 /**
  * Get all values of property AccessQuery 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> getAllAccessQuery_asNode_() {
   return Base.getAll_as(
       this.model, this.getResource(), ACCESSQUERY, org.ontoware.rdf2go.model.node.Node.class);
 }
 /**
  * Get all values of property TextElementTimestamp as a ReactorResult of java.lang.Integer
  *
  * @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<java.lang.Integer> getAllTextElementTimestamp_as(
     Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) {
   return Base.getAll_as(model, instanceResource, TEXTELEMENTTIMESTAMP, java.lang.Integer.class);
 }
 /**
  * Get all values of property AccessQuery as a ReactorResult of java.lang.String
  *
  * @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<java.lang.String> getAllAccessQuery_as() {
   return Base.getAll_as(this.model, this.getResource(), ACCESSQUERY, java.lang.String.class);
 }
 /**
  * Get all values of property TextElementTimestamp as a ReactorResult of java.lang.Integer
  *
  * @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<java.lang.Integer> getAllTextElementTimestamp_as() {
   return Base.getAll_as(
       this.model, this.getResource(), TEXTELEMENTTIMESTAMP, java.lang.Integer.class);
 }
 /**
  * Get all values of property Excludes as a ReactorResult of Agent
  *
  * @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.pimo.Agent> getAllExcludes_as() {
   return Base.getAll_as(
       this.model, this.getResource(), EXCLUDES, eu.dime.ps.semantic.model.pimo.Agent.class);
 }
Exemple #28
0
 /**
  * Get all values of property MediaFileListEntry as a ReactorResult of RDF2Go nodes
  *
  * @param model an RDF2Go model
  * @param resource an RDF2Go resource
  * @return a List of RDF2Go Nodes
  *     <p>[Generated from RDFReactor template rule #get7static-reactor-result]
  */
 public static ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllMediaFileListEntry_asNode_(
     Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) {
   return Base.getAll_as(
       model, instanceResource, MEDIAFILELISTENTRY, org.ontoware.rdf2go.model.node.Node.class);
 }
 /**
  * Get all values of property Includes 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> getAllIncludes_asNode_() {
   return Base.getAll_as(
       this.model, this.getResource(), INCLUDES, org.ontoware.rdf2go.model.node.Node.class);
 }
 /**
  * Get all values of property HasOrdinate as a ReactorResult of RDF2Go nodes
  *
  * @param model an RDF2Go model
  * @param resource an RDF2Go resource
  * @return a List of RDF2Go Nodes
  *     <p>[Generated from RDFReactor template rule #get7static-reactor-result]
  */
 public static ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllPrefHasOrdinate_asNode_(
     Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) {
   return Base.getAll_as(
       model, instanceResource, HASORDINATE, org.ontoware.rdf2go.model.node.Node.class);
 }