Directory org.openiaml.model/src/org/openiaml/model/model/util/

Directory Created:
2008-09-25 17:40
Directory Deleted:
2010-04-16 16:32
Total Files:
0
Deleted Files:
2
Lines of Code:
0

[root]/org.openiaml.model/src/org/openiaml/model/model/util

Lines of Code

org.openiaml.model/src/org/openiaml/model/model/util/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
soundasleep 81 (100.0%) 2323 (100.0%) 28.6

Most Recent Commits

soundasleep 2010-04-16 16:32 Rev.: 1907

issue 165: removing entire 'model' directory

0 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/util: ModelAdapterFactory.java (del), ModelSwitch.java (del)
soundasleep 2010-04-15 13:53 Rev.: 1889

issue 157: renaming Editable to Changeable

18 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/util: ModelAdapterFactory.java (+6 -6), ModelSwitch.java (+12 -12)
soundasleep 2010-04-10 18:25 Rev.: 1864

adding PrimitiveCondition to the metamodel; DecisionCondition is actually an 'if' statement in operation flow

49 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/util: ModelAdapterFactory.java (+19), ModelSwitch.java (+30)
soundasleep 2010-03-30 15:45 Rev.: 1759

refactoring metamodel: created new ContainsProperties interface

51 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/util: ModelAdapterFactory.java (+19), ModelSwitch.java (+32)
soundasleep 2010-03-10 16:11 Rev.: 1655

metamodel refactoring: NavigateWire is no longer a Wire, but now an Action

1 lines of code changed in 1 file:

  • org.openiaml.model/src/org/openiaml/model/model/util: ModelSwitch.java (+1)
soundasleep 2010-03-10 11:37 Rev.: 1648

metamodel refactoring: moving RunInstanceWire from a Wire to an Action

132 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/util: ModelAdapterFactory.java (+57), ModelSwitch.java (+75)
soundasleep 2010-03-08 18:59 Rev.: 1642

metamodel refactoring: removing ContainsScopes
Scopes can now contain Scopes directly

2 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/util: ModelAdapterFactory.java (-19), ModelSwitch.java (+2 -27)
soundasleep 2010-03-08 15:14 Rev.: 1637

metamodel refactoring: removing ContainsEventTriggers

0 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/util: ModelAdapterFactory.java (-19), ModelSwitch.java (-22)
soundasleep 2010-03-08 14:58 Rev.: 1636

actually removing ApplicationElementContainer from metamodel

0 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/util: ModelAdapterFactory.java (-19), ModelSwitch.java (-33)
soundasleep 2010-03-05 15:48 Rev.: 1630

metamodel refactoring: removing ContainsEventTriggers from ApplicationEvent
adding Editable to DomainObject, etc

4 lines of code changed in 1 file:

  • org.openiaml.model/src/org/openiaml/model/model/util: ModelSwitch.java (+4 -7)
soundasleep 2010-03-02 16:08 Rev.: 1619

metamodel refactoring: renaming WireEdge to Wire, inEdges to inWires, and outEdges to outWires

76 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/util: ModelAdapterFactory.java (+18 -18), ModelSwitch.java (+58 -58)
soundasleep 2010-03-02 15:41 Rev.: 1617

metamodel refactoring: InternetApplication is no longer a ContainsEventTriggers
updating root diagram editor

0 lines of code changed in 1 file:

  • org.openiaml.model/src/org/openiaml/model/model/util: ModelSwitch.java (-1)
soundasleep 2010-03-02 14:46 Rev.: 1615

metamodel refactoring: DomainStore is no longer a ContainsEventTriggers

0 lines of code changed in 1 file:

  • org.openiaml.model/src/org/openiaml/model/model/util: ModelSwitch.java (-1)
soundasleep 2010-03-02 13:19 Rev.: 1610

making new Accessible and Editable interfaces

85 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/util: ModelAdapterFactory.java (+38), ModelSwitch.java (+47)
soundasleep 2010-03-01 15:00 Rev.: 1603

