package org.alien4cloud.tosca.model.definitions; public interface LowerBoundedDefinition { void setLowerBound(int lowerBound); }