public class GraphicalActorMetadata extends ActorMetadata
Constructor and Description |
---|
GraphicalActorMetadata(ActorMetadata am)
add the graphical handlers to the actormetadata object
|
GraphicalActorMetadata(java.io.InputStream moml)
Constructor.
|
GraphicalActorMetadata(NamedObj obj)
builds a new ActorMetadata object from an existing NamedObj
|
addAttribute, addDependency, addMetadataHandler, addRelation, addSemanticType, createInstance, getActor, getActorAsNamedObj, getChanged, getClassId, getClassName, getDependencies, getDocumentationAttribute, getId, getInternalClassName, getLSID, getName, getSemanticTypeHash, getSemanticTypes, parseMoMLFile, removeMetadataHandler, removeSemanticType, searchClasspath, setActor, setChanged, setClassId, setDocumentationAttribute, setId, setName, toString, toString
public GraphicalActorMetadata(java.io.InputStream moml) throws InvalidMetadataException
moml
- the xml metadataInvalidMetadataException
public GraphicalActorMetadata(NamedObj obj)
am
- the ActorMetadata to build this object from.public GraphicalActorMetadata(ActorMetadata am) throws java.lang.Exception
java.lang.Exception