Scope no longer ContainsEventTriggers
Scope now has onAccess, onInit events
updating 4to5 migrator

0 lines of code changed in 1 file:

  • org.openiaml.model/src/org/openiaml/model/model/util: ModelSwitch.java (-1)
soundasleep 2010-02-24 23:27 Rev.: 1588

process of updating inference tests to use new EventTrigger definition
found a serious bug in the sync-wires inference rules due to 'from' not checking for types

7 lines of code changed in 1 file:

  • org.openiaml.model/src/org/openiaml/model/model/util: ModelSwitch.java (+7 -3)
soundasleep 2010-02-24 18:41 Rev.: 1585

metamodel refactoring: experimenting with moving 0..* events to a specific range of defined events 0..1
onAccess, onEdit, onClick for VisibleThings
updating GMF and only the visual editor accordingly

8 lines of code changed in 1 file:

  • org.openiaml.model/src/org/openiaml/model/model/util: ModelSwitch.java (+8 -10)
soundasleep 2010-02-24 13:45 Rev.: 1581

metamodel refactoring: renaming ApplicationElementProperty to Property
updating test cases, inference rules and code generation templates

22 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/util: ModelAdapterFactory.java (+6 -6), ModelSwitch.java (+16 -16)
soundasleep 2010-02-23 11:35 Rev.: 1567

removing some unused supertypes of AccessControlHandler
removing some unused supertypes of OperationCallNode

1 lines of code changed in 1 file:

  • org.openiaml.model/src/org/openiaml/model/model/util: ModelSwitch.java (+1 -1)
soundasleep 2010-02-22 17:03 Rev.: 1550

metamodel refactoring: ConditionWire is now ConditionEdge, and no longer a WireEdge

37 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/util: ModelAdapterFactory.java (+19), ModelSwitch.java (+18)
soundasleep 2010-02-17 18:02 Rev.: 1529

metamodel refactoring: taking ExtendsWire out of Wire and into a separate ExtendsEdge
adding this change to the migration script

76 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/util: ModelAdapterFactory.java (+38), ModelSwitch.java (+38)
soundasleep 2010-02-17 13:59 Rev.: 1520

writing a migrator to convert ParameterWire into ParameterEdge
updating rest of the test cases to use new ParameterEdge
updating DiagramUpdater.xpt to reflect new ParameterEdge

39 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/util: ModelAdapterFactory.java (+19), ModelSwitch.java (+20)
soundasleep 2010-02-16 16:18 Rev.: 1515

model refactoring: moving ParameterWire out of WireEdge and into separate top-level class ParameterEdge (not yet complete)
updating test cases to reflect change

40 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/util: ModelAdapterFactory.java (+19), ModelSwitch.java (+21)
soundasleep 2010-02-10 16:09 Rev.: 1469

more changes to the metamodel
adding 'CanBeSynced' abstract class

85 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/util: ModelAdapterFactory.java (+19), ModelSwitch.java (+66 -18)
soundasleep 2010-02-10 13:55 Rev.: 1468

major model refactoring; most of the project now has compile errors

68 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/util: ModelAdapterFactory.java (+25 -6), ModelSwitch.java (+43 -21)
soundasleep 2010-02-03 23:20 Rev.: 1443

making 'Scope' into abstract 'AbstractScope'
adding a new top-level model type 'Scope', to complete scope requirements
adding a new 'Scope' diagram editor

17 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/util: ModelAdapterFactory.java (+6 -6), ModelSwitch.java (+11 -11)
soundasleep 2010-02-02 15:03 Rev.: 1416

adding 'Gate' model object, which restricts access to Sessions based on incoming Conditions
making 'Scope' non-abstract

2 lines of code changed in 1 file:

  • org.openiaml.model/src/org/openiaml/model/model/util: ModelSwitch.java (+2 -1)
soundasleep 2010-01-18 22:00 Rev.: 1394

