public abstract class PSystemAbstractFactory extends Object implements PSystemFactory
| Modifier | Constructor and Description |
|---|---|
protected |
PSystemAbstractFactory(DiagramType type) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractPSystem |
buildEmptyError(UmlSource source,
LineLocation lineLocation) |
protected PSystemError |
buildExecutionError(UmlSource source,
String stringError,
LineLocation lineLocation) |
DiagramType |
getDiagramType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateSystemprotected PSystemAbstractFactory(DiagramType type)
protected final AbstractPSystem buildEmptyError(UmlSource source, LineLocation lineLocation)
protected final PSystemError buildExecutionError(UmlSource source, String stringError, LineLocation lineLocation)
public final DiagramType getDiagramType()
getDiagramType in interface PSystemFactoryCopyright © 2017. All rights reserved.