Interface GovernanceManager
-
public interface GovernanceManagerManager over a particularGovernance.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidactivateGovernance()Activates theGovernance.voiddisregardGovernance()Disregarding theGovernance.voidenforceGovernance()Enforces theGovernance.
-
-
-
Method Detail
-
activateGovernance
void activateGovernance()
Activates theGovernance.
-
enforceGovernance
void enforceGovernance()
Enforces theGovernance.
-
disregardGovernance
void disregardGovernance()
Disregarding theGovernance.
-
-