Class PalladioComponentModelBaseItemSemanticEditPolicy.LinkConstraints

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean canCreateAssemblyConnector_4004​(org.palladiosimulator.pcm.core.composition.ComposedStructure container, org.palladiosimulator.pcm.repository.OperationRequiredRole source, org.palladiosimulator.pcm.repository.OperationProvidedRole target)  
      boolean canCreateAssemblyEventConnector_4007​(org.palladiosimulator.pcm.core.composition.ComposedStructure container, org.palladiosimulator.pcm.repository.SourceRole source, org.palladiosimulator.pcm.repository.SinkRole target)  
      boolean canCreateAssemblyInfrastructureConnector_4008​(org.palladiosimulator.pcm.core.composition.ComposedStructure container, org.palladiosimulator.pcm.repository.InfrastructureRequiredRole source, org.palladiosimulator.pcm.repository.InfrastructureProvidedRole target)  
      boolean canCreateEventChannelSinkConnector_4010​(org.palladiosimulator.pcm.core.composition.ComposedStructure container, org.palladiosimulator.pcm.repository.SinkRole source, org.palladiosimulator.pcm.core.composition.EventChannel target)  
      boolean canCreateEventChannelSourceConnector_4009​(org.palladiosimulator.pcm.core.composition.ComposedStructure container, org.palladiosimulator.pcm.repository.SourceRole source, org.palladiosimulator.pcm.core.composition.EventChannel target)  
      boolean canCreateProvidedDelegationConnector_4006​(org.palladiosimulator.pcm.core.composition.ComposedStructure container, org.palladiosimulator.pcm.repository.OperationProvidedRole source, org.palladiosimulator.pcm.repository.OperationProvidedRole target)  
      boolean canCreateRequiredDelegationConnector_4005​(org.palladiosimulator.pcm.core.composition.ComposedStructure container, org.palladiosimulator.pcm.repository.OperationRequiredRole source, org.palladiosimulator.pcm.repository.OperationRequiredRole target)  
      boolean canExistAssemblyConnector_4004​(org.palladiosimulator.pcm.core.composition.ComposedStructure container, org.palladiosimulator.pcm.core.composition.AssemblyConnector linkInstance, org.palladiosimulator.pcm.repository.OperationRequiredRole source, org.palladiosimulator.pcm.repository.OperationProvidedRole target)  
      boolean canExistAssemblyEventConnector_4007​(org.palladiosimulator.pcm.core.composition.ComposedStructure container, org.palladiosimulator.pcm.core.composition.AssemblyEventConnector linkInstance, org.palladiosimulator.pcm.repository.SourceRole source, org.palladiosimulator.pcm.repository.SinkRole target)  
      boolean canExistAssemblyInfrastructureConnector_4008​(org.palladiosimulator.pcm.core.composition.ComposedStructure container, org.palladiosimulator.pcm.core.composition.AssemblyInfrastructureConnector linkInstance, org.palladiosimulator.pcm.repository.InfrastructureRequiredRole source, org.palladiosimulator.pcm.repository.InfrastructureProvidedRole target)  
      boolean canExistEventChannelSinkConnector_4010​(org.palladiosimulator.pcm.core.composition.ComposedStructure container, org.palladiosimulator.pcm.core.composition.EventChannelSinkConnector linkInstance, org.palladiosimulator.pcm.repository.SinkRole source, org.palladiosimulator.pcm.core.composition.EventChannel target)  
      boolean canExistEventChannelSourceConnector_4009​(org.palladiosimulator.pcm.core.composition.ComposedStructure container, org.palladiosimulator.pcm.core.composition.EventChannelSourceConnector linkInstance, org.palladiosimulator.pcm.repository.SourceRole source, org.palladiosimulator.pcm.core.composition.EventChannel target)  
      boolean canExistProvidedDelegationConnector_4006​(org.palladiosimulator.pcm.core.composition.ComposedStructure container, org.palladiosimulator.pcm.core.composition.ProvidedDelegationConnector linkInstance, org.palladiosimulator.pcm.repository.OperationProvidedRole source, org.palladiosimulator.pcm.repository.OperationProvidedRole target)  
      boolean canExistRequiredDelegationConnector_4005​(org.palladiosimulator.pcm.core.composition.ComposedStructure container, org.palladiosimulator.pcm.core.composition.RequiredDelegationConnector linkInstance, org.palladiosimulator.pcm.repository.OperationRequiredRole source, org.palladiosimulator.pcm.repository.OperationRequiredRole target)  
    • Method Detail

      • canCreateEventChannelSinkConnector_4010

        public boolean canCreateEventChannelSinkConnector_4010​(org.palladiosimulator.pcm.core.composition.ComposedStructure container,
                                                               org.palladiosimulator.pcm.repository.SinkRole source,
                                                               org.palladiosimulator.pcm.core.composition.EventChannel target)
        Generated class or method.
      • canCreateEventChannelSourceConnector_4009

        public boolean canCreateEventChannelSourceConnector_4009​(org.palladiosimulator.pcm.core.composition.ComposedStructure container,
                                                                 org.palladiosimulator.pcm.repository.SourceRole source,
                                                                 org.palladiosimulator.pcm.core.composition.EventChannel target)
        Generated class or method.
      • canCreateAssemblyConnector_4004

        public boolean canCreateAssemblyConnector_4004​(org.palladiosimulator.pcm.core.composition.ComposedStructure container,
                                                       org.palladiosimulator.pcm.repository.OperationRequiredRole source,
                                                       org.palladiosimulator.pcm.repository.OperationProvidedRole target)
        Generated class or method.
      • canCreateAssemblyEventConnector_4007

        public boolean canCreateAssemblyEventConnector_4007​(org.palladiosimulator.pcm.core.composition.ComposedStructure container,
                                                            org.palladiosimulator.pcm.repository.SourceRole source,
                                                            org.palladiosimulator.pcm.repository.SinkRole target)
        Generated class or method.
      • canCreateRequiredDelegationConnector_4005

        public boolean canCreateRequiredDelegationConnector_4005​(org.palladiosimulator.pcm.core.composition.ComposedStructure container,
                                                                 org.palladiosimulator.pcm.repository.OperationRequiredRole source,
                                                                 org.palladiosimulator.pcm.repository.OperationRequiredRole target)
        Generated class or method.
      • canCreateProvidedDelegationConnector_4006

        public boolean canCreateProvidedDelegationConnector_4006​(org.palladiosimulator.pcm.core.composition.ComposedStructure container,
                                                                 org.palladiosimulator.pcm.repository.OperationProvidedRole source,
                                                                 org.palladiosimulator.pcm.repository.OperationProvidedRole target)
        Generated class or method.
      • canCreateAssemblyInfrastructureConnector_4008

        public boolean canCreateAssemblyInfrastructureConnector_4008​(org.palladiosimulator.pcm.core.composition.ComposedStructure container,
                                                                     org.palladiosimulator.pcm.repository.InfrastructureRequiredRole source,
                                                                     org.palladiosimulator.pcm.repository.InfrastructureProvidedRole target)
        Generated class or method.
      • canExistEventChannelSinkConnector_4010

        public boolean canExistEventChannelSinkConnector_4010​(org.palladiosimulator.pcm.core.composition.ComposedStructure container,
                                                              org.palladiosimulator.pcm.core.composition.EventChannelSinkConnector linkInstance,
                                                              org.palladiosimulator.pcm.repository.SinkRole source,
                                                              org.palladiosimulator.pcm.core.composition.EventChannel target)
        Generated class or method.
      • canExistEventChannelSourceConnector_4009

        public boolean canExistEventChannelSourceConnector_4009​(org.palladiosimulator.pcm.core.composition.ComposedStructure container,
                                                                org.palladiosimulator.pcm.core.composition.EventChannelSourceConnector linkInstance,
                                                                org.palladiosimulator.pcm.repository.SourceRole source,
                                                                org.palladiosimulator.pcm.core.composition.EventChannel target)
        Generated class or method.
      • canExistAssemblyConnector_4004

        public boolean canExistAssemblyConnector_4004​(org.palladiosimulator.pcm.core.composition.ComposedStructure container,
                                                      org.palladiosimulator.pcm.core.composition.AssemblyConnector linkInstance,
                                                      org.palladiosimulator.pcm.repository.OperationRequiredRole source,
                                                      org.palladiosimulator.pcm.repository.OperationProvidedRole target)
        Generated class or method.
      • canExistAssemblyEventConnector_4007

        public boolean canExistAssemblyEventConnector_4007​(org.palladiosimulator.pcm.core.composition.ComposedStructure container,
                                                           org.palladiosimulator.pcm.core.composition.AssemblyEventConnector linkInstance,
                                                           org.palladiosimulator.pcm.repository.SourceRole source,
                                                           org.palladiosimulator.pcm.repository.SinkRole target)
        Generated class or method.
      • canExistRequiredDelegationConnector_4005

        public boolean canExistRequiredDelegationConnector_4005​(org.palladiosimulator.pcm.core.composition.ComposedStructure container,
                                                                org.palladiosimulator.pcm.core.composition.RequiredDelegationConnector linkInstance,
                                                                org.palladiosimulator.pcm.repository.OperationRequiredRole source,
                                                                org.palladiosimulator.pcm.repository.OperationRequiredRole target)
        Generated class or method.
      • canExistProvidedDelegationConnector_4006

        public boolean canExistProvidedDelegationConnector_4006​(org.palladiosimulator.pcm.core.composition.ComposedStructure container,
                                                                org.palladiosimulator.pcm.core.composition.ProvidedDelegationConnector linkInstance,
                                                                org.palladiosimulator.pcm.repository.OperationProvidedRole source,
                                                                org.palladiosimulator.pcm.repository.OperationProvidedRole target)
        Generated class or method.
      • canExistAssemblyInfrastructureConnector_4008

        public boolean canExistAssemblyInfrastructureConnector_4008​(org.palladiosimulator.pcm.core.composition.ComposedStructure container,
                                                                    org.palladiosimulator.pcm.core.composition.AssemblyInfrastructureConnector linkInstance,
                                                                    org.palladiosimulator.pcm.repository.InfrastructureRequiredRole source,
                                                                    org.palladiosimulator.pcm.repository.InfrastructureProvidedRole target)
        Generated class or method.