- All Implemented Interfaces:
Serializable, Term
public class Delete
extends Object
implements Term
Remove a factor from the formula.
- See Also:
-
-
Constructor Summary
Constructors
-
Method Summary
Binds the term to a schema.
Returns the set of variables used in this term.
-
-
Method Details
-
-
bind
Description copied from interface: Term
Binds the term to a schema.
- Specified by:
bind in interface Term
- Parameters:
schema - the schema to bind the term with.
- Returns:
- the feature list.
-
variables
Description copied from interface: Term
Returns the set of variables used in this term.
- Specified by:
variables in interface Term
- Returns:
- the set of variables used in this term.
-
expand
Description copied from interface: Term
Expands the term (e.g. FactorCrossing).
- Specified by:
expand in interface Term
- Returns:
- the expanded terms.