C# Class NotesFilter, libroadrunner-deps

This class implements an element filter, that can be used to find elements with notes
Inheritance: libsbmlcs.ElementFilter
Afficher le fichier Open project: sys-bio/libroadrunner-deps Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

Main() public static méthode

The program is to be invoked with one argument, the input file.
public static Main ( string args ) : int
args string command line arguments
Résultat int

NotesFilter() public méthode

Constructor initializing this element filter
public NotesFilter ( ) : System
Résultat System

filter() public méthode

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
Résultat bool