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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
soundasleep 55 (100.0%) 1564 (100.0%) 28.4

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/wires/util: WiresAdapterFactory.java (del), WiresSwitch.java (del)
soundasleep 2010-03-30 15:45 Rev.: 1759

refactoring metamodel: created new ContainsProperties interface

38 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/wires/util: WiresAdapterFactory.java (+19), WiresSwitch.java (+19)
soundasleep 2010-03-10 19:26 Rev.: 1669

updating 4to5 migrator
updating generated EMF source

39 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/wires/util: WiresAdapterFactory.java (+12 -12), WiresSwitch.java (+27 -27)
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/wires/util: WiresSwitch.java (+1 -2)
soundasleep 2010-03-10 11:37 Rev.: 1648

metamodel refactoring: moving RunInstanceWire from a Wire to an Action

36 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/wires/util: WiresAdapterFactory.java (+19), WiresSwitch.java (+17 -2)
soundasleep 2010-03-02 16:08 Rev.: 1619

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

33 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/wires/util: WiresAdapterFactory.java (+12 -12), WiresSwitch.java (+21 -21)
soundasleep 2010-02-23 11:17 Rev.: 1566

removing some unused supertypes of ConstraintEdge

0 lines of code changed in 1 file:

  • org.openiaml.model/src/org/openiaml/model/model/wires/util: WiresSwitch.java (-3)
soundasleep 2010-02-22 17:03 Rev.: 1550

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

106 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/wires/util: WiresAdapterFactory.java (+44 -6), WiresSwitch.java (+62 -16)
soundasleep 2010-02-22 15:47 Rev.: 1549

metamodel refactoring: SelectWire is no longer a CompositeWire, but a SingleWire

2 lines of code changed in 1 file:

  • org.openiaml.model/src/org/openiaml/model/model/wires/util: WiresSwitch.java (+2 -4)
soundasleep 2010-02-22 15:37 Rev.: 1548

metamodel refactoring: NewInstanceWire is no longer a CompositeWire, but a SingleWire

2 lines of code changed in 1 file:

  • org.openiaml.model/src/org/openiaml/model/model/wires/util: WiresSwitch.java (+2 -4)
soundasleep 2010-02-22 14:13 Rev.: 1546

metamodel refactoring: NavigateWire is no longer a CompositeWire, but a SingleWire

2 lines of code changed in 1 file:

  • org.openiaml.model/src/org/openiaml/model/model/wires/util: WiresSwitch.java (+2 -4)
soundasleep 2010-02-22 13:19 Rev.: 1543

metamodel refactoring: RunInstanceWire is no longer a CompositeWire, but a SingleWire

2 lines of code changed in 1 file:

  • org.openiaml.model/src/org/openiaml/model/model/wires/util: WiresSwitch.java (+2 -4)
soundasleep 2010-02-19 12:53 Rev.: 1539

metamodel refactoring: ConstraintWire is now ConstraintEdge and no longer a Wire
updating 4to5 migrator to handle this change

94 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/wires/util: WiresAdapterFactory.java (+43 -43), WiresSwitch.java (+51 -42)
soundasleep 2010-02-18 14:41 Rev.: 1534

model refactoring: making RequiresWire into RequiresEdge, and ProvidesWire into ProvidesEdge
modifing 4to5 migrator to migrate these new classes

32 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/wires/util: WiresAdapterFactory.java (+12 -12), WiresSwitch.java (+20 -24)
soundasleep 2010-02-17 18:37 Rev.: 1531

updating model completion rules to use ExtendsEdges
all inference tests now pass

1 lines of code changed in 1 file:

  • org.openiaml.model/src/org/openiaml/model/model/wires/util: WiresSwitch.java (+1)
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

96 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/wires/util: WiresAdapterFactory.java (+44 -6), WiresSwitch.java (+52 -11)
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

101 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/wires/util: WiresAdapterFactory.java (+44 -6), WiresSwitch.java (+57 -11)
soundasleep 2010-02-08 12:31 Rev.: 1449

