public interface IModel
Modifier and Type | Method and Description |
---|---|
BCompoundException |
getCompoundException() |
java.lang.String |
getMachineName() |
java.util.List<RulesMachineReference> |
getMachineReferences() |
java.lang.String |
getPath() |
Start |
getStart() |
boolean |
hasError() |
void |
printAsProlog(de.prob.prolog.output.IPrologTermOutput pout,
NodeIdAssignment nodeIdMapping) |
java.lang.String getMachineName()
java.util.List<RulesMachineReference> getMachineReferences()
void printAsProlog(de.prob.prolog.output.IPrologTermOutput pout, NodeIdAssignment nodeIdMapping)
java.lang.String getPath()
boolean hasError()
BCompoundException getCompoundException()
Start getStart()