Class RelationalFeature

  • All Implemented Interfaces:
    java.io.Serializable

    public class RelationalFeature
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String name  
      java.lang.String[][] values  
    • Constructor Summary

      Constructors 
      Constructor Description
      RelationalFeature​(int size, java.lang.String declaration, java.io.BufferedReader br)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFeature​(int firstIndex, int secondIndex)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        public java.lang.String name
      • values

        public java.lang.String[][] values
    • Constructor Detail

      • RelationalFeature

        public RelationalFeature​(int size,
                                 java.lang.String declaration,
                                 java.io.BufferedReader br)
                          throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getFeature

        public java.lang.String getFeature​(int firstIndex,
                                           int secondIndex)