Directory org.openiaml.model/src/org/openiaml/model/model/operations/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/operations/util

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
soundasleep 40 (100.0%) 1013 (100.0%) 25.3

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/operations/util: OperationsAdapterFactory.java (del), OperationsSwitch.java (del)
soundasleep 2010-04-11 17:55 Rev.: 1875

DecisionNode needs to be a ConditionEdgeDestination
adding some modeldoc on the DomainObjectInstance specific fields
adding "Jump" operation to DomainObjectInstance

36 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/operations/util: OperationsAdapterFactory.java (+19), OperationsSwitch.java (+17)
soundasleep 2010-03-11 16:32 Rev.: 1678

generating model code

45 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/operations/util: OperationsAdapterFactory.java (+19), OperationsSwitch.java (+26)
soundasleep 2010-03-10 11:37 Rev.: 1648

metamodel refactoring: moving RunInstanceWire from a Wire to an Action

73 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/operations/util: OperationsAdapterFactory.java (+38), OperationsSwitch.java (+35)
soundasleep 2010-03-02 16:08 Rev.: 1619

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

47 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/operations/util: OperationsAdapterFactory.java (+23 -23), OperationsSwitch.java (+24 -24)
soundasleep 2010-02-23 11:35 Rev.: 1567

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

0 lines of code changed in 1 file:

  • org.openiaml.model/src/org/openiaml/model/model/operations/util: OperationsSwitch.java (-2)
soundasleep 2010-02-22 17:03 Rev.: 1550

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

36 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/operations/util: OperationsAdapterFactory.java (+19), OperationsSwitch.java (+17)
soundasleep 2009-11-30 13:53 Rev.: 1314

renaming ArithmeticOperation to Arithmetic, so we can place arithmetic expressions inline (rather than forcing many temporary variables)

17 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/operations/util: OperationsAdapterFactory.java (+6 -6), OperationsSwitch.java (+11 -19)
soundasleep 2009-11-30 13:11 Rev.: 1312

adding 'ArithmeticOperation' data type; a primitive operation which performs basic arithmetic

53 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/operations/util: OperationsAdapterFactory.java (+19), OperationsSwitch.java (+34)
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/operations/util: OperationsSwitch.java (-2)
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

17 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/operations/util: OperationsAdapterFactory.java (+9 -9), OperationsSwitch.java (+8 -8)
soundasleep 2009-08-09 19:27 Rev.: 956

adding 'OperationCallNode' to operation composition model
initial work in getting LoginHandlerInstance codegen test case to pass, although the test case isnt finished yet

51 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/operations/util: OperationsAdapterFactory.java (+19), OperationsSwitch.java (+32)
soundasleep 2009-08-08 18:51 Rev.: 941

adding a "split node" and "join node" to the model
implementing inference for LoginHandler[domain_object]

90 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/operations/util: OperationsAdapterFactory.java (+38), OperationsSwitch.java (+52)
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

2 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/operations/util: OperationsAdapterFactory.java (+1 -1), OperationsSwitch.java (+1 -1)
soundasleep 2009-03-27 12:12 Rev.: 533

adding DecisionCondition for condition editors

87 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/operations/util: OperationsAdapterFactory.java (+38), OperationsSwitch.java (+49)
soundasleep 2009-01-27 21:50 Rev.: 410

merging r351:r409 from branch 2008-11-ecore-0.2 back into trunk (initial model v0.2 changes)

124 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/operations/util: OperationsAdapterFactory.java (+63 -6), OperationsSwitch.java (+61 -10)
soundasleep 2008-10-17 17:00 Rev.: 199

initial inference engine logic to interface - still to be fully implemented in code generator actions

8 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/operations/util: OperationsAdapterFactory.java (+4 -4), OperationsSwitch.java (+4)
soundasleep 2008-10-16 16:02 Rev.: 168

cleaning up imports in generated model files

0 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/operations/util: OperationsAdapterFactory.java (-1), OperationsSwitch.java (-1)
soundasleep 2008-10-15 17:04 Rev.: 152

elements in the model now have isGenerated, generatedBy and generatedElements properties

38 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/operations/util: OperationsAdapterFactory.java (+20), OperationsSwitch.java (+18)
soundasleep 2008-10-07 14:47 Rev.: 120

merging new ecore branch back into trunk: it satisfies all of the first-stage modelling requirements

214 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/operations/util: OperationsAdapterFactory.java (+106 -29), OperationsSwitch.java (+108 -46)
soundasleep 2008-09-25 17:40 Rev.: 3

initial import of plugin from private repository

75 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/operations/util: OperationsAdapterFactory.java (new 29), OperationsSwitch.java (new 46)
Generated by StatSVN 0.7.0