Class PCMDFDConstraintLanguageAdapterFactory

    • Constructor Detail

      • PCMDFDConstraintLanguageAdapterFactory

        public PCMDFDConstraintLanguageAdapterFactory()
        Creates an instance of the adapter factory.
        Generated class or method.
    • Method Detail

      • isFactoryForType

        public boolean isFactoryForType​(Object object)
        Returns whether this factory is applicable for the type of the object. This implementation returns true if the object is either the model's package or is an instance object of the model.
        Specified by:
        isFactoryForType in interface AdapterFactory
        Overrides:
        isFactoryForType in class AdapterFactoryImpl
        Returns:
        whether this factory is applicable for the type of the object.
        Generated class or method.
      • createAdapter

        public Adapter createAdapter​(Notifier target)
        Creates an adapter for the target.
        Overrides:
        createAdapter in class AdapterFactoryImpl
        Parameters:
        target - the object to adapt.
        Returns:
        the adapter for the target.
        Generated class or method.
      • createModelAdapter

        public Adapter createModelAdapter()
        Creates a new adapter for an object of class 'Model'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Model
        Generated class or method.
      • createPropertySelectorAdapter

        public Adapter createPropertySelectorAdapter()
        Creates a new adapter for an object of class 'Property Selector'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PropertySelector
        Generated class or method.
      • createPropertyClassSelectorAdapter

        public Adapter createPropertyClassSelectorAdapter()
        Creates a new adapter for an object of class 'Property Class Selector'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PropertyClassSelector
        Generated class or method.
      • createNodeIdentitiySelectorAdapter

        public Adapter createNodeIdentitiySelectorAdapter()
        Creates a new adapter for an object of class 'Node Identitiy Selector'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        NodeIdentitiySelector
        Generated class or method.
      • createSEFFNodeIdentitySelectorAdapter

        public Adapter createSEFFNodeIdentitySelectorAdapter()
        Creates a new adapter for an object of class 'SEFF Node Identity Selector'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        SEFFNodeIdentitySelector
        Generated class or method.
      • createUserActionNodeIdentitySelectorAdapter

        public Adapter createUserActionNodeIdentitySelectorAdapter()
        Creates a new adapter for an object of class 'User Action Node Identity Selector'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        UserActionNodeIdentitySelector
        Generated class or method.
      • createStoreNodeIdentitySelectorAdapter

        public Adapter createStoreNodeIdentitySelectorAdapter()
        Creates a new adapter for an object of class 'Store Node Identity Selector'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        StoreNodeIdentitySelector
        Generated class or method.
      • createUserNodeIdentitySelectorAdapter

        public Adapter createUserNodeIdentitySelectorAdapter()
        Creates a new adapter for an object of class 'User Node Identity Selector'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        UserNodeIdentitySelector
        Generated class or method.
      • createDataChannelNodeIdentitySelectorAdapter

        public Adapter createDataChannelNodeIdentitySelectorAdapter()
        Creates a new adapter for an object of class 'Data Channel Node Identity Selector'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        DataChannelNodeIdentitySelector
        Generated class or method.
      • createActionNodeIdentitySelectorAdapter

        public Adapter createActionNodeIdentitySelectorAdapter()
        Creates a new adapter for an object of class 'Action Node Identity Selector'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ActionNodeIdentitySelector
        Generated class or method.
      • createNodeSelectorAdapter

        public Adapter createNodeSelectorAdapter()
        Creates a new adapter for an object of class 'Node Selector'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        NodeSelector
        Generated class or method.
      • createNodeTypeSelectorForArchitectureAdapter

        public Adapter createNodeTypeSelectorForArchitectureAdapter()
        Creates a new adapter for an object of class 'Node Type Selector For Architecture'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        NodeTypeSelectorForArchitecture
        Generated class or method.
      • createDSL_ModelAdapter

        public Adapter createDSL_ModelAdapter()
        Creates a new adapter for an object of class 'Model'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Model
        Generated class or method.
      • createCharacteristicSelectorAdapter

        public Adapter createCharacteristicSelectorAdapter()
        Creates a new adapter for an object of class 'Characteristic Selector'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        CharacteristicSelector
        Generated class or method.
      • createDSL_NodeSelectorAdapter

        public Adapter createDSL_NodeSelectorAdapter()
        Creates a new adapter for an object of class 'Node Selector'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        NodeSelector
        Generated class or method.
      • createDSL_PropertySelectorAdapter

        public Adapter createDSL_PropertySelectorAdapter()
        Creates a new adapter for an object of class 'Property Selector'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PropertySelector
        Generated class or method.
      • createCharacteristicClassSelectorAdapter

        public Adapter createCharacteristicClassSelectorAdapter()
        Creates a new adapter for an object of class 'Characteristic Class Selector'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        CharacteristicClassSelector
        Generated class or method.
      • createDSL_PropertyClassSelectorAdapter

        public Adapter createDSL_PropertyClassSelectorAdapter()
        Creates a new adapter for an object of class 'Property Class Selector'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PropertyClassSelector
        Generated class or method.
      • createDSL_NodeIdentitiySelectorAdapter

        public Adapter createDSL_NodeIdentitiySelectorAdapter()
        Creates a new adapter for an object of class 'Node Identitiy Selector'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        NodeIdentitiySelector
        Generated class or method.
      • createEObjectAdapter

        public Adapter createEObjectAdapter()
        Creates a new adapter for the default case. This default implementation returns null.
        Returns:
        the new adapter.
        Generated class or method.