Class DependencyTypeImpl

java.lang.Object
de.uni_trier.wi2.procake.dependency.impl.DependencyTypeImpl
All Implemented Interfaces:
DependencyType

public class DependencyTypeImpl extends Object implements DependencyType
Implementation of DependencyType.
Author:
Alexander Schultheis
  • Constructor Details

    • DependencyTypeImpl

      public DependencyTypeImpl(String dependencyTypeName, boolean graphItemInformationRequired)
  • Method Details

    • 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.