| org.netbeans.test.umllib.CompartmentChooser
CompartmentChooser | public interface CompartmentChooser (Code) | | This is the common interface for the all compartment choosers.
All work is done in checkCompartment method
|
checkCompartment | public boolean checkCompartment(ICompartment compartment)(Code) | | Comparision is performed here
Parameters: compartment - Compartment for check true id parameteter is suitable and false otherwise |
getDescription | public String getDescription()(Code) | | Return description for this Chooser.
For example "Compartment by instance chooser"
description for this Chooser. |
|
|