C# 클래스 Fhnw.Ecnf.RoutePlanner.RoutePlannerLib.RoutesFactory

파일 보기 프로젝트 열기: platzhersh/FHNW-Java-Projekte

공개 메소드들

메소드 설명
Create ( Cities cities ) : IRoutes
Create ( Cities cities, String algo ) : IRoutes
GetTypeFromAssembly ( String algo, Assembly a ) : Type

메소드 상세

Create() 공개 정적인 메소드

public static Create ( Cities cities ) : IRoutes
cities Cities
리턴 IRoutes

Create() 공개 정적인 메소드

public static Create ( Cities cities, String algo ) : IRoutes
cities Cities
algo String
리턴 IRoutes

GetTypeFromAssembly() 공개 정적인 메소드

public static GetTypeFromAssembly ( String algo, Assembly a ) : Type
algo String
a System.Reflection.Assembly
리턴 System.Type