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
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static Argumenta(package private) static DungTheoryattackFreeFramework(package private) static Argumentb(package private) static Argumentc(package private) static Argumentd(package private) static Argumente(package private) static Argumentf(package private) static Argumentg(package private) static DungTheoryhunterExample10(package private) static DungTheoryhunterExample13G1(package private) static DungTheoryhunterExample13G2(package private) static DungTheoryhunterExample14G1(package private) static DungTheoryhunterExample14G2(package private) static DungTheorytwoComponentFramework
-
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()
-
-
-
Field Detail
-
a
static Argument a
-
b
static Argument b
-
c
static Argument c
-
d
static Argument d
-
e
static Argument e
-
f
static Argument f
-
g
static Argument g
-
attackFreeFramework
static DungTheory attackFreeFramework
-
twoComponentFramework
static DungTheory twoComponentFramework
-
hunterExample10
static DungTheory hunterExample10
-
hunterExample13G1
static DungTheory hunterExample13G1
-
hunterExample13G2
static DungTheory hunterExample13G2
-
hunterExample14G1
static DungTheory hunterExample14G1
-
hunterExample14G2
static DungTheory hunterExample14G2
-
-
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()
-
-