Ignore:
Timestamp:
01/09/13 00:09:10 (11 years ago)
Author:
psniegowski
Message:

Add f0 parsing and f0->Model transformation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • java/main/src/main/java/com/framsticks/observers/Observer.java

    r77 r78  
    3030
    3131    @Override
    32     protected void configure() {
     32    protected void configure() throws Exception {
    3333        super.configure();
    3434        for (String name : config.getStringArray("endpoints")) {
     
    3838            }
    3939            Configuration c = config.subset("endpoints." + name);
    40             Parameters p = new Parameters(c.subset("entity"), name, null);
     40            Parameters p = new Parameters(c.subset("entity"), name, null, null);
    4141            Entity e = Program.configureEntity(p);
    4242            Instance i = Casting.tryCast(Instance.class, e);
Note: See TracChangeset for help on using the changeset viewer.