Class BusinessRuleReport
- java.lang.Object
-
- org.dddjava.jig.presentation.view.report.business_rule.BusinessRuleReport
-
public class BusinessRuleReport extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BusinessRuleReport(BusinessRule businessRule, BusinessRules businessRules)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisNotPublic()TypeDeclarationtype()booleanuseFromSamePackage()TypeIdentifiersuserTypeIdentifiers()java.lang.StringvalueKind()intビジネスルール使用箇所数()int参照ビジネスルール数()
-
-
-
Constructor Detail
-
BusinessRuleReport
public BusinessRuleReport(BusinessRule businessRule, BusinessRules businessRules)
-
-
Method Detail
-
type
public TypeDeclaration type()
-
valueKind
public java.lang.String valueKind()
-
userTypeIdentifiers
public TypeIdentifiers userTypeIdentifiers()
-
ビジネスルール使用箇所数
public int ビジネスルール使用箇所数()
-
参照ビジネスルール数
public int 参照ビジネスルール数()
-
isNotPublic
public boolean isNotPublic()
-
useFromSamePackage
public boolean useFromSamePackage()
-
-