Modifier and Type | Method and Description |
---|---|
ModelHistory |
ModelHistory.cloneObject()
Creates and returns a deep copy of this
ModelHistory object. |
ModelHistory |
SBase.getModelHistory()
Returns the
ModelHistory object, if any, attached to this object. |
static ModelHistory |
RDFAnnotationParser.parseRDFAnnotation(XMLNode annotation)
Parses an annotation into a
ModelHistory class instance. |
static ModelHistory |
RDFAnnotationParser.parseRDFAnnotation(XMLNode annotation,
String metaId)
Parses an annotation into a
ModelHistory class instance. |
static ModelHistory |
RDFAnnotationParser.parseRDFAnnotation(XMLNode annotation,
String metaId,
XMLInputStream stream)
Parses an annotation into a
ModelHistory class instance. |
Modifier and Type | Method and Description |
---|---|
int |
SBase.setModelHistory(ModelHistory history)
Sets the
ModelHistory of this object. |
Constructor and Description |
---|
ModelHistory(ModelHistory orig)
Copy constructor; creates a copy of this
ModelHistory object. |