NavigateWire can now be the destination of other wires (e.g. Conditional navigations); not yet implemented in codegen

1 lines of code changed in 1 file:

  • org.openiaml.model/src/org/openiaml/model/model/wires/util: WiresSwitch.java (+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/wires/util: WiresAdapterFactory.java (-38), WiresSwitch.java (-58)
soundasleep 2009-08-28 19:35 Rev.: 1057

DomainAttributes can now extend each other with ExtendsWires
Guest roles automatically generate 'email' and 'password' attributes
adding more inference test cases to complete the user/security test case

1 lines of code changed in 1 file:

  • org.openiaml.model/src/org/openiaml/model/model/wires/util: WiresSwitch.java (+1)
soundasleep 2009-08-20 23:59 Rev.: 1013

adding new user, roles and security elements to metamodel
hiding impl packages from export

250 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/wires/util: WiresAdapterFactory.java (+114), WiresSwitch.java (+136)
soundasleep 2009-08-14 12:23 Rev.: 992

SetWire codegen tests now pass
adding inference test for SetWire
SetWire is now also a WireEdgeDestination

1 lines of code changed in 1 file:

  • org.openiaml.model/src/org/openiaml/model/model/wires/util: WiresSwitch.java (+1)
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

1 lines of code changed in 1 file:

  • org.openiaml.model/src/org/openiaml/model/model/wires/util: WiresAdapterFactory.java (+1 -1)
soundasleep 2009-07-07 13:42 Rev.: 777

issue 48: wire editors can now create and contain CompositeConditions
if the ecore file copied into the OAW plugin is out-of-date, the test case will now replace it automatically

45 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/wires/util: WiresAdapterFactory.java (+19), WiresSwitch.java (+26)
soundasleep 2009-05-14 15:11 Rev.: 692

adding NewInstanceWire to model and visual editor
adding 'autosave' property to DomainObjectInstance and DomainAttributeInstance
adding new test cases to match test models

47 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/wires/util: WiresAdapterFactory.java (+19), WiresSwitch.java (+28)
soundasleep 2009-05-01 12:02 Rev.: 620

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

39 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/wires/util: WiresAdapterFactory.java (+12 -12), WiresSwitch.java (+27 -27)
soundasleep 2009-04-06 18:49 Rev.: 557

still trying to get dynamic element sources to work
cleaned up some drools files
ParameterWires temporarily have names
currently generated ConditionWires are generating too many incoming ParameterWires (selecting all possible elements as parameters)

1 lines of code changed in 1 file:

  • org.openiaml.model/src/org/openiaml/model/model/wires/util: WiresSwitch.java (+1)
soundasleep 2009-03-27 14:08 Rev.: 535

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

2 lines of code changed in 1 file:

  • org.openiaml.model/src/org/openiaml/model/model/wires/util: WiresSwitch.java (+2)
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)

283 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/wires/util: WiresAdapterFactory.java (+114), WiresSwitch.java (+169)
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/wires/util: WiresAdapterFactory.java (-1), WiresSwitch.java (-1)
soundasleep 2008-10-15 17:04 Rev.: 152

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

80 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/wires/util: WiresAdapterFactory.java (+39), WiresSwitch.java (+41)
soundasleep 2008-10-07 14:47 Rev.: 120

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

67 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/wires/util: WiresAdapterFactory.java (+30 -64), WiresSwitch.java (+37 -84)
soundasleep 2008-09-30 12:32 Rev.: 59

adding PropertyToExecutionWire: a wire that can be connected to other wires

49 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/wires/util: WiresAdapterFactory.java (+24 -5), WiresSwitch.java (+25 -8)
soundasleep 2008-09-25 17:40 Rev.: 3

initial import of plugin from private repository

112 lines of code changed in 2 files:

  • org.openiaml.model/src/org/openiaml/model/model/wires/util: WiresAdapterFactory.java (new 45), WiresSwitch.java (new 67)
Generated by StatSVN 0.7.0