* also create the Sofa for that view.
*/
public Sofa(JCas jcas, SofaID ID, String mimeType) {
super(jcas);
final CASImpl casImpl = jcasType.casImpl;
casImpl.addSofa(casImpl.createFS(this.addr), ID.getSofaID(), mimeType);
casImpl.getView(this); // needed to make reset work
}
/**
* <!-- begin-user-doc --> Write your own initialization here <!-- end-user-doc -->