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

Public Member Functions

def Append (self, *args)
 
def GetCount (self)
 
def GetItem (self, *args)
 
def IndexOf (self, *args)
 
def Insert (self, *args)
 
def Remove (self, *args)
 

Public Attributes

 this
 

Static Public Attributes

 thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 

Detailed Description

A list of INode instances.

Member Function Documentation

◆ Append()

def Append (   self,
args 
)
Append(INodeTab self, INode x, bool allowDups=False)
Append(INodeTab self, INode x)

◆ GetCount()

def GetCount (   self)
GetCount(INodeTab self) -> int

◆ GetItem()

def GetItem (   self,
args 
)
GetItem(INodeTab self, int n) -> INode

◆ IndexOf()

def IndexOf (   self,
args 
)
IndexOf(INodeTab self, INode x) -> int

◆ Insert()

def Insert (   self,
args 
)
Insert(INodeTab self, INode x, int at, bool allowDups=False) -> int
Insert(INodeTab self, INode x, int at) -> int

◆ Remove()

def Remove (   self,
args 
)
Remove(INodeTab self, INode x) -> bool