Package org.jspace

Interface TemplateField

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ActualField, FormalField

public interface TemplateField
extends java.io.Serializable
Identifies a generic template field.
  • Method Summary

    Modifier and Type Method Description
    boolean match​(java.lang.Object o)
    Checks if the object o matches against this field.
  • Method Details

    • match

      boolean match​(java.lang.Object o)
      Checks if the object o matches against this field.
      Parameters:
      o - a generic object
      Returns:
      true if the object o matches against this field.