public class ModelEntity extends Object
| Constructor and Description |
|---|
ModelEntity(Entity entity,
String fileName)
Creates a model entity.
|
| Modifier and Type | Method and Description |
|---|---|
Entity |
getEntity()
Gets the entity.
|
File |
getFile()
Gets the model file.
|
boolean |
hasChanged()
Returns whether the modelfile has changed.
|
public ModelEntity(Entity entity, String fileName) throws ModelException
entity - the entityfileName - the modelfile's filenameModelException - if file does not exist or is not a regular fileCopyright © 2016 Krake Softwaretechnik. All rights reserved.