C# 클래스 NotesFilter, libroadrunner-deps

This class implements an element filter, that can be used to find elements with notes
상속: libsbmlcs.ElementFilter
파일 보기 프로젝트 열기: sys-bio/libroadrunner-deps 1 사용 예제들

공개 메소드들

메소드 설명
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