major cleanup of unused model elements
can now create iaml_wire models directly

0 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/util: ModelAdapterFactory.java (-57), ModelSwitch.java (-77)
soundasleep 2009-12-03 14:07 Rev.: 1342

more work on migrating to the new stack-based method of operation execution; resolving some failing tests
adding support for split/join nodes
fixing bug where 'save' was being created incorrectly as a CompositeOperation

1 lines of code changed in 1 file:

  • org.openiaml.model/src/org/openiaml/model/model/util: ModelSwitch.java (+1)
soundasleep 2009-12-01 12:35 Rev.: 1336

adding names to ExecutionEdges, so execution edges can be labelled as y/n or pass/fail

1 lines of code changed in 1 file:

  • org.openiaml.model/src/org/openiaml/model/model/util: ModelSwitch.java (+1)
soundasleep 2009-09-15 17:46 Rev.: 1166

issue 101: Parameter no longer extends DataFlowEdgeDestination

0 lines of code changed in 1 file:

  • org.openiaml.model/src/org/openiaml/model/model/util: ModelSwitch.java (-1)
soundasleep 2009-09-15 00:59 Rev.: 1163

issue 96: Operation and Condition no longer extend ActivityNode; removing InternetApplication.loginHandlers

0 lines of code changed in 1 file:

  • org.openiaml.model/src/org/openiaml/model/model/util: ModelSwitch.java (-5)
soundasleep 2009-09-10 17:15 Rev.: 1136

renamed ChainedOperation to PrimitiveOperation
removed SingleOperation from model
initial work in moving inference and codegen templates to new model
removed lastChainedOperation() method from ChainedOperation and EventTrigger; moved into inference

26 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/util: ModelAdapterFactory.java (+6 -25), ModelSwitch.java (+20 -50)
soundasleep 2009-08-14 16:41 Rev.: 997

adding QueryParameter to meta-model
adding QueryParameter rendering to visual editors (covers both Page and Session)

47 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/util: ModelAdapterFactory.java (+19), ModelSwitch.java (+28)
soundasleep 2009-07-20 17:11 Rev.: 860

upgrade of entire project to use eclipse 3.5/gmf 2.2 instead of eclipse 3.3/gmf 2.0.1
merging branch /2009-06-eclipse-3.5 (r835-r859) back into trunk

9 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/util: ModelAdapterFactory.java (+1 -1), ModelSwitch.java (+8 -8)
soundasleep 2009-05-08 16:17 Rev.: 665

replacing FileDomainStore with DomainStore
adding 'type' attribute to DomainStore
adding new migrator for model 0.3
minor refactoring of model migrators
adding test case for new DomainStore migrator
removing file_domain_store and file_domain_object editor plugins

1 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/util: ModelAdapterFactory.java (-57), ModelSwitch.java (+1 -51)
soundasleep 2009-05-01 12:02 Rev.: 620

adding DomainAttributeInstance to ecore
renaming FindWire to SetWire
renaming FilterWire to SelectWire

52 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/util: ModelAdapterFactory.java (+19), ModelSwitch.java (+33)
soundasleep 2009-03-27 14:08 Rev.: 535

DynamicSources now generate the appropriate Condition elements and the contents of the related CompositeCondition

1 lines of code changed in 1 file:

  • org.openiaml.model/src/org/openiaml/model/model/util: ModelSwitch.java (+1)
soundasleep 2009-03-27 11:43 Rev.: 532

adding Condition and CompositeCondition elements
adding an editor for conditions
adding new diagram figure for CompositeConditions (ellipse)

149 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/util: ModelAdapterFactory.java (+57), ModelSwitch.java (+92)
soundasleep 2009-03-09 15:09 Rev.: 479

removing Scope from ApplicationElement (not sure it's necessary)

0 lines of code changed in 1 file:

  • org.openiaml.model/src/org/openiaml/model/model/util: ModelSwitch.java (-8)

(9 more)

Generated by StatSVN 0.7.0