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 void
cycleCountExample1()
void
cycleCountExample2()
void
cycleCountExample3()
void
cycleCountExample4()
void
cycleCountExample5()
void
cycleCountWorksWithTwoComponents()
void
drasticWithAttackReturnsOne()
void
drasticWithNoAttackReturnsZero()
void
inSumWithNoAttackReturnsZero()
void
inSumWithThreeEdgesReturnsThree()
void
inSumWorksWithCycles()
static void
setUpBeforeClass()
void
weightedComponentCountExample1()
void
weightedComponentCountExample2()
void
weightedComponentCountWorksWithCycles()
void
weightedComponentCountWorksWithTwoComponent()
void
weightedCycleCountExample1()
void
weightedCycleCountExample2()
void
weightedCycleCountExample3()
void
weightedCycleCountExample4()
void
weightedCycleCountExample5()
void
weightedCycleCountWorksWithTwoComponents()
void
weightedInSumExample1()
void
weightedInSumExample2()
void
weightedInSumWorkedWithCycles()
void
weightedOutSumExample1()
void
weightedOutSumExample2()
void
weightedOutSumWorkedWithCycles()
-
-
-
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()
-
-