public abstract class PSystemAbstractFactory extends java.lang.Object implements PSystemFactory
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
EMPTY_DESCRIPTION |
| Modifier | Constructor and Description |
|---|---|
protected |
PSystemAbstractFactory(DiagramType type) |
| Modifier and Type | Method and Description |
|---|---|
protected PSystemError |
buildEmptyError(UmlSource source,
LineLocation lineLocation,
java.util.List<StringLocated> trace) |
protected PSystemError |
buildExecutionError(UmlSource source,
java.lang.String stringError,
LineLocation lineLocation,
java.util.List<StringLocated> trace) |
DiagramType |
getDiagramType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateSystempublic static final java.lang.String EMPTY_DESCRIPTION
protected PSystemAbstractFactory(DiagramType type)
protected final PSystemError buildEmptyError(UmlSource source, LineLocation lineLocation, java.util.List<StringLocated> trace)
protected final PSystemError buildExecutionError(UmlSource source, java.lang.String stringError, LineLocation lineLocation, java.util.List<StringLocated> trace)
public final DiagramType getDiagramType()
getDiagramType in interface PSystemFactory