| /** | |
| */ | |
| package flowchart; | |
| /** | |
| * <!-- begin-user-doc --> | |
| * A representation of the model object '<em><b>Subflow</b></em>'. | |
| * <!-- end-user-doc --> | |
| * | |
| * | |
| * @see flowchart.FlowchartPackage#getSubflow() | |
| * @model | |
| * @generated | |
| */ | |
| public interface Subflow extends Flowchart, Node | |
| { | |
| } // Subflow |