com.adactus.mpeg21.didl.model
Interface Assertion

All Known Implementing Classes:
AssertionType

public interface Assertion

An assertion defines a full or partially configured state of a choice by asserting true, false or undecided values for some number of predicates associated with the selections for that choice.

The assertion can in other words be used to preconfigure and/or restore the current state in a chain of choices.


Method Summary
 java.lang.String[] getNegatives()
          Get the selections predicated as positive.
 java.lang.String[] getPositives()
          Get the selections predicated as positive.
 java.lang.String getTarget()
          Get the annotation target identifier.
 

Method Detail

getNegatives

java.lang.String[] getNegatives()
Get the selections predicated as positive.

Returns:
an array of selections which are to be asserted as unselected

getPositives

java.lang.String[] getPositives()
Get the selections predicated as positive.

Returns:
an array of selections which are to be asserted as selected

getTarget

java.lang.String getTarget()
Get the annotation target identifier.

Returns:
the target identifier