public class OnlineInkarnation
extends java.lang.Object
Constructor and Description |
---|
OnlineInkarnation(StartStoppKonfiguration skript,
de.bsvrz.sys.startstopp.api.jsonschema.Inkarnation quelle) |
Modifier and Type | Method and Description |
---|---|
de.bsvrz.sys.startstopp.api.jsonschema.Inkarnation |
getInkarnation() |
de.bsvrz.sys.startstopp.api.jsonschema.KernSystem |
getKernSystem() |
java.lang.String |
getName() |
boolean |
isConfiguration() |
boolean |
isKernSystem() |
boolean |
isTransmitter() |
public OnlineInkarnation(StartStoppKonfiguration skript, de.bsvrz.sys.startstopp.api.jsonschema.Inkarnation quelle) throws de.bsvrz.sys.startstopp.api.StartStoppException
de.bsvrz.sys.startstopp.api.StartStoppException
public boolean isKernSystem()
public boolean isTransmitter()
public de.bsvrz.sys.startstopp.api.jsonschema.KernSystem getKernSystem()
public boolean isConfiguration()
public java.lang.String getName()
public de.bsvrz.sys.startstopp.api.jsonschema.Inkarnation getInkarnation()