Package | Description |
---|---|
org.processmininguc.balsa.models | |
org.processmininguc.balsa.models.impl.smadu | |
org.processmininguc.balsa.parameters |
Modifier and Type | Method and Description |
---|---|
Artifact |
Balsa.findArtifactByName(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Artifact> |
Balsa.getArtifacts() |
Modifier and Type | Method and Description |
---|---|
void |
Balsa.addArtifact(Artifact artifact) |
Modifier and Type | Class and Description |
---|---|
class |
ArtifactImpl |
Modifier and Type | Method and Description |
---|---|
Artifact |
BalsaFactorySMADU.createArtifact(java.lang.String name) |
Artifact |
BalsaImpl.findArtifactByName(java.lang.String name)
Looks for the artifact with the given name.
|
Artifact |
BalsaImpl.getArtifact(java.lang.String artName) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Artifact> |
BalsaImpl.getArtifacts() |
Modifier and Type | Method and Description |
---|---|
void |
BalsaImpl.addArtifact(Artifact artifact) |
Constructor and Description |
---|
BalsaImpl(java.util.List<Artifact> artList,
java.util.List<StateMachineDiagram> smdList,
java.util.List<ActivityDiagram> adList) |
Modifier and Type | Method and Description |
---|---|
Artifact |
ConvertBalsaArtifactToPetriNetConfiguration.getArtifactToConvert() |
Modifier and Type | Method and Description |
---|---|
void |
ConvertBalsaArtifactToPetriNetConfiguration.setArtifactToConvert(Artifact artifactToConvert) |