Sysml Profiles Dependencies
Metamodel Reference
- Preview
- Usage
- Definition

import { MetamodelReference } from '@dinghy/diagrams/dependenciesSysmlProfiles'
<MetamodelReference/>
{
_style: {
dependency: 'edgeStyle=none;html=1;endArrow=open;endSize=12;dashed=1;verticalAlign=top;',
},
}
Profile Application
- Preview
- Usage
- Definition

import { ProfileApplication } from '@dinghy/diagrams/dependenciesSysmlProfiles'
<ProfileApplication/>
{
_style: {
dependency: 'edgeStyle=none;html=1;endArrow=open;endSize=12;dashed=1;verticalAlign=bottom;',
},
}
Unidirectional Association
- Preview
- Usage
- Definition

import { UnidirectionalAssociation } from '@dinghy/diagrams/dependenciesSysmlProfiles'
<UnidirectionalAssociation/>
{
_style: {
dependency: 'edgeStyle=none;html=1;endArrow=open;endSize=12;verticalAlign=bottom;',
},
}