com.ikokoon.serenity.model
Class Composite<E,F>

java.lang.Object
  extended by com.ikokoon.serenity.model.Composite<E,F>
Direct Known Subclasses:
Afferent, Class, Efferent, Line, Method, Package, Project

public abstract class Composite<E,F>
extends java.lang.Object

Since:
09.12.09
Version:
01.00
Author:
Michael Couck

Field Summary
static double ABSTRACTNESS_BAD
           
static double ABSTRACTNESS_GOOD
           
static double ABSTRACTNESS_OK
           
static java.lang.String CLASS_NAME
           
static double COMPLEXITY_BAD
           
static double COMPLEXITY_GOOD
           
static double COMPLEXITY_OK
           
static double COVERAGE_BAD
           
static double COVERAGE_GOOD
           
static double COVERAGE_OK
           
static java.lang.String DESCRIPTION
           
static double DISTANCE_BAD
           
static double DISTANCE_GOOD
           
static double DISTANCE_OK
           
static java.lang.String METHOD_NAME
           
static java.lang.String NAME
           
static java.lang.String NUMBER
           
static double STABILITY_BAD
           
static double STABILITY_GOOD
           
static double STABILITY_OK
           
 
Constructor Summary
Composite()
           
 
Method Summary
static double getABSTRACTNESS_BAD()
           
static double getABSTRACTNESS_GOOD()
           
static double getABSTRACTNESS_OK()
           
 java.util.List<F> getChildren()
           
static double getCOMPLEXITY_BAD()
           
static double getCOMPLEXITY_GOOD()
           
static double getCOMPLEXITY_OK()
           
static double getCOVERAGE_BAD()
           
static double getCOVERAGE_GOOD()
           
static double getCOVERAGE_OK()
           
static double getDISTANCE_BAD()
           
static double getDISTANCE_GOOD()
           
static double getDISTANCE_OK()
           
 java.lang.Long getId()
           
 Composite<E,F> getParent()
           
static double getSTABILITY_BAD()
           
static double getSTABILITY_GOOD()
           
static double getSTABILITY_OK()
           
 void setChildren(java.util.List<F> children)
           
 void setId(java.lang.Long id)
           
 void setParent(Composite<E,F> parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values

CLASS_NAME

public static final java.lang.String CLASS_NAME
See Also:
Constant Field Values

METHOD_NAME

public static final java.lang.String METHOD_NAME
See Also:
Constant Field Values

NUMBER

public static final java.lang.String NUMBER
See Also:
Constant Field Values

DESCRIPTION

public static final java.lang.String DESCRIPTION
See Also:
Constant Field Values

COVERAGE_GOOD

public static final double COVERAGE_GOOD
See Also:
Constant Field Values

COVERAGE_OK

public static final double COVERAGE_OK
See Also:
Constant Field Values

COVERAGE_BAD

public static final double COVERAGE_BAD
See Also:
Constant Field Values

COMPLEXITY_GOOD

public static final double COMPLEXITY_GOOD
See Also:
Constant Field Values

COMPLEXITY_OK

public static final double COMPLEXITY_OK
See Also:
Constant Field Values

COMPLEXITY_BAD

public static final double COMPLEXITY_BAD
See Also:
Constant Field Values

ABSTRACTNESS_GOOD

public static final double ABSTRACTNESS_GOOD
See Also:
Constant Field Values

ABSTRACTNESS_OK

public static final double ABSTRACTNESS_OK
See Also:
Constant Field Values

ABSTRACTNESS_BAD

public static final double ABSTRACTNESS_BAD
See Also:
Constant Field Values

STABILITY_GOOD

public static final double STABILITY_GOOD
See Also:
Constant Field Values

STABILITY_OK

public static final double STABILITY_OK
See Also:
Constant Field Values

STABILITY_BAD

public static final double STABILITY_BAD
See Also:
Constant Field Values

DISTANCE_GOOD

public static final double DISTANCE_GOOD
See Also:
Constant Field Values

DISTANCE_OK

public static final double DISTANCE_OK
See Also:
Constant Field Values

DISTANCE_BAD

public static final double DISTANCE_BAD
See Also:
Constant Field Values
Constructor Detail

Composite

public Composite()
Method Detail

getId

public java.lang.Long getId()

setId

public void setId(java.lang.Long id)

getParent

public Composite<E,F> getParent()

setParent

public void setParent(Composite<E,F> parent)

getChildren

public java.util.List<F> getChildren()

setChildren

public void setChildren(java.util.List<F> children)

getCOVERAGE_GOOD

public static double getCOVERAGE_GOOD()

getCOVERAGE_OK

public static double getCOVERAGE_OK()

getCOVERAGE_BAD

public static double getCOVERAGE_BAD()

getCOMPLEXITY_GOOD

public static double getCOMPLEXITY_GOOD()

getCOMPLEXITY_OK

public static double getCOMPLEXITY_OK()

getCOMPLEXITY_BAD

public static double getCOMPLEXITY_BAD()

getABSTRACTNESS_GOOD

public static double getABSTRACTNESS_GOOD()

getABSTRACTNESS_OK

public static double getABSTRACTNESS_OK()

getABSTRACTNESS_BAD

public static double getABSTRACTNESS_BAD()

getSTABILITY_GOOD

public static double getSTABILITY_GOOD()

getSTABILITY_OK

public static double getSTABILITY_OK()

getSTABILITY_BAD

public static double getSTABILITY_BAD()

getDISTANCE_GOOD

public static double getDISTANCE_GOOD()

getDISTANCE_OK

public static double getDISTANCE_OK()

getDISTANCE_BAD

public static double getDISTANCE_BAD()


Copyright © 2010. All Rights Reserved.