Public Member Functions | |
def | __init__ |
def | get_name |
def | refresh |
def | setStatus |
def | setType |
def | status |
def | type |
Static Public Attributes | |
int | ACTIVED = 1 |
int | ERROR = 1 |
string | NOPE = "" |
int | PARENT_STATE = 2 |
int | PENDING = 0 |
string | RECUSIVE = '-r' |
int | ROOT_STATE = 0 |
setup = refresh | |
int | SIMPLE_STATE = 1 |
Private Attributes | |
_name | |
_status | |
_type |
def airbus_ssm_plugin.scxml.SCXMLState.__init__ | ( | self, | |
name, | |||
type = 1 |
|||
) |
def airbus_ssm_plugin.scxml.SCXMLState.get_name | ( | self | ) |
def airbus_ssm_plugin.scxml.SCXMLState.refresh | ( | self | ) |
def airbus_ssm_plugin.scxml.SCXMLState.setStatus | ( | self, | |
status, | |||
opt = "" |
|||
) |
def airbus_ssm_plugin.scxml.SCXMLState.setType | ( | self, | |
type | |||
) |
def airbus_ssm_plugin.scxml.SCXMLState.status | ( | self | ) |
def airbus_ssm_plugin.scxml.SCXMLState.type | ( | self | ) |
int airbus_ssm_plugin::scxml.SCXMLState::ACTIVED = 1 [static] |
int airbus_ssm_plugin::scxml.SCXMLState::ERROR = 1 [static] |
string airbus_ssm_plugin::scxml.SCXMLState::NOPE = "" [static] |
int airbus_ssm_plugin::scxml.SCXMLState::PARENT_STATE = 2 [static] |
int airbus_ssm_plugin::scxml.SCXMLState::PENDING = 0 [static] |
string airbus_ssm_plugin::scxml.SCXMLState::RECUSIVE = '-r' [static] |
int airbus_ssm_plugin::scxml.SCXMLState::ROOT_STATE = 0 [static] |
int airbus_ssm_plugin::scxml.SCXMLState::SIMPLE_STATE = 1 [static] |