Exemplo n.º 1
0
		public static void SetBarkerErModel(ExclusiveArc element, BarkerErModel newBarkerErModel)
		{
			DslModeling::DomainRoleInfo.SetLinkedElement(element, ExclusiveArcDomainRoleId, newBarkerErModel);
		}
Exemplo n.º 2
0
		public static DslModeling::LinkedElementCollection<ExclusiveArc> GetExclusiveArcCollection(BarkerErModel element)
		{
			return new DslModeling::LinkedElementCollection<ExclusiveArc>(element, BarkerErModelDomainRoleId);
		}
Exemplo n.º 3
0
		public static DslModeling::LinkedElementCollection<BinaryAssociation> GetBinaryAssociationCollection(BarkerErModel element)
		{
			return new DslModeling::LinkedElementCollection<BinaryAssociation>(element, BarkerErModelDomainRoleId);
		}
Exemplo n.º 4
0
		/// <summary>
		/// Constructor
		/// Creates a BarkerErModelContainsExclusiveArc link in the same Partition as the given BarkerErModel
		/// </summary>
		/// <param name="source">BarkerErModel to use as the source of the relationship.</param>
		/// <param name="target">ExclusiveArc to use as the target of the relationship.</param>
		public BarkerErModelContainsExclusiveArc(BarkerErModel source, ExclusiveArc target)
			: base((source != null ? source.Partition : null), new DslModeling::RoleAssignment[]{new DslModeling::RoleAssignment(BarkerErModelContainsExclusiveArc.BarkerErModelDomainRoleId, source), new DslModeling::RoleAssignment(BarkerErModelContainsExclusiveArc.ExclusiveArcDomainRoleId, target)}, null)
		{
		}
Exemplo n.º 5
0
		public static void SetBarkerErModel(BinaryAssociation element, BarkerErModel newBarkerErModel)
		{
			DslModeling::DomainRoleInfo.SetLinkedElement(element, BinaryAssociationDomainRoleId, newBarkerErModel);
		}
Exemplo n.º 6
0
		/// <summary>
		/// Constructor
		/// Creates a BarkerErModelContainsBinaryAssociation link in the same Partition as the given BarkerErModel
		/// </summary>
		/// <param name="source">BarkerErModel to use as the source of the relationship.</param>
		/// <param name="target">BinaryAssociation to use as the target of the relationship.</param>
		public BarkerErModelContainsBinaryAssociation(BarkerErModel source, BinaryAssociation target)
			: base((source != null ? source.Partition : null), new DslModeling::RoleAssignment[]{new DslModeling::RoleAssignment(BarkerErModelContainsBinaryAssociation.BarkerErModelDomainRoleId, source), new DslModeling::RoleAssignment(BarkerErModelContainsBinaryAssociation.BinaryAssociationDomainRoleId, target)}, null)
		{
		}
Exemplo n.º 7
0
		public static DslModeling::LinkedElementCollection<EntityType> GetEntityTypeCollection(BarkerErModel element)
		{
			return new DslModeling::LinkedElementCollection<EntityType>(element, BarkerErModelDomainRoleId);
		}
Exemplo n.º 8
0
		public static void SetBarkerErModel(EntityType element, BarkerErModel newBarkerErModel)
		{
			DslModeling::DomainRoleInfo.SetLinkedElement(element, EntityTypeDomainRoleId, newBarkerErModel);
		}
Exemplo n.º 9
0
		/// <summary>
		/// Constructor
		/// Creates a BarkerErModelContainsEntityType link in the same Partition as the given BarkerErModel
		/// </summary>
		/// <param name="source">BarkerErModel to use as the source of the relationship.</param>
		/// <param name="target">EntityType to use as the target of the relationship.</param>
		public BarkerErModelContainsEntityType(BarkerErModel source, EntityType target)
			: base((source != null ? source.Partition : null), new DslModeling::RoleAssignment[]{new DslModeling::RoleAssignment(BarkerErModelContainsEntityType.BarkerErModelDomainRoleId, source), new DslModeling::RoleAssignment(BarkerErModelContainsEntityType.EntityTypeDomainRoleId, target)}, null)
		{
		}