EASE.Factories
Class VectorFactorySpecification

java.lang.Object
  |
  +--EASE.Factories.FactorySpecification
        |
        +--EASE.Factories.VectorFactorySpecification

public class VectorFactorySpecification
extends FactorySpecification

A VectorFactory is a factory working with more than one output variable.


Field Summary
 int combineType
           
static int MUTUAL_EXCLUSION
          Types of possible Vector factories.
static int SIMPLE
          Types of possible Vector factories.
 java.util.Vector specs
           
 
Fields inherited from class EASE.Factories.FactorySpecification
ABSTRACT_FACTORY, defaultOutput, granularity, max, min, name, NUMBER_FACTORY, type, VECTOR_FACTORY
 
Constructor Summary
VectorFactorySpecification(java.lang.String name, java.util.Vector specs)
           
 
Methods inherited from class EASE.Factories.FactorySpecification
toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

combineType

public int combineType

SIMPLE

public static int SIMPLE
Types of possible Vector factories.
SIMPLE means the suggestions of the factories are unrelated.
MUTUAL_EXCLUSION means all but one factory will have a default value.

MUTUAL_EXCLUSION

public static int MUTUAL_EXCLUSION
Types of possible Vector factories.
SIMPLE means the suggestions of the factories are unrelated.
MUTUAL_EXCLUSION means all but one factory will have a default value.

specs

public java.util.Vector specs
Constructor Detail

VectorFactorySpecification

public VectorFactorySpecification(java.lang.String name,
                                  java.util.Vector specs)