Class AssistantLocal
java.lang.Object
com.aspectran.core.context.rule.assistant.AssistantLocal
- All Implemented Interfaces:
Replicable<AssistantLocal>
The Class AssistantLocal.
Created: 2015. 10. 2.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Creates and returns a new instance after replicating a rule or Object.void
setDefaultSettings
(DefaultSettings defaultSettings) void
setDescriptionRule
(DescriptionRule descriptionRule)
-
Constructor Details
-
AssistantLocal
-
-
Method Details
-
getAssistant
-
getDescriptionRule
-
setDescriptionRule
-
getDefaultSettings
-
touchDefaultSettings
-
setDefaultSettings
-
getReplicatedCount
public int getReplicatedCount() -
replicate
Description copied from interface:Replicable
Creates and returns a new instance after replicating a rule or Object.- Specified by:
replicate
in interfaceReplicable<AssistantLocal>
- Returns:
- replicated rule or new instance of Object
-