Class BusinessRule
- java.lang.Object
-
- org.dddjava.jig.domain.model.models.domains.businessrules.BusinessRule
-
public class BusinessRule extends java.lang.Objectビジネスルール
-
-
Constructor Summary
Constructors Constructor Description BusinessRule(JigType jigType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MethodDeclarationsinstanceMethodDeclarations()JigTypejigType()booleanmarkedCore()java.lang.StringnodeLabel()JigTypeValueKindtoValueKind()TypeIdentifiertypeIdentifier()
-
-
-
Constructor Detail
-
BusinessRule
public BusinessRule(JigType jigType)
-
-
Method Detail
-
typeIdentifier
public TypeIdentifier typeIdentifier()
-
toValueKind
public JigTypeValueKind toValueKind()
-
instanceMethodDeclarations
public MethodDeclarations instanceMethodDeclarations()
-
nodeLabel
public java.lang.String nodeLabel()
-
jigType
public JigType jigType()
-
markedCore
public boolean markedCore()
-
-