Sysml Allocations Entities
Allocated Stereotype
- Preview
- Usage
- Definition
import { AllocatedStereotype } from '@dinghy/diagrams/entitiesSysmlAllocations'
<AllocatedStereotype/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ALLOCATED_STEREOTYPE } from '@dinghy/diagrams/entitiesSysmlAllocations'
<Shape
{...props}
_style={extendStyle(props, ALLOCATED_STEREOTYPE)}
/>
{
_style: {
entity: 'fontStyle=1;align=center;verticalAlign=middle;childLayout=stackLayout;horizontal=1;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;marginBottom=0;',
},
_width: 0,
_height: 60,
}
Allocation (General)
- Preview
- Usage
- Definition
import { AllocationGeneral } from '@dinghy/diagrams/entitiesSysmlAllocations'
<AllocationGeneral/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ALLOCATION_GENERAL } from '@dinghy/diagrams/entitiesSysmlAllocations'
<Shape
{...props}
_style={extendStyle(props, ALLOCATION_GENERAL)}
/>
{
_style: {
entity: 'shape=rect;html=1;fontStyle=1;whiteSpace=wrap;align=center;',
},
_width: 0,
_height: 60,
}
Allocation (General) 2
- Preview
- Usage
- Definition
import { AllocationGeneral2 } from '@dinghy/diagrams/entitiesSysmlAllocations'
<AllocationGeneral2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ALLOCATION_GENERAL_2 } from '@dinghy/diagrams/entitiesSysmlAllocations'
<Shape
{...props}
_style={extendStyle(props, ALLOCATION_GENERAL_2)}
/>
{
_style: {
entity: 'rounded=0;html=1;verticalAlign=top;labelBackgroundColor=none;endArrow=open;dashed=1;endSize=12;',
},
_width: 2,
_height: 60,
}
Allocation Activity Partition
- Preview
- Usage
- Definition
import { AllocationActivityPartition } from '@dinghy/diagrams/entitiesSysmlAllocations'
<AllocationActivityPartition/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ALLOCATION_ACTIVITY_PARTITION } from '@dinghy/diagrams/entitiesSysmlAllocations'
<Shape
{...props}
_style={extendStyle(props, ALLOCATION_ACTIVITY_PARTITION)}
/>
{
_style: {
entity: 'shape=rect;html=1;overflow=fill;whiteSpace=wrap;align=center;verticalAlign=top;',
},
_width: 0,
_height: 160,
}
Allocation Activity Partition 2
- Preview
- Usage
- Definition
import { AllocationActivityPartition2 } from '@dinghy/diagrams/entitiesSysmlAllocations'
<AllocationActivityPartition2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ALLOCATION_ACTIVITY_PARTITION_2 } from '@dinghy/diagrams/entitiesSysmlAllocations'
<Shape
{...props}
_style={extendStyle(props, ALLOCATION_ACTIVITY_PARTITION_2)}
/>
{
_style: {
entity: 'html=1;shape=mxgraph.sysml.cont;fontStyle=1;whiteSpace=wrap;align=center;',
},
_width: 1,
_height: 160,
}
Allocation Derived Properties (Activity Diagram)
- Preview
- Usage
- Definition
import { AllocationDerivedPropertiesActivityDiagram } from '@dinghy/diagrams/entitiesSysmlAllocations'
<AllocationDerivedPropertiesActivityDiagram/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ALLOCATION_DERIVED_PROPERTIES_ACTIVITY_DIAGRAM } from '@dinghy/diagrams/entitiesSysmlAllocations'
<Shape
{...props}
_style={extendStyle(props, ALLOCATION_DERIVED_PROPERTIES_ACTIVITY_DIAGRAM)}
/>
{
_style: {
entity: 'fontStyle=1;align=center;verticalAlign=middle;childLayout=stackLayout;horizontal=1;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;marginBottom=0;rounded=1;absoluteArcSize=1;arcSize=20;',
},
_width: 0,
_height: 100,
}
Allocation derived properties (Block)
- Preview
- Usage
- Definition
import { AllocationDerivedPropertiesBlock } from '@dinghy/diagrams/entitiesSysmlAllocations'
<AllocationDerivedPropertiesBlock/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ALLOCATION_DERIVED_PROPERTIES_BLOCK } from '@dinghy/diagrams/entitiesSysmlAllocations'
<Shape
{...props}
_style={extendStyle(props, ALLOCATION_DERIVED_PROPERTIES_BLOCK)}
/>
{
_style: {
entity: 'fontStyle=1;align=center;verticalAlign=middle;childLayout=stackLayout;horizontal=1;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;marginBottom=0;strokeWidth=2;',
},
_width: 0,
_height: 120,
}
Allocation derived properties (Comment)
- Preview
- Usage
- Definition
import { AllocationDerivedPropertiesComment } from '@dinghy/diagrams/entitiesSysmlAllocations'
<AllocationDerivedPropertiesComment/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ALLOCATION_DERIVED_PROPERTIES_COMMENT } from '@dinghy/diagrams/entitiesSysmlAllocations'
<Shape
{...props}
_style={extendStyle(props, ALLOCATION_DERIVED_PROPERTIES_COMMENT)}
/>
{
_style: {
entity: 'shape=note;html=1;size=15;spacingLeft=5;align=left;html=1;overflow=fill;whiteSpace=wrap;align=center;',
},
_width: 270,
_height: 140,
}
Allocation derived properties (Comment) 2
- Preview
- Usage
- Definition
import { AllocationDerivedPropertiesComment2 } from '@dinghy/diagrams/entitiesSysmlAllocations'
<AllocationDerivedPropertiesComment2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ALLOCATION_DERIVED_PROPERTIES_COMMENT_2 } from '@dinghy/diagrams/entitiesSysmlAllocations'
<Shape
{...props}
_style={extendStyle(props, ALLOCATION_DERIVED_PROPERTIES_COMMENT_2)}
/>
{
_style: {
entity: 'shape=rect;fontStyle=1;whiteSpace=wrap;align=center;',
},
_width: 1,
_height: 140,
}
Allocation derived properties (Comment) 3
- Preview
- Usage
- Definition
import { AllocationDerivedPropertiesComment3 } from '@dinghy/diagrams/entitiesSysmlAllocations'
<AllocationDerivedPropertiesComment3/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ALLOCATION_DERIVED_PROPERTIES_COMMENT_3 } from '@dinghy/diagrams/entitiesSysmlAllocations'
<Shape
{...props}
_style={extendStyle(props, ALLOCATION_DERIVED_PROPERTIES_COMMENT_3)}
/>
{
_style: {
entity: 'rounded=0;html=1;labelBackgroundColor=none;endArrow=none;dashed=1;',
},
_width: 2,
_height: 140,
}
Allocation derived properties (Internal Block Diagram)
- Preview
- Usage
- Definition
import { AllocationDerivedPropertiesInternalBlockDiagram } from '@dinghy/diagrams/entitiesSysmlAllocations'
<AllocationDerivedPropertiesInternalBlockDiagram/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ALLOCATION_DERIVED_PROPERTIES_INTERNAL_BLOCK_DIAGRAM } from '@dinghy/diagrams/entitiesSysmlAllocations'
<Shape
{...props}
_style={extendStyle(props, ALLOCATION_DERIVED_PROPERTIES_INTERNAL_BLOCK_DIAGRAM)}
/>
{
_style: {
entity: 'shape=rect;html=1;overflow=fill;strokeWidth=2;whiteSpace=wrap;align=center;verticalAlign=top;recursiveResize=0;',
},
_width: 0,
_height: 160,
}