MaxPlus Python API Reference
ActionTable Class Reference
+ Inheritance diagram for ActionTable:

Public Member Functions

def GetAction (self, *args)
 
def GetNumActions (self)
 
- Public Member Functions inherited from FPInterface
def EnableActions (self, *args)
 
def FindFn (self, *args)
 
def GetDesc (self)
 
def Invoke (self, *args)
 
def IsChecked (self, *args)
 
def IsEnabled (self, *args)
 
def IsVisible (self, *args)
 
- Public Member Functions inherited from BaseInterface
def GetID (self)
 
- Public Member Functions inherited from InterfaceServer
def GetInterface (self, *args)
 
- Public Member Functions inherited from Wrapper
def GetUnwrappedPtr (self)
 

Static Public Attributes

 Actions = _swig_property(lambda self: (self.GetAction(i) for i in xrange(self.GetNumActions())))
 
 NumActions = _swig_property(GetNumActions)
 
 thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 
- Static Public Attributes inherited from FPInterface
 thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 
- Static Public Attributes inherited from BaseInterface
 InterfaceId = _swig_property(GetID)
 
 thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 
- Static Public Attributes inherited from InterfaceServer
 thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 
- Static Public Attributes inherited from Wrapper
 thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 

Detailed Description

A set of actions.

Member Function Documentation

◆ GetAction()

def GetAction (   self,
args 
)
GetAction(ActionTable self, int n) -> ActionItem

◆ GetNumActions()

def GetNumActions (   self)
GetNumActions(ActionTable self) -> int