rcssjava.coach
Class SubPattern

java.lang.Object
  extended by rcssjava.coach.SubPattern
All Implemented Interfaces:
java.io.Serializable

public class SubPattern
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.lang.Object feature
           
 int[] whichCondIndex
           
 int whichCondObject
           
 int[] whichFeatIndex
           
 int whichFeatStorObject
           
 
Constructor Summary
SubPattern(java.lang.Object featureI, int whichCondObjectI, int[] whichCondIndexI, int whichFeatStorObjectI, int[] whichFeatIndexI)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

feature

public java.lang.Object feature

whichCondObject

public int whichCondObject

whichCondIndex

public int[] whichCondIndex

whichFeatStorObject

public int whichFeatStorObject

whichFeatIndex

public int[] whichFeatIndex
Constructor Detail

SubPattern

public SubPattern(java.lang.Object featureI,
                  int whichCondObjectI,
                  int[] whichCondIndexI,
                  int whichFeatStorObjectI,
                  int[] whichFeatIndexI)