RAPP Platform API
|
Public Member Functions | |
def | __init__ |
Constructor. More... | |
def | make_files |
def | make_payload |
Public Attributes | |
child_class | |
The ontology child class name. More... | |
parent_class | |
The ontology parent class name. More... | |
recursive | |
Recursive ontology database search. More... | |
Ontology Is Sub-Superclass Of Cloud Request object. OntologyIsSubsuperclass.Request
Definition at line 14 of file OntologyIsSubsuperclass.py.
def RappCloud.CloudMsgs.OntologyIsSubsuperclass.OntologyIsSubsuperclass.Request.__init__ | ( | self, | |
kwargs | |||
) |
Constructor.
**kwargs | - Keyword arguments. Apply values to the request attributes. |
Definition at line 19 of file OntologyIsSubsuperclass.py.
def RappCloud.CloudMsgs.OntologyIsSubsuperclass.OntologyIsSubsuperclass.Request.make_files | ( | self | ) |
Create and return Array of File objects of the Request.
Definition at line 48 of file OntologyIsSubsuperclass.py.
def RappCloud.CloudMsgs.OntologyIsSubsuperclass.OntologyIsSubsuperclass.Request.make_payload | ( | self | ) |
Create and return the Payload of the Request.
Definition at line 40 of file OntologyIsSubsuperclass.py.
RappCloud.CloudMsgs.OntologyIsSubsuperclass.OntologyIsSubsuperclass.Request.child_class |
The ontology child class name.
e.g. 'Microwave'
Definition at line 34 of file OntologyIsSubsuperclass.py.
RappCloud.CloudMsgs.OntologyIsSubsuperclass.OntologyIsSubsuperclass.Request.parent_class |
The ontology parent class name.
e.g. 'Oven'
Definition at line 31 of file OntologyIsSubsuperclass.py.
RappCloud.CloudMsgs.OntologyIsSubsuperclass.OntologyIsSubsuperclass.Request.recursive |
Recursive ontology database search.
Definition at line 36 of file OntologyIsSubsuperclass.py.