Class SubcomponentTypeInfo

java.lang.Object
jadex.model.modelinfo.Startable
jadex.model.modelinfo.SubcomponentTypeInfo

public class SubcomponentTypeInfo extends Startable
Component type representation.
  • Field Details

    • name

      protected String name
      The name.
    • filename

      protected String filename
      The filename.
  • Constructor Details

    • SubcomponentTypeInfo

      public SubcomponentTypeInfo()
      Create a new component type.
    • SubcomponentTypeInfo

      public SubcomponentTypeInfo(String name, String filename)
      Create a new component type.
  • Method Details

    • getName

      public String getName()
      Get the name.
      Returns:
      The name.
    • setName

      public void setName(String name)
      Set the name.
      Parameters:
      name - The name to set.
    • getFilename

      public String getFilename()
      Get the filename.
      Returns:
      The filename.
    • setFilename

      public void setFilename(String filename)
      Set the filename.
      Parameters:
      filename - The name to set.