public class BlockContractValidityTermLabelFactory extends Object implements TermLabelFactory<BlockContractValidityTermLabel>
BlockContractValidityTermLabel
objects.Constructor and Description |
---|
BlockContractValidityTermLabelFactory() |
Modifier and Type | Method and Description |
---|---|
BlockContractValidityTermLabel |
parseInstance(List<String> parameters)
Parses the arguments and produces a term label.
|
public BlockContractValidityTermLabelFactory()
public BlockContractValidityTermLabel parseInstance(List<String> parameters) throws TermLabelException
An implementation should throw a TermLabelException
if the
arguments cannot be parsed correctly for this type.
This method accepts single arguments which can be parsed as a String
.
parseInstance
in interface TermLabelFactory<BlockContractValidityTermLabel>
parameters
- the arguments for parsing, not null
, no entry
null
null
TermLabelException
- if the parameters were illegally formatted