|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcs.arizona.tau.xml.temporalconstraint.Constraint
cs.arizona.tau.xml.temporalconstraint.TransitionConstraint
public class TransitionConstraint
The TransitionConstraint sub-class extending
Constraint
| Field Summary | |
|---|---|
static int |
VALUEEVOLUTION
Value Evolution mode |
static int |
VALUEPAIR
Value Pair mode |
| Constructor Summary | |
|---|---|
TransitionConstraint(java.lang.String name,
java.lang.String dimension,
java.lang.String selector,
java.lang.String field,
int evaluation_window,
int slide_size,
Applicability applicability,
java.lang.String direction)
Constructing the TransitionConstraint instance
in the value-evolution mode, with its
specific attribute, which is direction. |
|
TransitionConstraint(java.lang.String name,
java.lang.String dimension,
java.lang.String selector,
java.lang.String field,
int evaluation_window,
int slide_size,
Applicability applicability,
java.util.Vector<cs.arizona.tau.xml.temporalconstraint.ValuePair> value_pairs)
Constructing the TransitionConstraint instance
in the value-pair mode, with its
specific attribute, which is direction. |
|
| Method Summary | |
|---|---|
static boolean |
CheckTransitionConstraint(org.w3c.dom.Document temporal_doc,
java.util.Vector<Constraint> constraints)
Checking constraint 6.4 the TransitionConstraint constraint
for both the value-evolution and value-pair cases. |
java.lang.String |
getDirection()
|
int |
getMode()
|
java.util.TreeSet<java.lang.String> |
getValuePairSet()
|
| Methods inherited from class cs.arizona.tau.xml.temporalconstraint.Constraint |
|---|
getApplicability, getDimension, getEvaluationWindow, getField, getName, getSelector, getSlideSize, LoadEvaluationWindow, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static int VALUEEVOLUTION
public static int VALUEPAIR
| Constructor Detail |
|---|
public TransitionConstraint(java.lang.String name,
java.lang.String dimension,
java.lang.String selector,
java.lang.String field,
int evaluation_window,
int slide_size,
Applicability applicability,
java.lang.String direction)
TransitionConstraint instance
in the value-evolution mode, with its
specific attribute, which is direction.
name - dimension - selector - field - evaluation_window - slide_size - applicability - direction - the value evolution direction
public TransitionConstraint(java.lang.String name,
java.lang.String dimension,
java.lang.String selector,
java.lang.String field,
int evaluation_window,
int slide_size,
Applicability applicability,
java.util.Vector<cs.arizona.tau.xml.temporalconstraint.ValuePair> value_pairs)
TransitionConstraint instance
in the value-pair mode, with its
specific attribute, which is direction.
name - dimension - selector - field - evaluation_window - slide_size - applicability - value_pairs - the set of possible value pairs| Method Detail |
|---|
public java.lang.String getDirection()
public java.util.TreeSet<java.lang.String> getValuePairSet()
public int getMode()
public static boolean CheckTransitionConstraint(org.w3c.dom.Document temporal_doc,
java.util.Vector<Constraint> constraints)
TransitionConstraint constraint
for both the value-evolution and value-pair cases.
temporal_doc - the temporal documentconstraints - the list of defined TransitionConstraint
constraints
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||