|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UncomposableException | |
viper.descriptors | Provides the classes necessary to read comparable Descriptors in from a file. |
viper.descriptors.attributes | Provides the classes necessary to read Attributes in from a file and compare them. |
Uses of UncomposableException in viper.descriptors |
Methods in viper.descriptors that throw UncomposableException | |
Descriptor |
DescSingle.compose(Descriptor D,
EvaluationParameters.ScopeRules scope)
|
static Descriptor |
Descriptor.composeThese(java.util.Iterator L,
EvaluationParameters.ScopeRules scope)
Turns a list of Descriptors into a single Descriptor in order. |
abstract Descriptor |
Descriptor.compose(Descriptor D,
EvaluationParameters.ScopeRules scope)
Composes this descriptor with the given descriptor under the given set of scope and composition rules. |
Descriptor |
DescAggregate.compose(Descriptor D,
EvaluationParameters.ScopeRules scope)
Returns a new descriptor eqiuvalent to this+D. |
Uses of UncomposableException in viper.descriptors.attributes |
Methods in viper.descriptors.attributes that throw UncomposableException | |
Composable |
Composable.compose(Composable partner)
Generate the composition of this object with its partner. |
static Attribute |
Attribute.compose(FrameSpan thisSpan,
Attribute thisAttribute,
FrameSpan otherSpan,
Attribute otherAttribute)
This composes two Attributes across a set of frames using the composeValues method. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |