blob: de18567f245d044d1efd27d3db268dffb486cb05 [file] [log] [blame]
*{
fillColor:#C3D1D5;
gradient: white vertical;
elementIcon: false;
}
/* hide <<Component>> tag */
Component {
displayTags:false;
}
/* turn on auto sync
Class, Property, Port, Component {
canonical: true;
}*/
/* hide SsdTComponent's ports as packagedElement */
/*Component[appliedStereotypes~="SSPProfile::SsdTComponent"] > * > Port {
visible: false;
}*/
/* hide component's ports as packagedElement */
Component > * > Port {
visible: false;
}
Port{
maskLabel: name;
isPortResizable:false;
}
Label[kind=StereotypeLabel]{
visible: true;
}
Label[type="Connector_StereotypeLabel"] {
visible: false;
}
Label[type="Connector_NameLabel"] {
visible: false;
}
Label[type="Port_StereotypeLabel"] {
visible: false;
}
*[stereotype~="SSPProfile::SsdTComponent"]{
visible: true;
}
Compartment [type=StereotypeCompartment]{
visible: false;
}
Compartment [type=StereotypeBrace] > [property="type"]{
visible: false;
}
/*If port do not have SsdConnectorType stereotype, then it will be red */
Port {
fillColor:#FF2222;
}
/*If component do not have any stereotype, then it will be red */
Component {
fillColor:#FF2222;
}
/*If connector do not have SsdConnection stereotype, then it will be red */
Connector {
/*lineColor:#FF2222;*/
lineWidth: 2;
routing: Rectilinear;
roundedBendpointsRadius : 12;
}
*[appliedStereotypes~="SSPProfile::SsdConnectorType"]{
fillColor:#A6C198;
}
*[appliedStereotypes~="SSPProfile::SsdSystem"]{
fillColor: #8fc8d8;
}
*[appliedStereotypes~="SSPProfile::SsdComponent"]{
fillColor: #254ece;
}
*[appliedStereotypes~="SSPProfile::Ssd"]{
fillColor: #9ece25;
}
*[appliedStereotypes~="SSPProfile::SsdConnection"]{
lineColor: #222222;
}
Port[direction="out"][appliedStereotypes~="SSPProfile::SsdConnectorAndFmiPort"]{
isOval : true;
}
Port[type="Boolean"][appliedStereotypes~="SSPProfile::SsdConnectorAndFmiPort"] {
fillColor: #ff00ff;
}
Port[type="Integer"][appliedStereotypes~="SSPProfile::SsdConnectorAndFmiPort"] {
fillColor: #00007f;
}
Port[type="Real"][appliedStereotypes~="SSPProfile::SsdConnectorAndFmiPort"] {
fillColor: #ff7f00;
}
Port[type="String"][appliedStereotypes~="SSPProfile::SsdConnectorAndFmiPort"] {
fillColor: #9ece25;
}