Ignore:
Timestamp:
08/12/2005 07:01:46 PM (21 years ago)
Author:
dsowen
Message:

Feature: can automatically fill missing parts of a graph.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ws/fugue88/jpath/ContextFactory.java

    r2 r4  
    33 *
    44 * $Log$
     5 * Revision 1.2  2005/08/12 19:01:46  dsowen
     6 * Feature: can automatically fill missing parts of a graph.
     7 *
    58 * Revision 1.1  2005/08/03 00:35:29  dsowen
    69 * Initial commit.
     
    1619        public Context createContext(final Object root)
    1720        {
    18                 return new Context(root, _binder);
     21                return new Context(root, _binder, false);
     22        }
     23
     24        public Context createModifyingContext(final Object root)
     25        {
     26                return new Context(root, _binder, true);
    1927        }
    2028
Note: See TracChangeset for help on using the changeset viewer.