C# Класс libsbmlcs.Delay

Наследование: SBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Delay ( Delay orig ) : System
Delay ( SBMLNamespaces sbmlns ) : System
Delay ( long level, long version ) : System
Dispose ( ) : void
clone ( ) : Delay
containsUndeclaredUnits ( ) : bool
getDerivedUnitDefinition ( ) : UnitDefinition
getElementName ( ) : string
getMath ( ) : ASTNode
getTypeCode ( ) : int
hasRequiredElements ( ) : bool
isSetMath ( ) : bool
removeFromParentAndDelete ( ) : int
renameSIdRefs ( string oldid, string newid ) : void
renameUnitSIdRefs ( string oldid, string newid ) : void
replaceSIDWithFunction ( string id, ASTNode function ) : void
setMath ( ASTNode math ) : int

Приватные методы

Метод Описание
Delay ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( Delay obj ) : HandleRef
getCPtrAndDisown ( Delay obj ) : HandleRef

Описание методов

Delay() публичный Метод

public Delay ( Delay orig ) : System
orig Delay
Результат System

Delay() публичный Метод

public Delay ( SBMLNamespaces sbmlns ) : System
sbmlns SBMLNamespaces
Результат System

Delay() публичный Метод

public Delay ( long level, long version ) : System
level long
version long
Результат System

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

clone() публичный Метод

public clone ( ) : Delay
Результат Delay

containsUndeclaredUnits() публичный Метод

public containsUndeclaredUnits ( ) : bool
Результат bool

getDerivedUnitDefinition() публичный Метод

public getDerivedUnitDefinition ( ) : UnitDefinition
Результат UnitDefinition

getElementName() публичный Метод

public getElementName ( ) : string
Результат string

getMath() публичный Метод

public getMath ( ) : ASTNode
Результат ASTNode

getTypeCode() публичный Метод

public getTypeCode ( ) : int
Результат int

hasRequiredElements() публичный Метод

public hasRequiredElements ( ) : bool
Результат bool

isSetMath() публичный Метод

public isSetMath ( ) : bool
Результат bool

removeFromParentAndDelete() публичный Метод

public removeFromParentAndDelete ( ) : int
Результат int

renameSIdRefs() публичный Метод

public renameSIdRefs ( string oldid, string newid ) : void
oldid string
newid string
Результат void

renameUnitSIdRefs() публичный Метод

public renameUnitSIdRefs ( string oldid, string newid ) : void
oldid string
newid string
Результат void

replaceSIDWithFunction() публичный Метод

public replaceSIDWithFunction ( string id, ASTNode function ) : void
id string
function ASTNode
Результат void

setMath() публичный Метод

public setMath ( ASTNode math ) : int
math ASTNode
Результат int