public class Universal extends CEConstraint
CEConstraint.Expand, CEConstraint.Segmentattributes, DEBUG, dimrefs, dmr, enums, expansion, finished, groups, PARSEDEBUG, redef, redefslice, refdims, segments, universals, variables| Constructor and Description |
|---|
Universal() |
Universal(DapDataset dmr) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
build() |
CEConstraint |
finish()
Finish creating this Constraint; for Universal,
this does nothing; the important stuff is in build().
|
java.util.List<Slice> |
getConstrainedSlices(DapVariable var) |
boolean |
isUniversal() |
boolean |
references(DapNode node)
Reference X match
|
static java.util.List<Slice> |
universalSlices(DapVariable var) |
addAttribute, addRedef, addVariable, compare, compile, computedimensions, computeenums, computegroups, contract, contractR, dumpvar, eval, expand, expansionCount, findSegment, findVariableIndex, getConstrainedDimensions, getDMR, getRedefDim, getUniversal, isWholeCompound, match, matches, release, setFilter, toConstraintString, toStringpublic Universal()
public Universal(DapDataset dmr) throws DapException
DapExceptionpublic boolean isUniversal()
isUniversal in class CEConstraintpublic CEConstraint finish() throws DapException
finish in class CEConstraintDapExceptionprotected void build()
throws DapException
DapExceptionpublic boolean references(DapNode node)
CEConstraintreferences in class CEConstraintnode - to testpublic java.util.List<Slice> getConstrainedSlices(DapVariable var) throws DapException
getConstrainedSlices in class CEConstraintDapExceptionpublic static java.util.List<Slice> universalSlices(DapVariable var) throws DapException
DapException