Class GraphStructureInconsistencyMeasure


  • public class GraphStructureInconsistencyMeasure
    extends java.lang.Object
    Author:
    Timothy Gillespie
    • Constructor Detail

      • GraphStructureInconsistencyMeasure

        public GraphStructureInconsistencyMeasure()
    • Method Detail

      • setUpBeforeClass

        public static void setUpBeforeClass()
                                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • drasticWithAttackReturnsOne

        public void drasticWithAttackReturnsOne()
      • drasticWithNoAttackReturnsZero

        public void drasticWithNoAttackReturnsZero()
      • inSumWithThreeEdgesReturnsThree

        public void inSumWithThreeEdgesReturnsThree()
      • inSumWithNoAttackReturnsZero

        public void inSumWithNoAttackReturnsZero()
      • inSumWorksWithCycles

        public void inSumWorksWithCycles()
      • weightedInSumExample1

        public void weightedInSumExample1()
      • weightedInSumExample2

        public void weightedInSumExample2()
      • weightedInSumWorkedWithCycles

        public void weightedInSumWorkedWithCycles()
      • weightedOutSumExample1

        public void weightedOutSumExample1()
      • weightedOutSumExample2

        public void weightedOutSumExample2()
      • weightedOutSumWorkedWithCycles

        public void weightedOutSumWorkedWithCycles()
      • weightedComponentCountExample1

        public void weightedComponentCountExample1()
      • weightedComponentCountExample2

        public void weightedComponentCountExample2()
      • weightedComponentCountWorksWithCycles

        public void weightedComponentCountWorksWithCycles()
      • weightedComponentCountWorksWithTwoComponent

        public void weightedComponentCountWorksWithTwoComponent()
      • cycleCountExample1

        public void cycleCountExample1()
      • cycleCountExample2

        public void cycleCountExample2()
      • cycleCountExample3

        public void cycleCountExample3()
      • cycleCountExample4

        public void cycleCountExample4()
      • cycleCountExample5

        public void cycleCountExample5()
      • cycleCountWorksWithTwoComponents

        public void cycleCountWorksWithTwoComponents()
      • weightedCycleCountExample1

        public void weightedCycleCountExample1()
      • weightedCycleCountExample2

        public void weightedCycleCountExample2()
      • weightedCycleCountExample3

        public void weightedCycleCountExample3()
      • weightedCycleCountExample4

        public void weightedCycleCountExample4()
      • weightedCycleCountExample5

        public void weightedCycleCountExample5()
      • weightedCycleCountWorksWithTwoComponents

        public void weightedCycleCountWorksWithTwoComponents()