Spray DSL:
diagram FeatureDiagram for Feature style DiagramDefaultStyle
class Feature {
...
references {
^references : connection ArrowConnection
}
...
}
Shape DSL:
connection ArrowConnection {
...
}
generates:
...
import org.eclipselabs.spray.featuremodeling.diagram.shapes.ArrowConnection;
...
public abstract class FeatureDiagramAddReferenceFeatureReferencesFeatureBase
extends AbstractAddConnectionFeature {
}
But it should be:
import
org.eclipselabs.spray.featuremodeling.diagram.shapes.ArrowConnectionConnection;
see
http://code.google.com/a/eclipselabs.org/p/spray/source/browse/#git%2Fexamples%2
Ffeaturemodeling for the complete example
Original issue reported on code.google.com by de.abg.r...@gmail.com on 20 May 2013 at 2:20
Original issue reported on code.google.com by
de.abg.r...@gmail.com
on 20 May 2013 at 2:20