C# Класс NotesFilter, libroadrunner-deps

This class implements an element filter, that can be used to find elements with notes
Наследование: libsbmlcs.ElementFilter
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Main ( string args ) : int

The program is to be invoked with one argument, the input file.

NotesFilter ( ) : System

Constructor initializing this element filter

filter ( SBase element ) : bool

The function performing the filtering, here we just check that we have a valid element, and that it has notes.

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

Main() публичный статический Метод

The program is to be invoked with one argument, the input file.
public static Main ( string args ) : int
args string command line arguments
Результат int

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

Constructor initializing this element filter
public NotesFilter ( ) : System
Результат System

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

The function performing the filtering, here we just check that we have a valid element, and that it has notes.
public filter ( SBase element ) : bool
element libsbmlcs.SBase the current element
Результат bool