C# Class NotesFilter, libroadrunner-deps

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

Public Methods

Method 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 method

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

NotesFilter() public method

Constructor initializing this element filter
public NotesFilter ( ) : System
return System

filter() public method

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
return bool