public class PumpListenChan extends AFBREIn
| Modifier and Type | Field and Description |
|---|---|
static org.ontoware.rdf2go.model.node.URI |
ADPTR
http://onto.cogchar.org/onto/201603/AppProfile_OWL2#hasAdptr
|
static org.ontoware.rdf2go.model.node.URI[] |
MANAGED_URIS
All property-URIs with this class as domain.
|
static org.ontoware.rdf2go.model.node.URI |
RDFS_CLASS
http://onto.cogchar.org/onto/201603/AppProfile_OWL2#PumpListenChan
|
APPRODATAPROP, APPROLEGACYDATAPROP, APPROOBJPROP, IMPORTS, KNOWSCHAN, KNOWSLISTENCHAN, KNOWSPOSTCHAN, LEGACYTHING, MAXCARDINALITY, WANTSCNFBRKR, WANTSENDPOINT, WANTSPOINTIN, WANTSPOINTOUT, WANTSTASK| Modifier | Constructor and Description |
|---|---|
|
PumpListenChan(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.
|
|
PumpListenChan(org.ontoware.rdf2go.model.Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
|
PumpListenChan(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.
|
|
PumpListenChan(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 |
PumpListenChan(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 |
addAdptr(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
Adptr as an RDF2Go Node. |
static void |
addAdptr(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
PumpAdptr value)
Adds a value to property
Adptr from an instance of PumpAdptr. |
void |
addAdptr(org.ontoware.rdf2go.model.node.Node value)
Adds a value to property
Adptr as an RDF2Go Node. |
void |
addAdptr(PumpAdptr value)
Adds a value to property
Adptr from an instance of PumpAdptr. |
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, PumpListenChan) from this instance. |
org.ontoware.rdfreactor.runtime.ReactorResult<PumpAdptr> |
getAllAdptr_as()
Get all values of property
Adptr as a ReactorResult of PumpAdptr. |
static org.ontoware.rdfreactor.runtime.ReactorResult<PumpAdptr> |
getAllAdptr_as(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
Adptr as a ReactorResult of PumpAdptr. |
org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> |
getAllAdptr_asNode_()
Get all values of property
Adptr as a ReactorResult of RDF2Go nodes. |
static org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> |
getAllAdptr_asNode_(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
Adptr as a ReactorResult of RDF2Go nodes. |
org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> |
getAllAdptr_asNode()
Get all values of property
Adptr as an Iterator over RDF2Go nodes |
static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> |
getAllAdptr_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
Adptr as an Iterator over RDF2Go nodes. |
org.ontoware.aifbcommons.collection.ClosableIterator<PumpAdptr> |
getAllAdptr()
Get all values of property
Adptr. |
static org.ontoware.aifbcommons.collection.ClosableIterator<PumpAdptr> |
getAllAdptr(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
Adptr. |
static org.ontoware.rdfreactor.runtime.ReactorResult<? extends PumpListenChan> |
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 PumpListenChan |
getInstance(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Return an existing instance of this class in the model.
|
boolean |
hasAdptr()
Check if
Adptr has at least one value set. |
static boolean |
hasAdptr(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Check if
Adptr has at least one value set. |
static boolean |
hasAdptr(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Check if
Adptr has the given value (maybe among other values). |
boolean |
hasAdptr(org.ontoware.rdf2go.model.node.Node value)
Check if
Adptr has the given value (maybe among other values). |
static boolean |
hasInstance(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource) |
static void |
removeAdptr(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
Adptr as an RDF2Go Node. |
static void |
removeAdptr(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
PumpAdptr value)
Removes a value of property
Adptr given as an instance of PumpAdptr. |
void |
removeAdptr(org.ontoware.rdf2go.model.node.Node value)
Removes a value of property
Adptr as an RDF2Go Node. |
void |
removeAdptr(PumpAdptr value)
Removes a value of property
Adptr given as an instance of PumpAdptr. |
void |
removeAllAdptr()
Removes all values of property
Adptr. |
static void |
removeAllAdptr(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Removes all values of property
Adptr. |
static void |
setAdptr(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
Adptr from an RDF2Go Node. |
static void |
setAdptr(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
PumpAdptr value)
Sets a value of property
Adptr from an instance of PumpAdptr. |
void |
setAdptr(org.ontoware.rdf2go.model.node.Node value)
Sets a value of property
Adptr from an RDF2Go Node. |
void |
setAdptr(PumpAdptr value)
Sets a value of property
Adptr from an instance of PumpAdptr. |
getAllUsesFeature_Inverse_as, getAllUsesFeature_Inverse, getAllUsesFeature_Inverse, getAllWantsFeature_Inverse_as, getAllWantsFeature_Inverse, getAllWantsFeature_InverseaddApproDataProp, addApproDataProp, addApproDataProp, addApproDataProp, addApproLegacyDataProp, addApproLegacyDataProp, addApproLegacyDataProp, addApproLegacyDataProp, addApproObjProp, addApproObjProp, addApproObjProp, addApproObjProp, addImports, addImports, addImports, addImports, addKnowsChan, addKnowsChan, addKnowsChan, addKnowsChan, addKnowsListenChan, addKnowsListenChan, addKnowsListenChan, addKnowsListenChan, addKnowsPostChan, addKnowsPostChan, addKnowsPostChan, addKnowsPostChan, addLegacyThing, addLegacyThing, addLegacyThing, addLegacyThing, addMaxCardinality, addMaxCardinality, addMaxCardinality, addMaxCardinality, addWantsCnfBrkr, addWantsCnfBrkr, addWantsCnfBrkr, addWantsCnfBrkr, addWantsEndpoint, addWantsEndpoint, addWantsEndpoint, addWantsEndpoint, addWantsPointIn, addWantsPointIn, addWantsPointIn, addWantsPointIn, addWantsPointOut, addWantsPointOut, addWantsPointOut, addWantsPointOut, addWantsTask, addWantsTask, addWantsTask, addWantsTask, getAllApproDataProp_as, getAllApproDataProp_as, getAllApproDataProp_asNode_, getAllApproDataProp_asNode_, getAllApproDataProp_asNode, getAllApproDataProp_asNode, getAllApproDataProp_Inverse_as, getAllApproDataProp_Inverse, getAllApproDataProp_Inverse, getAllApproDataProp, getAllApproDataProp, getAllApproLegacyDataProp_as, getAllApproLegacyDataProp_as, getAllApproLegacyDataProp_asNode_, getAllApproLegacyDataProp_asNode_, getAllApproLegacyDataProp_asNode, getAllApproLegacyDataProp_asNode, getAllApproLegacyDataProp_Inverse_as, getAllApproLegacyDataProp_Inverse, getAllApproLegacyDataProp_Inverse, getAllApproLegacyDataProp, getAllApproLegacyDataProp, getAllApproObjProp_as, getAllApproObjProp_as, getAllApproObjProp_asNode_, getAllApproObjProp_asNode_, getAllApproObjProp_asNode, getAllApproObjProp_asNode, getAllApproObjProp_Inverse_as, getAllApproObjProp_Inverse, getAllApproObjProp_Inverse, getAllApproObjProp, getAllApproObjProp, getAllDescribesThing_Inverse_as, getAllDescribesThing_Inverse, getAllDescribesThing_Inverse, getAllImports_as, getAllImports_as, getAllImports_asNode_, getAllImports_asNode_, getAllImports_asNode, getAllImports_asNode, getAllImports_Inverse_as, getAllImports_Inverse, getAllImports_Inverse, getAllImports, getAllImports, getAllKnowsChan_as, getAllKnowsChan_as, getAllKnowsChan_asNode_, getAllKnowsChan_asNode_, getAllKnowsChan_asNode, getAllKnowsChan_asNode, getAllKnowsChan_Inverse_as, getAllKnowsChan_Inverse, getAllKnowsChan_Inverse, getAllKnowsChan, getAllKnowsChan, getAllKnowsListenChan_as, getAllKnowsListenChan_as, getAllKnowsListenChan_asNode_, getAllKnowsListenChan_asNode_, getAllKnowsListenChan_asNode, getAllKnowsListenChan_asNode, getAllKnowsListenChan_Inverse_as, getAllKnowsListenChan_Inverse, getAllKnowsListenChan_Inverse, getAllKnowsListenChan, getAllKnowsListenChan, getAllKnowsPostChan_as, getAllKnowsPostChan_as, getAllKnowsPostChan_asNode_, getAllKnowsPostChan_asNode_, getAllKnowsPostChan_asNode, getAllKnowsPostChan_asNode, getAllKnowsPostChan_Inverse_as, getAllKnowsPostChan_Inverse, getAllKnowsPostChan_Inverse, getAllKnowsPostChan, getAllKnowsPostChan, getAllLegacyThing_as, getAllLegacyThing_as, getAllLegacyThing_asNode_, getAllLegacyThing_asNode_, getAllLegacyThing_asNode, getAllLegacyThing_asNode, getAllLegacyThing_Inverse_as, getAllLegacyThing_Inverse, getAllLegacyThing_Inverse, getAllLegacyThing, getAllLegacyThing, getAllMaxCardinality_as, getAllMaxCardinality_as, getAllMaxCardinality_asNode_, getAllMaxCardinality_asNode_, getAllMaxCardinality_asNode, getAllMaxCardinality_asNode, getAllMaxCardinality_Inverse_as, getAllMaxCardinality_Inverse, getAllMaxCardinality_Inverse, getAllMaxCardinality, getAllMaxCardinality, getAllWantsCnfBrkr_as, getAllWantsCnfBrkr_as, getAllWantsCnfBrkr_asNode_, getAllWantsCnfBrkr_asNode_, getAllWantsCnfBrkr_asNode, getAllWantsCnfBrkr_asNode, getAllWantsCnfBrkr, getAllWantsCnfBrkr, getAllWantsEndpoint_as, getAllWantsEndpoint_as, getAllWantsEndpoint_asNode_, getAllWantsEndpoint_asNode_, getAllWantsEndpoint_asNode, getAllWantsEndpoint_asNode, getAllWantsEndpoint_Inverse_as, getAllWantsEndpoint_Inverse, getAllWantsEndpoint_Inverse, getAllWantsEndpoint, getAllWantsEndpoint, getAllWantsGrphPtr_Inverse_as, getAllWantsGrphPtr_Inverse, getAllWantsGrphPtr_Inverse, getAllWantsPointIn_as, getAllWantsPointIn_as, getAllWantsPointIn_asNode_, getAllWantsPointIn_asNode_, getAllWantsPointIn_asNode, getAllWantsPointIn_asNode, getAllWantsPointIn_Inverse_as, getAllWantsPointIn_Inverse, getAllWantsPointIn_Inverse, getAllWantsPointIn, getAllWantsPointIn, getAllWantsPointOut_as, getAllWantsPointOut_as, getAllWantsPointOut_asNode_, getAllWantsPointOut_asNode_, getAllWantsPointOut_asNode, getAllWantsPointOut_asNode, getAllWantsPointOut_Inverse_as, getAllWantsPointOut_Inverse, getAllWantsPointOut_Inverse, getAllWantsPointOut, getAllWantsPointOut, getAllWantsTask_as, getAllWantsTask_as, getAllWantsTask_asNode_, getAllWantsTask_asNode_, getAllWantsTask_asNode, getAllWantsTask_asNode, getAllWantsTask_Inverse_as, getAllWantsTask_Inverse, getAllWantsTask_Inverse, getAllWantsTask, getAllWantsTask, hasApproDataProp, hasApproDataProp, hasApproDataProp, hasApproDataProp, hasApproLegacyDataProp, hasApproLegacyDataProp, hasApproLegacyDataProp, hasApproLegacyDataProp, hasApproObjProp, hasApproObjProp, hasApproObjProp, hasApproObjProp, hasImports, hasImports, hasImports, hasImports, hasKnowsChan, hasKnowsChan, hasKnowsChan, hasKnowsChan, hasKnowsListenChan, hasKnowsListenChan, hasKnowsListenChan, hasKnowsListenChan, hasKnowsPostChan, hasKnowsPostChan, hasKnowsPostChan, hasKnowsPostChan, hasLegacyThing, hasLegacyThing, hasLegacyThing, hasLegacyThing, hasMaxCardinality, hasMaxCardinality, hasMaxCardinality, hasMaxCardinality, hasWantsCnfBrkr, hasWantsCnfBrkr, hasWantsCnfBrkr, hasWantsCnfBrkr, hasWantsEndpoint, hasWantsEndpoint, hasWantsEndpoint, hasWantsEndpoint, hasWantsPointIn, hasWantsPointIn, hasWantsPointIn, hasWantsPointIn, hasWantsPointOut, hasWantsPointOut, hasWantsPointOut, hasWantsPointOut, hasWantsTask, hasWantsTask, hasWantsTask, hasWantsTask, removeAllApproDataProp, removeAllApproDataProp, removeAllApproLegacyDataProp, removeAllApproLegacyDataProp, removeAllApproObjProp, removeAllApproObjProp, removeAllImports, removeAllImports, removeAllKnowsChan, removeAllKnowsChan, removeAllKnowsListenChan, removeAllKnowsListenChan, removeAllKnowsPostChan, removeAllKnowsPostChan, removeAllLegacyThing, removeAllLegacyThing, removeAllMaxCardinality, removeAllMaxCardinality, removeAllWantsCnfBrkr, removeAllWantsCnfBrkr, removeAllWantsEndpoint, removeAllWantsEndpoint, removeAllWantsPointIn, removeAllWantsPointIn, removeAllWantsPointOut, removeAllWantsPointOut, removeAllWantsTask, removeAllWantsTask, removeApproDataProp, removeApproDataProp, removeApproDataProp, removeApproDataProp, removeApproLegacyDataProp, removeApproLegacyDataProp, removeApproLegacyDataProp, removeApproLegacyDataProp, removeApproObjProp, removeApproObjProp, removeApproObjProp, removeApproObjProp, removeImports, removeImports, removeImports, removeImports, removeKnowsChan, removeKnowsChan, removeKnowsChan, removeKnowsChan, removeKnowsListenChan, removeKnowsListenChan, removeKnowsListenChan, removeKnowsListenChan, removeKnowsPostChan, removeKnowsPostChan, removeKnowsPostChan, removeKnowsPostChan, removeLegacyThing, removeLegacyThing, removeLegacyThing, removeLegacyThing, removeMaxCardinality, removeMaxCardinality, removeMaxCardinality, removeMaxCardinality, removeWantsCnfBrkr, removeWantsCnfBrkr, removeWantsCnfBrkr, removeWantsCnfBrkr, removeWantsEndpoint, removeWantsEndpoint, removeWantsEndpoint, removeWantsEndpoint, removeWantsPointIn, removeWantsPointIn, removeWantsPointIn, removeWantsPointIn, removeWantsPointOut, removeWantsPointOut, removeWantsPointOut, removeWantsPointOut, removeWantsTask, removeWantsTask, removeWantsTask, removeWantsTask, setApproDataProp, setApproDataProp, setApproDataProp, setApproDataProp, setApproLegacyDataProp, setApproLegacyDataProp, setApproLegacyDataProp, setApproLegacyDataProp, setApproObjProp, setApproObjProp, setApproObjProp, setApproObjProp, setImports, setImports, setImports, setImports, setKnowsChan, setKnowsChan, setKnowsChan, setKnowsChan, setKnowsListenChan, setKnowsListenChan, setKnowsListenChan, setKnowsListenChan, setKnowsPostChan, setKnowsPostChan, setKnowsPostChan, setKnowsPostChan, setLegacyThing, setLegacyThing, setLegacyThing, setLegacyThing, setMaxCardinality, setMaxCardinality, setMaxCardinality, setMaxCardinality, setWantsCnfBrkr, setWantsCnfBrkr, setWantsCnfBrkr, setWantsCnfBrkr, setWantsEndpoint, setWantsEndpoint, setWantsEndpoint, setWantsEndpoint, setWantsPointIn, setWantsPointIn, setWantsPointIn, setWantsPointIn, setWantsPointOut, setWantsPointOut, setWantsPointOut, setWantsPointOut, setWantsTask, setWantsTask, setWantsTask, setWantsTaskaddSubClassOf, 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 ADPTR
public static final org.ontoware.rdf2go.model.node.URI[] MANAGED_URIS
protected PumpListenChan(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 PumpListenChan(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 PumpListenChan(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 PumpListenChan(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 PumpListenChan(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 PumpListenChan 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 PumpListenChan> 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, PumpListenChan) 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 boolean hasAdptr(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Adptr has at least one value set.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic boolean hasAdptr()
Adptr has at least one value set.public static boolean hasAdptr(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Adptr has the given value (maybe among other values).model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be checkedpublic boolean hasAdptr(org.ontoware.rdf2go.model.node.Node value)
Adptr has the given value (maybe among other values).value - the value to be checkedpublic static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllAdptr_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Adptr as an Iterator over RDF2Go nodes.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic static org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllAdptr_asNode_(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Adptr as a ReactorResult of RDF2Go nodes.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllAdptr_asNode()
Adptr as an Iterator over RDF2Go nodespublic org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllAdptr_asNode_()
Adptr as a ReactorResult of RDF2Go nodes.public static org.ontoware.aifbcommons.collection.ClosableIterator<PumpAdptr> getAllAdptr(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
Adptr.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic static org.ontoware.rdfreactor.runtime.ReactorResult<PumpAdptr> getAllAdptr_as(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
Adptr as a ReactorResult of PumpAdptr.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic org.ontoware.aifbcommons.collection.ClosableIterator<PumpAdptr> getAllAdptr()
Adptr.public org.ontoware.rdfreactor.runtime.ReactorResult<PumpAdptr> getAllAdptr_as()
Adptr as a ReactorResult of PumpAdptr.public static void addAdptr(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Adptr as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be added
[Generated from RDFReactor template rule #add1static]public void addAdptr(org.ontoware.rdf2go.model.node.Node value)
Adptr as an RDF2Go Node.value - the value to be added
[Generated from RDFReactor template rule #add1dynamic]public static void addAdptr(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
PumpAdptr value)
Adptr from an instance of PumpAdptr.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - [Generated from RDFReactor template rule #add3static]public void addAdptr(PumpAdptr value)
Adptr from an instance of PumpAdptr.
[Generated from RDFReactor template rule #add4dynamic]public static void setAdptr(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Adptr 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 setAdptr(org.ontoware.rdf2go.model.node.Node value)
Adptr 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 setAdptr(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
PumpAdptr value)
Adptr from an instance of PumpAdptr.
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 setAdptr(PumpAdptr value)
Adptr from an instance of PumpAdptr.
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 removeAdptr(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Adptr as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeAdptr(org.ontoware.rdf2go.model.node.Node value)
Adptr as an RDF2Go Node.value - the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeAdptr(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
PumpAdptr value)
Adptr given as an instance of PumpAdptr.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeAdptr(PumpAdptr value)
Adptr given as an instance of PumpAdptr.value - the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllAdptr(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Adptr.model - an RDF2Go modelinstanceResource - an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void removeAllAdptr()
Adptr.
[Generated from RDFReactor template rule #removeall1dynamic]Copyright © 2010-2016. All Rights Reserved.