public static class

DFA3.DUI

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.DFA3.DUI

Summary

Public Constructors
DUI(List<Integer> def, List<Integer> use, List<Integer> defpot, List<Integer> usepot, List<Integer> spoiled)
Public Methods
Collection<Integer> getDef()
Collection<Integer> getDefPot()
Collection<Integer> getSpoiled()
Collection<Integer> getUse()
Collection<Integer> getUsePot()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public DUI (List<Integer> def, List<Integer> use, List<Integer> defpot, List<Integer> usepot, List<Integer> spoiled)

Public Methods

public Collection<Integer> getDef ()

public Collection<Integer> getDefPot ()

public Collection<Integer> getSpoiled ()

public Collection<Integer> getUse ()

public Collection<Integer> getUsePot ()