Join/Login
Business Software
Open Source Software
For Vendors
Blog
About
More
Articles
Create
SourceForge Podcast
Site Documentation
Subscribe to our Newsletter
Support Request
For Vendors
Help
Create
Join
Login
Business Software
Open Source Software
SourceForge Podcast
Resources
Articles
Case Studies
Blog
Menu
Help
Create
Join
Login
Home
Browse
EPE
Code
EPE Code
Status:
Alpha
Brought to you by:
lptolik
,
stumoodie
Summary
Files
Reviews
Support
Code
Menu
▾
▴
Browse Commits
Browse Files
Commit
[r1898]
Maximize
Restore
History
Added Apache licenses to the code.
Authored by:
smoodie
2011-04-20
Browse code at this revision
Parent:
[r1897]
Child:
[r1899]
1
2
3
..
9
>
>>
(Page 1 of 9)
added
/CompoundGraph/trunk/LICENSE
added
/CompoundGraph/trunk/NOTICE
changed
/CompoundGraph/trunk/integrationTest/uk/ac/ed/inf/graph/compound/newimpl/GraphEdgeValidator.java
changed
/CompoundGraph/trunk/integrationTest/uk/ac/ed/inf/graph/compound/newimpl/GraphNodeValidator.java
changed
/CompoundGraph/trunk/integrationTest/uk/ac/ed/inf/graph/compound/newimpl/GraphRemovalIntegrationTest.java
changed
/CompoundGraph/trunk/integrationTest/uk/ac/ed/inf/graph/compound/newimpl/GraphStructureTest.java
changed
/CompoundGraph/trunk/integrationTest/uk/ac/ed/inf/graph/compound/newimpl/IntegrationTestGraphFixture.java
changed
/CompoundGraph/trunk/integrationTest/uk/ac/ed/inf/graph/compound/newimpl/RemovedCompoundNodeIntegrationTest.java
changed
/CompoundGraph/trunk/integrationTest/uk/ac/ed/inf/graph/compound/newimpl/SubCompoundGraphFactoryEdgeOnlyIntegrationTest.java
changed
/CompoundGraph/trunk/integrationTest/uk/ac/ed/inf/graph/compound/newimpl/SubCompoundGraphFactoryNodeAndEdgeOnlyIntegrationTest.java
changed
/CompoundGraph/trunk/integrationTest/uk/ac/ed/inf/graph/compound/newimpl/SubCompoundGraphFactoryNodeOnlyIntegrationTest.java
changed
/CompoundGraph/trunk/integrationTest/uk/ac/ed/inf/graph/compound/newimpl/SubCompoundGraphFactoryNodeOnlyWithRemovedElementsIntegrationTest.java
changed
/CompoundGraph/trunk/src/uk/ac/ed/inf/bitstring/BitString.java
changed
/CompoundGraph/trunk/src/uk/ac/ed/inf/bitstring/BitStringBuffer.java
changed
/CompoundGraph/trunk/src/uk/ac/ed/inf/bitstring/IBitString.java
changed
/CompoundGraph/trunk/src/uk/ac/ed/inf/designbycontract/Assertion.java
changed
/CompoundGraph/trunk/src/uk/ac/ed/inf/designbycontract/ClassInvariant.java
changed
/CompoundGraph/trunk/src/uk/ac/ed/inf/designbycontract/InvariantException.java
changed
/CompoundGraph/trunk/src/uk/ac/ed/inf/designbycontract/PostConditionException.java
changed
/CompoundGraph/trunk/src/uk/ac/ed/inf/designbycontract/Postcondition.java
changed
/CompoundGraph/trunk/src/uk/ac/ed/inf/designbycontract/PreConditionException.java
changed
/CompoundGraph/trunk/src/uk/ac/ed/inf/designbycontract/Precondition.java
changed
/CompoundGraph/trunk/src/uk/ac/ed/inf/graph/compound/CompoundNodePair.java
changed
/CompoundGraph/trunk/src/uk/ac/ed/inf/graph/compound/IChildCompoundGraph.java
changed
/CompoundGraph/trunk/src/uk/ac/ed/inf/graph/compound/ICompoundChildEdgeFactory.java
/CompoundGraph/trunk/LICENSE
Diff
Switch to side-by-side view
/CompoundGraph/trunk/NOTICE
Diff
Switch to side-by-side view
/CompoundGraph/trunk/integrationTest/uk/ac/ed/inf/graph/compound/newimpl/GraphEdgeValidator.java
Diff
Switch to side-by-side view
/CompoundGraph/trunk/integrationTest/uk/ac/ed/inf/graph/compound/newimpl/GraphNodeValidator.java
Diff
Switch to side-by-side view
/CompoundGraph/trunk/integrationTest/uk/ac/ed/inf/graph/compound/newimpl/GraphRemovalIntegrationTest.java
Diff
Switch to side-by-side view
/CompoundGraph/trunk/integrationTest/uk/ac/ed/inf/graph/compound/newimpl/GraphStructureTest.java
Diff
Switch to side-by-side view
/CompoundGraph/trunk/integrationTest/uk/ac/ed/inf/graph/compound/newimpl/IntegrationTestGraphFixture.java
Diff
Switch to side-by-side view
/CompoundGraph/trunk/integrationTest/uk/ac/ed/inf/graph/compound/newimpl/RemovedCompoundNodeIntegrationTest.java
Diff
Switch to side-by-side view
/CompoundGraph/trunk/integrationTest/uk/ac/ed/inf/graph/compound/newimpl/SubCompoundGraphFactoryEdgeOnlyIntegrationTest.java
Diff
Switch to side-by-side view
/CompoundGraph/trunk/integrationTest/uk/ac/ed/inf/graph/compound/newimpl/SubCompoundGraphFactoryNodeAndEdgeOnlyIntegrationTest.java
Diff
Switch to side-by-side view
/CompoundGraph/trunk/integrationTest/uk/ac/ed/inf/graph/compound/newimpl/SubCompoundGraphFactoryNodeOnlyIntegrationTest.java
Diff
Switch to side-by-side view
/CompoundGraph/trunk/integrationTest/uk/ac/ed/inf/graph/compound/newimpl/SubCompoundGraphFactoryNodeOnlyWithRemovedElementsIntegrationTest.java
Diff
Switch to side-by-side view
/CompoundGraph/trunk/src/uk/ac/ed/inf/bitstring/BitString.java
Diff
Switch to side-by-side view
/CompoundGraph/trunk/src/uk/ac/ed/inf/bitstring/BitStringBuffer.java
Diff
Switch to side-by-side view
/CompoundGraph/trunk/src/uk/ac/ed/inf/bitstring/IBitString.java
Diff
Switch to side-by-side view
/CompoundGraph/trunk/src/uk/ac/ed/inf/designbycontract/Assertion.java
Diff
Switch to side-by-side view
/CompoundGraph/trunk/src/uk/ac/ed/inf/designbycontract/ClassInvariant.java
Diff
Switch to side-by-side view
/CompoundGraph/trunk/src/uk/ac/ed/inf/designbycontract/InvariantException.java
Diff
Switch to side-by-side view
/CompoundGraph/trunk/src/uk/ac/ed/inf/designbycontract/PostConditionException.java
Diff
Switch to side-by-side view
/CompoundGraph/trunk/src/uk/ac/ed/inf/designbycontract/Postcondition.java
Diff
Switch to side-by-side view
/CompoundGraph/trunk/src/uk/ac/ed/inf/designbycontract/PreConditionException.java
Diff
Switch to side-by-side view
/CompoundGraph/trunk/src/uk/ac/ed/inf/designbycontract/Precondition.java
Diff
Switch to side-by-side view
/CompoundGraph/trunk/src/uk/ac/ed/inf/graph/compound/CompoundNodePair.java
Diff
Switch to side-by-side view
/CompoundGraph/trunk/src/uk/ac/ed/inf/graph/compound/IChildCompoundGraph.java
Diff
Switch to side-by-side view
/CompoundGraph/trunk/src/uk/ac/ed/inf/graph/compound/ICompoundChildEdgeFactory.java
Diff
Switch to side-by-side view
1
2
3
..
9
>
>>
(Page 1 of 9)
×