Class DependencyTypeImpl

    • Constructor Detail

      • DependencyTypeImpl

        public DependencyTypeImpl​(String dependencyTypeName,
                                  boolean graphItemInformationRequired)
    • Method Detail

      • isGraphItemInformationRequired

        public boolean isGraphItemInformationRequired()
        Description copied from interface: DependencyType
        Method, that returns, if additional information for graph items is required. If so, the source and target cases for this dependency type must be nest graphs or subclasses of it.
        Specified by:
        isGraphItemInformationRequired in interface DependencyType
        Returns:
        True, if graph item information is required.
      • getName

        public String getName()
        Description copied from interface: DependencyType
        Method, that returns the name of the dependency type. The name is used as unique identifier.
        Specified by:
        getName in interface DependencyType
        Returns:
        The name of the dependency type.
      • setDescription

        public void setDescription​(String description)
        Description copied from interface: DependencyType
        Method, that adds a description for a dependency type.
        Specified by:
        setDescription in interface DependencyType
        Parameters:
        description - The description of the dependency type as string.
      • getDescription

        public String getDescription()
        Description copied from interface: DependencyType
        Method, that returns a description for a dependency type.
        Specified by:
        getDescription in interface DependencyType
        Returns:
        The description of the dependency type as string.