parser.absconparseur.components
Class PDomain

java.lang.Object
  extended by parser.absconparseur.components.PDomain

public class PDomain
extends Object


Constructor Summary
PDomain(String name, int[] values)
           
 
Method Summary
 boolean contains(int value)
           
 boolean controlValueRanging(int min, int max)
           
 BitSet getBitSetDomain()
           
 int getIntersectionSize(PDomain dom2)
           
 int getMaxAbsoluteValue()
           
 int getMaxValue()
           
 int getMinValue()
           
 String getName()
           
 int getNbValues()
           
 String getStringListOfValues()
           
 int[] getValues()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PDomain

public PDomain(String name,
               int[] values)
Method Detail

getName

public String getName()

getValues

public int[] getValues()

getNbValues

public int getNbValues()

getBitSetDomain

public BitSet getBitSetDomain()

getIntersectionSize

public int getIntersectionSize(PDomain dom2)

getMinValue

public int getMinValue()

getMaxValue

public int getMaxValue()

getMaxAbsoluteValue

public int getMaxAbsoluteValue()

contains

public boolean contains(int value)

toString

public String toString()
Overrides:
toString in class Object

getStringListOfValues

public String getStringListOfValues()

controlValueRanging

public boolean controlValueRanging(int min,
                                   int max)

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2012. All Rights Reserved.