public class ExtendedLinkSpecification extends LinkSpecification
ADD, AND, atomicMeasure, children, dependencies, filterExpression, fullExpression, MAX, MIN, MINUS, operator, OR, parent, prop1, prop2, quality, threshold, treePath, XOR| Constructor and Description |
|---|
ExtendedLinkSpecification() |
ExtendedLinkSpecification(String measure,
double threshold) |
| Modifier and Type | Method and Description |
|---|---|
void |
readSpec(String spec,
double theta)
Reads a link specification expression into its canonical form Don't
forget to optimize the filters by checking (if threshold_left and
threshold_right grater than or equals to theta, then theta equals 0)
|
addChild, addDependency, clone, compareTo, containsRedundantProperties, equals, getAllLeaves, getAtomicMeasure, getChildren, getDependencies, getDepth, getFilterExpression, getFullExpression, getLowThreshold, getMeasure, getOperator, getParent, getProperty1, getProperty2, getQuality, getShortendFilterExpression, getThreshold, hasDependencies, hashCode, isAtomic, isEmpty, isRoot, pathOfAtomic, removeDependency, setAtomicFilterExpression, setAtomicMeasure, setChildren, setDependencies, setFullExpression, setLeaf, setLowThreshold, setOperator, setParent, setQuality, setThreshold, size, toString, toStringOneLine, toStringPrettypublic ExtendedLinkSpecification()
public ExtendedLinkSpecification(String measure, double threshold)
public void readSpec(String spec, double theta)
readSpec in class LinkSpecificationspec - Spec expression to readtheta - Global thresholdCopyright © 2018. All rights reserved.