[installation] Change to nightly
This commit is contained in:
@ -1,13 +1,10 @@
|
||||
# This file was automatically generated by SWIG (http://www.swig.org).
|
||||
# Version 4.0.2
|
||||
# This file was automatically generated by SWIG (https://www.swig.org).
|
||||
# Version 4.3.1
|
||||
#
|
||||
# Do not make changes to this file unless you know what you are doing--modify
|
||||
# Do not make changes to this file unless you know what you are doing - modify
|
||||
# the SWIG interface file instead.
|
||||
|
||||
from sys import version_info as _swig_python_version_info
|
||||
if _swig_python_version_info < (2, 7, 0):
|
||||
raise RuntimeError("Python 2.7 or later required")
|
||||
|
||||
# Import the low-level C/C++ module
|
||||
if __package__ or "." in __name__:
|
||||
from . import _system
|
||||
@ -29,10 +26,10 @@ def _swig_repr(self):
|
||||
|
||||
def _swig_setattr_nondynamic_instance_variable(set):
|
||||
def set_instance_attr(self, name, value):
|
||||
if name == "thisown":
|
||||
self.this.own(value)
|
||||
elif name == "this":
|
||||
if name == "this":
|
||||
set(self, name, value)
|
||||
elif name == "thisown":
|
||||
self.this.own(value)
|
||||
elif hasattr(self, name) and isinstance(getattr(type(self), name), property):
|
||||
set(self, name, value)
|
||||
else:
|
||||
@ -123,7 +120,6 @@ class SwigPyIterator(object):
|
||||
|
||||
# Register SwigPyIterator in _system:
|
||||
_system.SwigPyIterator_swigregister(SwigPyIterator)
|
||||
|
||||
import seiscomp.core
|
||||
import seiscomp.logging
|
||||
import seiscomp.config
|
||||
@ -179,7 +175,6 @@ class CommandLine(object):
|
||||
|
||||
# Register CommandLine in _system:
|
||||
_system.CommandLine_swigregister(CommandLine)
|
||||
|
||||
class Environment(object):
|
||||
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
||||
|
||||
@ -249,10 +244,6 @@ class Environment(object):
|
||||
|
||||
# Register Environment in _system:
|
||||
_system.Environment_swigregister(Environment)
|
||||
|
||||
def Environment_Instance():
|
||||
return _system.Environment_Instance()
|
||||
|
||||
class PluginRegistry(object):
|
||||
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
||||
|
||||
@ -293,13 +284,6 @@ class PluginRegistry(object):
|
||||
# Register PluginRegistry in _system:
|
||||
_system.PluginRegistry_swigregister(PluginRegistry)
|
||||
|
||||
def PluginRegistry_Instance():
|
||||
return _system.PluginRegistry_Instance()
|
||||
|
||||
def PluginRegistry_Reset():
|
||||
return _system.PluginRegistry_Reset()
|
||||
|
||||
|
||||
def join(prefix, relativeName):
|
||||
return _system.join(prefix, relativeName)
|
||||
class SystemApplication(object):
|
||||
@ -510,13 +494,6 @@ class SystemApplication(object):
|
||||
|
||||
# Register SystemApplication in _system:
|
||||
_system.SystemApplication_swigregister(SystemApplication)
|
||||
|
||||
def SystemApplication_Instance():
|
||||
return _system.SystemApplication_Instance()
|
||||
|
||||
def SystemApplication_HandleSignals(termination, crash):
|
||||
return _system.SystemApplication_HandleSignals(termination, crash)
|
||||
|
||||
class HostInfo(object):
|
||||
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
||||
__repr__ = _swig_repr
|
||||
@ -548,7 +525,6 @@ class HostInfo(object):
|
||||
|
||||
# Register HostInfo in _system:
|
||||
_system.HostInfo_swigregister(HostInfo)
|
||||
|
||||
class SchemaParameter(seiscomp.core.BaseObject):
|
||||
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
||||
__repr__ = _swig_repr
|
||||
@ -583,6 +559,9 @@ class SchemaParameter(seiscomp.core.BaseObject):
|
||||
name = property(_system.SchemaParameter_name_get, _system.SchemaParameter_name_set)
|
||||
type = property(_system.SchemaParameter_type_get, _system.SchemaParameter_type_set)
|
||||
unit = property(_system.SchemaParameter_unit_get, _system.SchemaParameter_unit_set)
|
||||
range = property(_system.SchemaParameter_range_get, _system.SchemaParameter_range_set)
|
||||
values = property(_system.SchemaParameter_values_get, _system.SchemaParameter_values_set)
|
||||
options = property(_system.SchemaParameter_options_get, _system.SchemaParameter_options_set)
|
||||
defaultValue = property(_system.SchemaParameter_defaultValue_get, _system.SchemaParameter_defaultValue_set)
|
||||
description = property(_system.SchemaParameter_description_get, _system.SchemaParameter_description_set)
|
||||
readOnly = property(_system.SchemaParameter_readOnly_get, _system.SchemaParameter_readOnly_set)
|
||||
@ -590,19 +569,6 @@ class SchemaParameter(seiscomp.core.BaseObject):
|
||||
|
||||
# Register SchemaParameter in _system:
|
||||
_system.SchemaParameter_swigregister(SchemaParameter)
|
||||
|
||||
def SchemaParameter_ClassName():
|
||||
return _system.SchemaParameter_ClassName()
|
||||
|
||||
def SchemaParameter_TypeInfo():
|
||||
return _system.SchemaParameter_TypeInfo()
|
||||
|
||||
def SchemaParameter_Cast(*args):
|
||||
return _system.SchemaParameter_Cast(*args)
|
||||
|
||||
def SchemaParameter_ConstCast(*args):
|
||||
return _system.SchemaParameter_ConstCast(*args)
|
||||
|
||||
class SchemaParameters(seiscomp.core.BaseObject):
|
||||
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
||||
__repr__ = _swig_repr
|
||||
@ -661,23 +627,48 @@ class SchemaParameters(seiscomp.core.BaseObject):
|
||||
|
||||
def serialize(self, ar):
|
||||
return _system.SchemaParameters_serialize(self, ar)
|
||||
structExtents = property(_system.SchemaParameters_structExtents_get, _system.SchemaParameters_structExtents_set)
|
||||
__swig_destroy__ = _system.delete_SchemaParameters
|
||||
|
||||
# Register SchemaParameters in _system:
|
||||
_system.SchemaParameters_swigregister(SchemaParameters)
|
||||
class SchemaStructExtent(SchemaParameters):
|
||||
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
||||
__repr__ = _swig_repr
|
||||
|
||||
def SchemaParameters_ClassName():
|
||||
return _system.SchemaParameters_ClassName()
|
||||
@staticmethod
|
||||
def ClassName():
|
||||
return _system.SchemaStructExtent_ClassName()
|
||||
|
||||
def SchemaParameters_TypeInfo():
|
||||
return _system.SchemaParameters_TypeInfo()
|
||||
@staticmethod
|
||||
def TypeInfo():
|
||||
return _system.SchemaStructExtent_TypeInfo()
|
||||
|
||||
def SchemaParameters_Cast(*args):
|
||||
return _system.SchemaParameters_Cast(*args)
|
||||
def className(self):
|
||||
return _system.SchemaStructExtent_className(self)
|
||||
|
||||
def SchemaParameters_ConstCast(*args):
|
||||
return _system.SchemaParameters_ConstCast(*args)
|
||||
def typeInfo(self):
|
||||
return _system.SchemaStructExtent_typeInfo(self)
|
||||
|
||||
@staticmethod
|
||||
def Cast(*args):
|
||||
return _system.SchemaStructExtent_Cast(*args)
|
||||
|
||||
@staticmethod
|
||||
def ConstCast(*args):
|
||||
return _system.SchemaStructExtent_ConstCast(*args)
|
||||
|
||||
def serialize(self, ar):
|
||||
return _system.SchemaStructExtent_serialize(self, ar)
|
||||
type = property(_system.SchemaStructExtent_type_get, _system.SchemaStructExtent_type_set)
|
||||
matchName = property(_system.SchemaStructExtent_matchName_get, _system.SchemaStructExtent_matchName_set)
|
||||
|
||||
def __init__(self):
|
||||
_system.SchemaStructExtent_swiginit(self, _system.new_SchemaStructExtent())
|
||||
__swig_destroy__ = _system.delete_SchemaStructExtent
|
||||
|
||||
# Register SchemaStructExtent in _system:
|
||||
_system.SchemaStructExtent_swigregister(SchemaStructExtent)
|
||||
class SchemaGroup(SchemaParameters):
|
||||
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
||||
__repr__ = _swig_repr
|
||||
@ -715,19 +706,6 @@ class SchemaGroup(SchemaParameters):
|
||||
|
||||
# Register SchemaGroup in _system:
|
||||
_system.SchemaGroup_swigregister(SchemaGroup)
|
||||
|
||||
def SchemaGroup_ClassName():
|
||||
return _system.SchemaGroup_ClassName()
|
||||
|
||||
def SchemaGroup_TypeInfo():
|
||||
return _system.SchemaGroup_TypeInfo()
|
||||
|
||||
def SchemaGroup_Cast(*args):
|
||||
return _system.SchemaGroup_Cast(*args)
|
||||
|
||||
def SchemaGroup_ConstCast(*args):
|
||||
return _system.SchemaGroup_ConstCast(*args)
|
||||
|
||||
class SchemaStructure(SchemaParameters):
|
||||
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
||||
__repr__ = _swig_repr
|
||||
@ -767,19 +745,6 @@ class SchemaStructure(SchemaParameters):
|
||||
|
||||
# Register SchemaStructure in _system:
|
||||
_system.SchemaStructure_swigregister(SchemaStructure)
|
||||
|
||||
def SchemaStructure_ClassName():
|
||||
return _system.SchemaStructure_ClassName()
|
||||
|
||||
def SchemaStructure_TypeInfo():
|
||||
return _system.SchemaStructure_TypeInfo()
|
||||
|
||||
def SchemaStructure_Cast(*args):
|
||||
return _system.SchemaStructure_Cast(*args)
|
||||
|
||||
def SchemaStructure_ConstCast(*args):
|
||||
return _system.SchemaStructure_ConstCast(*args)
|
||||
|
||||
class SchemaSetupInputOption(seiscomp.core.BaseObject):
|
||||
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
||||
__repr__ = _swig_repr
|
||||
@ -818,19 +783,6 @@ class SchemaSetupInputOption(seiscomp.core.BaseObject):
|
||||
|
||||
# Register SchemaSetupInputOption in _system:
|
||||
_system.SchemaSetupInputOption_swigregister(SchemaSetupInputOption)
|
||||
|
||||
def SchemaSetupInputOption_ClassName():
|
||||
return _system.SchemaSetupInputOption_ClassName()
|
||||
|
||||
def SchemaSetupInputOption_TypeInfo():
|
||||
return _system.SchemaSetupInputOption_TypeInfo()
|
||||
|
||||
def SchemaSetupInputOption_Cast(*args):
|
||||
return _system.SchemaSetupInputOption_Cast(*args)
|
||||
|
||||
def SchemaSetupInputOption_ConstCast(*args):
|
||||
return _system.SchemaSetupInputOption_ConstCast(*args)
|
||||
|
||||
class SchemaSetupInput(SchemaParameter):
|
||||
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
||||
__repr__ = _swig_repr
|
||||
@ -869,19 +821,6 @@ class SchemaSetupInput(SchemaParameter):
|
||||
|
||||
# Register SchemaSetupInput in _system:
|
||||
_system.SchemaSetupInput_swigregister(SchemaSetupInput)
|
||||
|
||||
def SchemaSetupInput_ClassName():
|
||||
return _system.SchemaSetupInput_ClassName()
|
||||
|
||||
def SchemaSetupInput_TypeInfo():
|
||||
return _system.SchemaSetupInput_TypeInfo()
|
||||
|
||||
def SchemaSetupInput_Cast(*args):
|
||||
return _system.SchemaSetupInput_Cast(*args)
|
||||
|
||||
def SchemaSetupInput_ConstCast(*args):
|
||||
return _system.SchemaSetupInput_ConstCast(*args)
|
||||
|
||||
class SchemaSetupGroup(seiscomp.core.BaseObject):
|
||||
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
||||
__repr__ = _swig_repr
|
||||
@ -919,19 +858,6 @@ class SchemaSetupGroup(seiscomp.core.BaseObject):
|
||||
|
||||
# Register SchemaSetupGroup in _system:
|
||||
_system.SchemaSetupGroup_swigregister(SchemaSetupGroup)
|
||||
|
||||
def SchemaSetupGroup_ClassName():
|
||||
return _system.SchemaSetupGroup_ClassName()
|
||||
|
||||
def SchemaSetupGroup_TypeInfo():
|
||||
return _system.SchemaSetupGroup_TypeInfo()
|
||||
|
||||
def SchemaSetupGroup_Cast(*args):
|
||||
return _system.SchemaSetupGroup_Cast(*args)
|
||||
|
||||
def SchemaSetupGroup_ConstCast(*args):
|
||||
return _system.SchemaSetupGroup_ConstCast(*args)
|
||||
|
||||
class SchemaSetup(seiscomp.core.BaseObject):
|
||||
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
||||
__repr__ = _swig_repr
|
||||
@ -968,19 +894,6 @@ class SchemaSetup(seiscomp.core.BaseObject):
|
||||
|
||||
# Register SchemaSetup in _system:
|
||||
_system.SchemaSetup_swigregister(SchemaSetup)
|
||||
|
||||
def SchemaSetup_ClassName():
|
||||
return _system.SchemaSetup_ClassName()
|
||||
|
||||
def SchemaSetup_TypeInfo():
|
||||
return _system.SchemaSetup_TypeInfo()
|
||||
|
||||
def SchemaSetup_Cast(*args):
|
||||
return _system.SchemaSetup_Cast(*args)
|
||||
|
||||
def SchemaSetup_ConstCast(*args):
|
||||
return _system.SchemaSetup_ConstCast(*args)
|
||||
|
||||
class SchemaModule(seiscomp.core.BaseObject):
|
||||
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
||||
__repr__ = _swig_repr
|
||||
@ -1031,118 +944,6 @@ class SchemaModule(seiscomp.core.BaseObject):
|
||||
|
||||
# Register SchemaModule in _system:
|
||||
_system.SchemaModule_swigregister(SchemaModule)
|
||||
|
||||
def SchemaModule_ClassName():
|
||||
return _system.SchemaModule_ClassName()
|
||||
|
||||
def SchemaModule_TypeInfo():
|
||||
return _system.SchemaModule_TypeInfo()
|
||||
|
||||
def SchemaModule_Cast(*args):
|
||||
return _system.SchemaModule_Cast(*args)
|
||||
|
||||
def SchemaModule_ConstCast(*args):
|
||||
return _system.SchemaModule_ConstCast(*args)
|
||||
|
||||
class SchemaPluginParameters(SchemaParameters):
|
||||
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
||||
__repr__ = _swig_repr
|
||||
|
||||
@staticmethod
|
||||
def ClassName():
|
||||
return _system.SchemaPluginParameters_ClassName()
|
||||
|
||||
@staticmethod
|
||||
def TypeInfo():
|
||||
return _system.SchemaPluginParameters_TypeInfo()
|
||||
|
||||
def className(self):
|
||||
return _system.SchemaPluginParameters_className(self)
|
||||
|
||||
def typeInfo(self):
|
||||
return _system.SchemaPluginParameters_typeInfo(self)
|
||||
|
||||
@staticmethod
|
||||
def Cast(*args):
|
||||
return _system.SchemaPluginParameters_Cast(*args)
|
||||
|
||||
@staticmethod
|
||||
def ConstCast(*args):
|
||||
return _system.SchemaPluginParameters_ConstCast(*args)
|
||||
|
||||
def serialize(self, ar):
|
||||
return _system.SchemaPluginParameters_serialize(self, ar)
|
||||
structExtents = property(_system.SchemaPluginParameters_structExtents_get, _system.SchemaPluginParameters_structExtents_set)
|
||||
|
||||
def __init__(self):
|
||||
_system.SchemaPluginParameters_swiginit(self, _system.new_SchemaPluginParameters())
|
||||
__swig_destroy__ = _system.delete_SchemaPluginParameters
|
||||
|
||||
# Register SchemaPluginParameters in _system:
|
||||
_system.SchemaPluginParameters_swigregister(SchemaPluginParameters)
|
||||
|
||||
def SchemaPluginParameters_ClassName():
|
||||
return _system.SchemaPluginParameters_ClassName()
|
||||
|
||||
def SchemaPluginParameters_TypeInfo():
|
||||
return _system.SchemaPluginParameters_TypeInfo()
|
||||
|
||||
def SchemaPluginParameters_Cast(*args):
|
||||
return _system.SchemaPluginParameters_Cast(*args)
|
||||
|
||||
def SchemaPluginParameters_ConstCast(*args):
|
||||
return _system.SchemaPluginParameters_ConstCast(*args)
|
||||
|
||||
class SchemaStructExtent(SchemaPluginParameters):
|
||||
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
||||
__repr__ = _swig_repr
|
||||
|
||||
@staticmethod
|
||||
def ClassName():
|
||||
return _system.SchemaStructExtent_ClassName()
|
||||
|
||||
@staticmethod
|
||||
def TypeInfo():
|
||||
return _system.SchemaStructExtent_TypeInfo()
|
||||
|
||||
def className(self):
|
||||
return _system.SchemaStructExtent_className(self)
|
||||
|
||||
def typeInfo(self):
|
||||
return _system.SchemaStructExtent_typeInfo(self)
|
||||
|
||||
@staticmethod
|
||||
def Cast(*args):
|
||||
return _system.SchemaStructExtent_Cast(*args)
|
||||
|
||||
@staticmethod
|
||||
def ConstCast(*args):
|
||||
return _system.SchemaStructExtent_ConstCast(*args)
|
||||
|
||||
def serialize(self, ar):
|
||||
return _system.SchemaStructExtent_serialize(self, ar)
|
||||
type = property(_system.SchemaStructExtent_type_get, _system.SchemaStructExtent_type_set)
|
||||
matchName = property(_system.SchemaStructExtent_matchName_get, _system.SchemaStructExtent_matchName_set)
|
||||
|
||||
def __init__(self):
|
||||
_system.SchemaStructExtent_swiginit(self, _system.new_SchemaStructExtent())
|
||||
__swig_destroy__ = _system.delete_SchemaStructExtent
|
||||
|
||||
# Register SchemaStructExtent in _system:
|
||||
_system.SchemaStructExtent_swigregister(SchemaStructExtent)
|
||||
|
||||
def SchemaStructExtent_ClassName():
|
||||
return _system.SchemaStructExtent_ClassName()
|
||||
|
||||
def SchemaStructExtent_TypeInfo():
|
||||
return _system.SchemaStructExtent_TypeInfo()
|
||||
|
||||
def SchemaStructExtent_Cast(*args):
|
||||
return _system.SchemaStructExtent_Cast(*args)
|
||||
|
||||
def SchemaStructExtent_ConstCast(*args):
|
||||
return _system.SchemaStructExtent_ConstCast(*args)
|
||||
|
||||
class SchemaPlugin(seiscomp.core.BaseObject):
|
||||
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
||||
__repr__ = _swig_repr
|
||||
@ -1183,19 +984,6 @@ class SchemaPlugin(seiscomp.core.BaseObject):
|
||||
|
||||
# Register SchemaPlugin in _system:
|
||||
_system.SchemaPlugin_swigregister(SchemaPlugin)
|
||||
|
||||
def SchemaPlugin_ClassName():
|
||||
return _system.SchemaPlugin_ClassName()
|
||||
|
||||
def SchemaPlugin_TypeInfo():
|
||||
return _system.SchemaPlugin_TypeInfo()
|
||||
|
||||
def SchemaPlugin_Cast(*args):
|
||||
return _system.SchemaPlugin_Cast(*args)
|
||||
|
||||
def SchemaPlugin_ConstCast(*args):
|
||||
return _system.SchemaPlugin_ConstCast(*args)
|
||||
|
||||
class SchemaBinding(seiscomp.core.BaseObject):
|
||||
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
||||
__repr__ = _swig_repr
|
||||
@ -1236,19 +1024,6 @@ class SchemaBinding(seiscomp.core.BaseObject):
|
||||
|
||||
# Register SchemaBinding in _system:
|
||||
_system.SchemaBinding_swigregister(SchemaBinding)
|
||||
|
||||
def SchemaBinding_ClassName():
|
||||
return _system.SchemaBinding_ClassName()
|
||||
|
||||
def SchemaBinding_TypeInfo():
|
||||
return _system.SchemaBinding_TypeInfo()
|
||||
|
||||
def SchemaBinding_Cast(*args):
|
||||
return _system.SchemaBinding_Cast(*args)
|
||||
|
||||
def SchemaBinding_ConstCast(*args):
|
||||
return _system.SchemaBinding_ConstCast(*args)
|
||||
|
||||
class SchemaDefinitions(seiscomp.core.BaseObject):
|
||||
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
||||
__repr__ = _swig_repr
|
||||
@ -1301,7 +1076,6 @@ class SchemaDefinitions(seiscomp.core.BaseObject):
|
||||
|
||||
# Register SchemaDefinitions in _system:
|
||||
_system.SchemaDefinitions_swigregister(SchemaDefinitions)
|
||||
|
||||
class SchemaVisitor(object):
|
||||
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
||||
|
||||
@ -1311,7 +1085,6 @@ class SchemaVisitor(object):
|
||||
|
||||
# Register SchemaVisitor in _system:
|
||||
_system.SchemaVisitor_swigregister(SchemaVisitor)
|
||||
|
||||
class ConfigDelegate(seiscomp.config.Logger):
|
||||
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
||||
__repr__ = _swig_repr
|
||||
@ -1349,7 +1122,6 @@ class ConfigDelegate(seiscomp.config.Logger):
|
||||
|
||||
# Register ConfigDelegate in _system:
|
||||
_system.ConfigDelegate_swigregister(ConfigDelegate)
|
||||
|
||||
class SymbolMapItem(seiscomp.core.BaseObject):
|
||||
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
||||
__repr__ = _swig_repr
|
||||
@ -1362,7 +1134,6 @@ class SymbolMapItem(seiscomp.core.BaseObject):
|
||||
|
||||
# Register SymbolMapItem in _system:
|
||||
_system.SymbolMapItem_swigregister(SymbolMapItem)
|
||||
|
||||
class Container(seiscomp.core.BaseObject):
|
||||
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
||||
|
||||
@ -1425,7 +1196,6 @@ class Container(seiscomp.core.BaseObject):
|
||||
|
||||
# Register Container in _system:
|
||||
_system.Container_swigregister(Container)
|
||||
|
||||
class Parameter(seiscomp.core.BaseObject):
|
||||
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
||||
__repr__ = _swig_repr
|
||||
@ -1464,6 +1234,7 @@ class Parameter(seiscomp.core.BaseObject):
|
||||
parent = property(_system.Parameter_parent_get, _system.Parameter_parent_set)
|
||||
super = property(_system.Parameter_super_get, _system.Parameter_super_set)
|
||||
definition = property(_system.Parameter_definition_get, _system.Parameter_definition_set)
|
||||
initial = property(_system.Parameter_initial_get, _system.Parameter_initial_set)
|
||||
symbols = property(_system.Parameter_symbols_get, _system.Parameter_symbols_set)
|
||||
symbol = property(_system.Parameter_symbol_get, _system.Parameter_symbol_set)
|
||||
variableName = property(_system.Parameter_variableName_get, _system.Parameter_variableName_set)
|
||||
@ -1471,13 +1242,6 @@ class Parameter(seiscomp.core.BaseObject):
|
||||
|
||||
# Register Parameter in _system:
|
||||
_system.Parameter_swigregister(Parameter)
|
||||
|
||||
def Parameter_ClassName():
|
||||
return _system.Parameter_ClassName()
|
||||
|
||||
def Parameter_TypeInfo():
|
||||
return _system.Parameter_TypeInfo()
|
||||
|
||||
class Structure(Container):
|
||||
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
||||
__repr__ = _swig_repr
|
||||
@ -1517,13 +1281,6 @@ class Structure(Container):
|
||||
|
||||
# Register Structure in _system:
|
||||
_system.Structure_swigregister(Structure)
|
||||
|
||||
def Structure_ClassName():
|
||||
return _system.Structure_ClassName()
|
||||
|
||||
def Structure_TypeInfo():
|
||||
return _system.Structure_TypeInfo()
|
||||
|
||||
class Group(Container):
|
||||
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
||||
__repr__ = _swig_repr
|
||||
@ -1558,13 +1315,6 @@ class Group(Container):
|
||||
|
||||
# Register Group in _system:
|
||||
_system.Group_swigregister(Group)
|
||||
|
||||
def Group_ClassName():
|
||||
return _system.Group_ClassName()
|
||||
|
||||
def Group_TypeInfo():
|
||||
return _system.Group_TypeInfo()
|
||||
|
||||
class Section(Container):
|
||||
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
||||
__repr__ = _swig_repr
|
||||
@ -1600,13 +1350,6 @@ class Section(Container):
|
||||
|
||||
# Register Section in _system:
|
||||
_system.Section_swigregister(Section)
|
||||
|
||||
def Section_ClassName():
|
||||
return _system.Section_ClassName()
|
||||
|
||||
def Section_TypeInfo():
|
||||
return _system.Section_TypeInfo()
|
||||
|
||||
class Binding(seiscomp.core.BaseObject):
|
||||
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
||||
__repr__ = _swig_repr
|
||||
@ -1657,13 +1400,6 @@ class Binding(seiscomp.core.BaseObject):
|
||||
|
||||
# Register Binding in _system:
|
||||
_system.Binding_swigregister(Binding)
|
||||
|
||||
def Binding_ClassName():
|
||||
return _system.Binding_ClassName()
|
||||
|
||||
def Binding_TypeInfo():
|
||||
return _system.Binding_TypeInfo()
|
||||
|
||||
class BindingCategory(seiscomp.core.BaseObject):
|
||||
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
||||
__repr__ = _swig_repr
|
||||
@ -1708,7 +1444,6 @@ class BindingCategory(seiscomp.core.BaseObject):
|
||||
|
||||
# Register BindingCategory in _system:
|
||||
_system.BindingCategory_swigregister(BindingCategory)
|
||||
|
||||
class ModuleBinding(Binding):
|
||||
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
||||
__repr__ = _swig_repr
|
||||
@ -1759,13 +1494,6 @@ class ModuleBinding(Binding):
|
||||
|
||||
# Register ModuleBinding in _system:
|
||||
_system.ModuleBinding_swigregister(ModuleBinding)
|
||||
|
||||
def ModuleBinding_ClassName():
|
||||
return _system.ModuleBinding_ClassName()
|
||||
|
||||
def ModuleBinding_TypeInfo():
|
||||
return _system.ModuleBinding_TypeInfo()
|
||||
|
||||
class StationID(object):
|
||||
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
||||
__repr__ = _swig_repr
|
||||
@ -1784,7 +1512,6 @@ class StationID(object):
|
||||
|
||||
# Register StationID in _system:
|
||||
_system.StationID_swigregister(StationID)
|
||||
|
||||
class Module(seiscomp.core.BaseObject):
|
||||
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
||||
__repr__ = _swig_repr
|
||||
@ -1872,13 +1599,6 @@ class Module(seiscomp.core.BaseObject):
|
||||
|
||||
# Register Module in _system:
|
||||
_system.Module_swigregister(Module)
|
||||
|
||||
def Module_ClassName():
|
||||
return _system.Module_ClassName()
|
||||
|
||||
def Module_TypeInfo():
|
||||
return _system.Module_TypeInfo()
|
||||
|
||||
class Station(seiscomp.core.BaseObject):
|
||||
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
||||
__repr__ = _swig_repr
|
||||
@ -1917,13 +1637,6 @@ class Station(seiscomp.core.BaseObject):
|
||||
|
||||
# Register Station in _system:
|
||||
_system.Station_swigregister(Station)
|
||||
|
||||
def Station_ClassName():
|
||||
return _system.Station_ClassName()
|
||||
|
||||
def Station_TypeInfo():
|
||||
return _system.Station_TypeInfo()
|
||||
|
||||
class Model(seiscomp.core.BaseObject):
|
||||
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
||||
__repr__ = _swig_repr
|
||||
@ -2000,13 +1713,6 @@ class Model(seiscomp.core.BaseObject):
|
||||
|
||||
# Register Model in _system:
|
||||
_system.Model_swigregister(Model)
|
||||
|
||||
def Model_ClassName():
|
||||
return _system.Model_ClassName()
|
||||
|
||||
def Model_TypeInfo():
|
||||
return _system.Model_TypeInfo()
|
||||
|
||||
class ModelVisitor(object):
|
||||
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
||||
|
||||
@ -2016,7 +1722,6 @@ class ModelVisitor(object):
|
||||
|
||||
# Register ModelVisitor in _system:
|
||||
_system.ModelVisitor_swigregister(ModelVisitor)
|
||||
|
||||
class BindingMap(object):
|
||||
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
||||
__repr__ = _swig_repr
|
||||
@ -2124,7 +1829,6 @@ class BindingMap(object):
|
||||
|
||||
# Register BindingMap in _system:
|
||||
_system.BindingMap_swigregister(BindingMap)
|
||||
|
||||
class GroupVector(object):
|
||||
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
||||
__repr__ = _swig_repr
|
||||
@ -2230,7 +1934,6 @@ class GroupVector(object):
|
||||
|
||||
# Register GroupVector in _system:
|
||||
_system.GroupVector_swigregister(GroupVector)
|
||||
|
||||
class ParameterVector(object):
|
||||
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
||||
__repr__ = _swig_repr
|
||||
@ -2336,7 +2039,6 @@ class ParameterVector(object):
|
||||
|
||||
# Register ParameterVector in _system:
|
||||
_system.ParameterVector_swigregister(ParameterVector)
|
||||
|
||||
class StructureVector(object):
|
||||
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
||||
__repr__ = _swig_repr
|
||||
@ -2443,5 +2145,3 @@ class StructureVector(object):
|
||||
# Register StructureVector in _system:
|
||||
_system.StructureVector_swigregister(StructureVector)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user