public final class ModalOperatorSV extends AbstractSV
| Modifier and Type | Field and Description |
|---|---|
private ImmutableSet<Modality> |
modalities
the set of modalities this sv can match
|
| Constructor and Description |
|---|
ModalOperatorSV(Name name,
ImmutableSet<Modality> modalities)
creates a new SchemaVariable that is used as placeholder for
modal operators.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableSet<Modality> |
getModalities()
returns an unmodifiable set of operators this schemavariable can match
|
java.lang.String |
proofToString()
Creates a parseable string representation of the declaration of the
schema variable.
|
java.lang.String |
toString() |
isStrict, toStringadditionalValidTopLevel, additionalValidTopLevel2, argSort, argSorts, sort, sortarity, bindVarsAt, isRigid, name, validTopLevel, whereToBindclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitargSort, argSorts, sortarity, bindVarsAt, isRigid, sort, validTopLevelprivate final ImmutableSet<Modality> modalities
ModalOperatorSV(Name name, ImmutableSet<Modality> modalities)
name - the Name of the SchemaVariablemodalities - modal operators matched by this SVpublic ImmutableSet<Modality> getModalities()
public java.lang.String toString()
toString in class AbstractOperatorpublic java.lang.String proofToString()
SchemaVariable