public class SpecificationModel extends Object implements Iterable<SpecificationSubModel>
Constructor and Description |
---|
SpecificationModel() |
SpecificationModel(String _specModelName) |
Modifier and Type | Method and Description |
---|---|
void |
add(String featureSpec) |
void |
add(String subModelName,
String featureSpec) |
String |
getSpecModelName() |
SpecificationSubModel |
getSpecSubModel(String subModelName) |
Iterator<SpecificationSubModel> |
iterator() |
int |
size() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public SpecificationModel() throws MaltChainedException
MaltChainedException
public SpecificationModel(String _specModelName) throws MaltChainedException
MaltChainedException
public void add(String featureSpec) throws MaltChainedException
MaltChainedException
public void add(String subModelName, String featureSpec) throws MaltChainedException
MaltChainedException
public String getSpecModelName()
public Iterator<SpecificationSubModel> iterator()
iterator
in interface Iterable<SpecificationSubModel>
public int size()
public SpecificationSubModel getSpecSubModel(String subModelName)
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.