public abstract class DefaultConstraintParam<E> extends Object implements ConstraintParam<E>
| Constructor and Description |
|---|
DefaultConstraintParam(String n,
String t)
Make a new number parameter.
|
| Modifier and Type | Method and Description |
|---|---|
String |
fullSignature()
Get the signature of the parameter including the parameter name.
|
String |
getName()
Get the parameter name.
|
String |
prettySignature()
Get the signature of the parameter without the parameter name.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisCompatibleWith, transformpublic String prettySignature()
ConstraintParamprettySignature in interface ConstraintParam<E>public String fullSignature()
ConstraintParamfullSignature in interface ConstraintParam<E>public String getName()
ConstraintParamgetName in interface ConstraintParam<E>Copyright © 2016 University of Nice-Sophia Antipolis. All Rights Reserved.