Package jadex.bpmn.model
Class MArtifact
java.lang.Object
jadex.bpmn.model.MIdElement
jadex.bpmn.model.MAnnotationElement
jadex.bpmn.model.MNamedIdElement
jadex.bpmn.model.MArtifact
An artifact is a thing such as a text associated to
some other thing such as an activity.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<MAssociation> The associations.protected StringThe type.Fields inherited from class jadex.bpmn.model.MNamedIdElement
description, nameFields inherited from class jadex.bpmn.model.MAnnotationElement
annotationsFields inherited from class jadex.bpmn.model.MIdElement
id, ID_GENERATOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAssociation(MAssociation association) Add an association.Get the associations.getType()Get the type.voidremoveAssociation(MAssociation association) Remove an association.voidSet the type.Methods inherited from class jadex.bpmn.model.MNamedIdElement
getDescription, getName, setDescription, setNameMethods inherited from class jadex.bpmn.model.MAnnotationElement
addAnnotation, getAnnotationsMethods inherited from class jadex.bpmn.model.MIdElement
equals, getId, hashCode, setId
-
Field Details
-
associations
The associations. -
type
The type.
-
-
Constructor Details
-
MArtifact
public MArtifact()
-
-
Method Details
-
getAssociations
Get the associations. return The associations. -
addAssociation
Add an association.- Parameters:
association- The association.
-
removeAssociation
Remove an association.- Parameters:
association- The association.
-
getType
Get the type.- Returns:
- The type.
-
setType
Set the type.- Parameters:
type- The type to set.
-