public abstract class PSystemAbstractFactory extends java.lang.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,
java.lang.String stringError,
LineLocation lineLocation) |
DiagramType |
getDiagramType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createSystem
protected PSystemAbstractFactory(DiagramType type)
protected final AbstractPSystem buildEmptyError(UmlSource source, LineLocation lineLocation)
protected final PSystemError buildExecutionError(UmlSource source, java.lang.String stringError, LineLocation lineLocation)
public final DiagramType getDiagramType()
getDiagramType
in interface PSystemFactory
Copyright © 2018. All Rights Reserved.