All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sdmlib.models.pattern.Match Maven / Gradle / Ivy

Go to download

SDMLib is a light weight modeling library. SDMLib intentionally comes without any tool or editor.

There is a newer version: 2.3.2341
Show newest version
package org.sdmlib.models.pattern;

public class Match
{
   public int number = 0;

   public int getNumber()
   {
      return number;
   }

   public Match withNumber(int n)
   {
      number = n;
      return this;
   }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy