public class Property extends Resource
Modifier and Type | Field and Description |
---|---|
static URI |
DOMAIN
http://www.w3.org/2000/01/rdf-schema#domain
|
static URI[] |
MANAGED_URIS
all property-URIs with this class as domain
|
static URI |
RANGE
http://www.w3.org/2000/01/rdf-schema#range
|
static URI |
RDFS_CLASS
http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
|
static URI |
SUBPROPERTYOF
http://www.w3.org/2000/01/rdf-schema#subPropertyOf
|
COMMENT, ISDEFINEDBY, LABEL, MEMBER, SEEALSO, TYPE, VALUE
classURI, model
Modifier | Constructor and Description |
---|---|
|
Property(Model model,
BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
|
Property(Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by a randomly
generated URI.
|
|
Property(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
|
Property(Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as
a String.
|
protected |
Property(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Modifier and Type | Method and Description |
---|---|
void |
addDomain()
Removes all values of property Domain * [Generated from RDFReactor
template rule #removeall1dynamic]
|
void |
addDomain(Class value)
Adds a value to property Domain from an instance of Class
[Generated from RDFReactor template rule #add4dynamic]
|
static void |
addDomain(Model model,
Resource instanceResource,
Class value)
Adds a value to property Domain from an instance of Class
|
static void |
addDomain(Model model,
Resource instanceResource,
Node value)
Adds a value to property Domain as an RDF2Go node
|
void |
addDomain(Node value)
Adds a value to property Domain as an RDF2Go node
|
void |
addRange()
Removes all values of property Range * [Generated from RDFReactor
template rule #removeall1dynamic]
|
void |
addRange(Class value)
Adds a value to property Range from an instance of Class
[Generated from RDFReactor template rule #add4dynamic]
|
static void |
addRange(Model model,
Resource instanceResource,
Class value)
Adds a value to property Range from an instance of Class
|
static void |
addRange(Model model,
Resource instanceResource,
Node value)
Adds a value to property Range as an RDF2Go node
|
void |
addRange(Node value)
Adds a value to property Range as an RDF2Go node
|
void |
addSubPropertyOf()
Removes all values of property SubPropertyOf * [Generated from RDFReactor
template rule #removeall1dynamic]
|
static void |
addSubPropertyOf(Model model,
Resource instanceResource,
Node value)
Adds a value to property SubPropertyOf as an RDF2Go node
|
static void |
addSubPropertyOf(Model model,
Resource instanceResource,
Property value)
Adds a value to property SubPropertyOf from an instance of Property
|
void |
addSubPropertyOf(Node value)
Adds a value to property SubPropertyOf as an RDF2Go node
|
void |
addSubPropertyOf(Property value)
Adds a value to property SubPropertyOf from an instance of Property
[Generated from RDFReactor template rule #add4dynamic]
|
static void |
createInstance(Model model,
Resource instanceResource)
Create a new instance of this class in the model.
|
static void |
deleteInstance(Model model,
Resource instanceResource)
Delete all rdf:type from this instance.
|
List<Class> |
getAllDomain_asList()
Get all values of property Domain as a List of Class
|
static List<Class> |
getAllDomain_asList(Model model,
Resource instanceResource)
Get all values of property Domain as a List of Class
|
ClosableIterator<Node> |
getAllDomain_asNode()
Get all values of property Domain as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
getAllDomain_asNode(Model model,
Resource instanceResource)
Get all values of property Domain as an Iterator over RDF2Go nodes
|
List<Node> |
getAllDomain_asNodeList()
Get all values of property Domain as a List of RDF2Go nodes
|
static List<Node> |
getAllDomain_asNodeList(Model model,
Resource instanceResource)
Get all values of property Domain as a List of RDF2Go nodes
|
ClosableIterator<Class> |
getAllDomain()
Get all values of property Domain * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
static ClosableIterator<Class> |
getAllDomain(Model model,
Resource instanceResource)
Get all values of property Domain
|
static ReactorResult<? extends Property> |
getAllInstance_as(Model model) |
static Property[] |
getAllInstances_asArray(Model m) |
static List<Property> |
getAllInstances_asList(Model m) |
static ClosableIterator<Resource> |
getAllInstancesAsRdf2GoResources(Model model) |
List<Class> |
getAllRange_asList()
Get all values of property Range as a List of Class
|
static List<Class> |
getAllRange_asList(Model model,
Resource instanceResource)
Get all values of property Range as a List of Class
|
ClosableIterator<Node> |
getAllRange_asNode()
Get all values of property Range as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
getAllRange_asNode(Model model,
Resource instanceResource)
Get all values of property Range as an Iterator over RDF2Go nodes
|
List<Node> |
getAllRange_asNodeList()
Get all values of property Range as a List of RDF2Go nodes
|
static List<Node> |
getAllRange_asNodeList(Model model,
Resource instanceResource)
Get all values of property Range as a List of RDF2Go nodes
|
ClosableIterator<Class> |
getAllRange()
Get all values of property Range * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
static ClosableIterator<Class> |
getAllRange(Model model,
Resource instanceResource)
Get all values of property Range
|
List<Property> |
getAllSubPropertyOf_asList()
Get all values of property SubPropertyOf as a List of Property
|
static List<Property> |
getAllSubPropertyOf_asList(Model model,
Resource instanceResource)
Get all values of property SubPropertyOf as a List of Property
|
ClosableIterator<Node> |
getAllSubPropertyOf_asNode()
Get all values of property SubPropertyOf as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
getAllSubPropertyOf_asNode(Model model,
Resource instanceResource)
Get all values of property SubPropertyOf as an Iterator over RDF2Go nodes
|
List<Node> |
getAllSubPropertyOf_asNodeList()
Get all values of property SubPropertyOf as a List of RDF2Go nodes
|
static List<Node> |
getAllSubPropertyOf_asNodeList(Model model,
Resource instanceResource)
Get all values of property SubPropertyOf as a List of RDF2Go nodes
|
static ClosableIterator<Resource> |
getAllSubPropertyOf_Inverse(Model model,
Object objectValue) |
ClosableIterator<Property> |
getAllSubPropertyOf()
Get all values of property SubPropertyOf * @return a ClosableIterator of
$type
[Generated from RDFReactor template rule #get12dynamic]
|
static ClosableIterator<Property> |
getAllSubPropertyOf(Model model,
Resource instanceResource)
Get all values of property SubPropertyOf
|
static boolean |
hasInstance(Model model,
Resource instanceResource) |
static void |
removeAllDomain(Model model,
Resource instanceResource)
Removes all values of property Domain
|
static void |
removeAllRange(Model model,
Resource instanceResource)
Removes all values of property Range
|
static void |
removeAllSubPropertyOf(Model model,
Resource instanceResource)
Removes all values of property SubPropertyOf
|
void |
removeDomain(Class value)
Removes a value of property Domain given as an instance of Class
|
static void |
removeDomain(Model model,
Resource instanceResource,
Class value)
Removes a value of property Domain given as an instance of Class
|
static void |
removeDomain(Model model,
Resource instanceResource,
Node value)
Removes a value of property Domain as an RDF2Go node
|
void |
removeDomain(Node value)
Removes a value of property Domain as an RDF2Go node
|
void |
removeRange(Class value)
Removes a value of property Range given as an instance of Class
|
static void |
removeRange(Model model,
Resource instanceResource,
Class value)
Removes a value of property Range given as an instance of Class
|
static void |
removeRange(Model model,
Resource instanceResource,
Node value)
Removes a value of property Range as an RDF2Go node
|
void |
removeRange(Node value)
Removes a value of property Range as an RDF2Go node
|
static void |
removeSubPropertyOf(Model model,
Resource instanceResource,
Node value)
Removes a value of property SubPropertyOf as an RDF2Go node
|
static void |
removeSubPropertyOf(Model model,
Resource instanceResource,
Property value)
Removes a value of property SubPropertyOf given as an instance of
Property
|
void |
removeSubPropertyOf(Node value)
Removes a value of property SubPropertyOf as an RDF2Go node
|
void |
removeSubPropertyOf(Property value)
Removes a value of property SubPropertyOf given as an instance of
Property
|
void |
setDomain(Class value)
Sets a value of property Domain from an instance of Class First, all
existing values are removed, then this value is added.
|
static void |
setDomain(Model model,
Resource instanceResource,
Class value)
Sets a value of property Domain from an instance of Class First, all
existing values are removed, then this value is added.
|
static void |
setDomain(Model model,
Resource instanceResource,
Node value)
Sets a value of property Domain from an RDF2Go node.
|
void |
setDomain(Node value)
Sets a value of property Domain from an RDF2Go node.
|
void |
setRange(Class value)
Sets a value of property Range from an instance of Class First, all
existing values are removed, then this value is added.
|
static void |
setRange(Model model,
Resource instanceResource,
Class value)
Sets a value of property Range from an instance of Class First, all
existing values are removed, then this value is added.
|
static void |
setRange(Model model,
Resource instanceResource,
Node value)
Sets a value of property Range from an RDF2Go node.
|
void |
setRange(Node value)
Sets a value of property Range from an RDF2Go node.
|
static void |
setSubPropertyOf(Model model,
Resource instanceResource,
Node value)
Sets a value of property SubPropertyOf from an RDF2Go node.
|
static void |
setSubPropertyOf(Model model,
Resource instanceResource,
Property value)
Sets a value of property SubPropertyOf from an instance of Property
First, all existing values are removed, then this value is added.
|
void |
setSubPropertyOf(Node value)
Sets a value of property SubPropertyOf from an RDF2Go node.
|
void |
setSubPropertyOf(Property value)
Sets a value of property SubPropertyOf from an instance of Property
First, all existing values are removed, then this value is added.
|
addComment, 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_asArray, getAllComment_asList, getAllComment_asList, getAllComment_asNode, getAllComment_asNode, getAllComment_asNodeList, getAllComment_asNodeList, getAllComment, getAllComment, getAllIsDefinedBy_asList, getAllIsDefinedBy_asList, getAllIsDefinedBy_asNode, getAllIsDefinedBy_asNode, getAllIsDefinedBy_asNodeList, getAllIsDefinedBy_asNodeList, getAllIsDefinedBy, getAllIsDefinedBy, getAllLabel_asList, getAllLabel_asList, getAllLabel_asNode, getAllLabel_asNode, getAllLabel_asNodeList, getAllLabel_asNodeList, getAllLabel, getAllLabel, getAllMember_asList, getAllMember_asList, getAllMember_asNode, getAllMember_asNode, getAllMember_asNodeList, getAllMember_asNodeList, getAllMember, getAllMember, getAllSeeAlso_asList, getAllSeeAlso_asList, getAllSeeAlso_asNode, getAllSeeAlso_asNode, getAllSeeAlso_asNodeList, getAllSeeAlso_asNodeList, getAllSeeAlso, getAllSeeAlso, getAllType_asList, getAllType_asList, getAllType_asNode, getAllType_asNode, getAllType_asNodeList, getAllType_asNodeList, getAllType, getAllType, getAllValue_asList, getAllValue_asList, getAllValue_asNode, getAllValue_asNode, getAllValue_asNodeList, getAllValue_asNodeList, 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, setValue
asBlankNode, asDatatypeLiteral, asLanguageTagLiteral, asLiteral, asResource, asURI, castTo, compareTo, equals, getModel, getRDFSClassURI, getResource, hashCode, isInstanceof, toSPARQL, toString
public static final URI RDFS_CLASS
public static final URI DOMAIN
public static final URI RANGE
public static final URI SUBPROPERTYOF
public static final URI[] MANAGED_URIS
protected Property(Model model, URI classURI, 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 Property(Model model, 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 Property(Model model, String uriString, boolean write) throws 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 modelModelRuntimeException
- if URI syntax is wrong
[Generated from RDFReactor template rule #c7]public Property(Model model, 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 Property(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 void createInstance(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resource
[Generated from RDFReactor template rule #1]public static boolean hasInstance(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcepublic static ClosableIterator<Resource> getAllInstancesAsRdf2GoResources(Model model)
model
- an RDF2Go modelpublic static void deleteInstance(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resource
[Generated from RDFReactor template rule #4]public static ClosableIterator<Resource> getAllSubPropertyOf_Inverse(Model model, Object objectValue)
model
- an RDF2Go modelobjectValue
- public static ClosableIterator<Node> getAllDomain_asNode(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcepublic static List<Node> getAllDomain_asNodeList(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcepublic ClosableIterator<Node> getAllDomain_asNode()
public List<Node> getAllDomain_asNodeList()
public static ClosableIterator<Class> getAllDomain(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcepublic static List<Class> getAllDomain_asList(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcepublic ClosableIterator<Class> getAllDomain()
public List<Class> getAllDomain_asList()
public static void addDomain(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #add1static]public void addDomain(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #add1dynamic]public static void addDomain(Model model, Resource instanceResource, Class value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resource
[Generated from RDFReactor template rule #add3static]public void addDomain(Class value)
public static void setDomain(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be set
[Generated from RDFReactor template rule #set1static]public void setDomain(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #set1dynamic]public static void setDomain(Model model, Resource instanceResource, Class value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #set3static]public void setDomain(Class value)
value
- the value to be added
[Generated from RDFReactor template rule #set4dynamic]public static void removeDomain(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeDomain(Node value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeDomain(Model model, Resource instanceResource, Class value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeDomain(Class value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllDomain(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void addDomain()
public static ClosableIterator<Node> getAllRange_asNode(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcepublic static List<Node> getAllRange_asNodeList(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcepublic ClosableIterator<Node> getAllRange_asNode()
public List<Node> getAllRange_asNodeList()
public static ClosableIterator<Class> getAllRange(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcepublic static List<Class> getAllRange_asList(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcepublic ClosableIterator<Class> getAllRange()
public List<Class> getAllRange_asList()
public static void addRange(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #add1static]public void addRange(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #add1dynamic]public static void addRange(Model model, Resource instanceResource, Class value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resource
[Generated from RDFReactor template rule #add3static]public void addRange(Class value)
public static void setRange(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be set
[Generated from RDFReactor template rule #set1static]public void setRange(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #set1dynamic]public static void setRange(Model model, Resource instanceResource, Class value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #set3static]public void setRange(Class value)
value
- the value to be added
[Generated from RDFReactor template rule #set4dynamic]public static void removeRange(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeRange(Node value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeRange(Model model, Resource instanceResource, Class value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeRange(Class value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllRange(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void addRange()
public static ClosableIterator<Node> getAllSubPropertyOf_asNode(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcepublic static List<Node> getAllSubPropertyOf_asNodeList(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcepublic ClosableIterator<Node> getAllSubPropertyOf_asNode()
public List<Node> getAllSubPropertyOf_asNodeList()
public static ClosableIterator<Property> getAllSubPropertyOf(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcepublic static List<Property> getAllSubPropertyOf_asList(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcepublic ClosableIterator<Property> getAllSubPropertyOf()
public List<Property> getAllSubPropertyOf_asList()
public static void addSubPropertyOf(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #add1static]public void addSubPropertyOf(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #add1dynamic]public static void addSubPropertyOf(Model model, Resource instanceResource, Property value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resource
[Generated from RDFReactor template rule #add3static]public void addSubPropertyOf(Property value)
public static void setSubPropertyOf(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be set
[Generated from RDFReactor template rule #set1static]public void setSubPropertyOf(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #set1dynamic]public static void setSubPropertyOf(Model model, Resource instanceResource, Property value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #set3static]public void setSubPropertyOf(Property value)
value
- the value to be added
[Generated from RDFReactor template rule #set4dynamic]public static void removeSubPropertyOf(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeSubPropertyOf(Node value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeSubPropertyOf(Model model, Resource instanceResource, Property value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeSubPropertyOf(Property value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllSubPropertyOf(Model model, Resource instanceResource)
model
- an RDF2Go
modelinstanceResource
- an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void addSubPropertyOf()
public static ReactorResult<? extends Property> getAllInstance_as(Model model)
Copyright © 2005–2018 IT-Consulting Dr. Max Völkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.