Package net.sf.tweety.arg.dung
Class GraphStructureInconsistencyMeasure
- java.lang.Object
-
- net.sf.tweety.arg.dung.GraphStructureInconsistencyMeasure
-
public class GraphStructureInconsistencyMeasure extends java.lang.Object- Author:
- Timothy Gillespie
-
-
Constructor Summary
Constructors Constructor Description GraphStructureInconsistencyMeasure()
-
Method Summary
Modifier and Type Method Description voidcycleCountExample1()voidcycleCountExample2()voidcycleCountExample3()voidcycleCountExample4()voidcycleCountExample5()voidcycleCountWorksWithTwoComponents()voiddrasticWithAttackReturnsOne()voiddrasticWithNoAttackReturnsZero()voidinSumWithNoAttackReturnsZero()voidinSumWithThreeEdgesReturnsThree()voidinSumWorksWithCycles()static voidsetUpBeforeClass()voidweightedComponentCountExample1()voidweightedComponentCountExample2()voidweightedComponentCountWorksWithCycles()voidweightedComponentCountWorksWithTwoComponent()voidweightedCycleCountExample1()voidweightedCycleCountExample2()voidweightedCycleCountExample3()voidweightedCycleCountExample4()voidweightedCycleCountExample5()voidweightedCycleCountWorksWithTwoComponents()voidweightedInSumExample1()voidweightedInSumExample2()voidweightedInSumWorkedWithCycles()voidweightedOutSumExample1()voidweightedOutSumExample2()voidweightedOutSumWorkedWithCycles()
-
-
-
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()
-
-