PnetError enum

errors return by pnet methods

Inheritance

Constructors

PnetError()
const

Values

pnetInfoOk → const PnetError
pnetInfoNoNegArcsNorInhibitArcsProvidedNoTransitionWillBeSensibilized → const PnetError
pnetInfoNoWeightedArcsNorResetArcsProvidedNoTokenWillBeMovedOrSet → const PnetError
pnetInfoInputsWerePassedButNoInputMapWasSetWhenThePetriNetWasCreated → const PnetError
pnetInfoNoCallbackFunctionWasPassedWhileUsingTimedTransitionsWatchOut → const PnetError
pnetErrorNoArcsWereGiven → const PnetError
pnetErrorPlaceInitMustHaveOnlyOneRow → const PnetError
pnetErrorTransitionsDelayMustHaveOnlyOneRow → const PnetError
pnetErrorPlacesInitMustNotBeNull → const PnetError
pnetErrorPosArcsHasIncorrectNumberOfPlaces → const PnetError
pnetErrorPosArcsHasIncorrectNumberOfTransitions → const PnetError
pnetErrorInhibitArcsHasIncorrectNumberOfPlaces → const PnetError
pnetErrorInhibitArcsHasIncorrectNumberOfTransitions → const PnetError
pnetErrorResetArcsHasIncorrectNumberOfPlaces → const PnetError
pnetErrorResetArcsHasIncorrectNumberOfTransitions → const PnetError
pnetErrorPlacesInitHasIncorrectNumberOfPlacesOnItsFirstRow → const PnetError
pnetErrorTransitionsDelayHasDifferentNumberOfTransitionsInItsFirstRowThanInTheArcs → const PnetError
pnetErrorInputsHasDifferentNumberOfTransitionsInItsFirstRowThanInTheArcs → const PnetError
pnetErrorInputsThereAreMoreThanOneInputPerTransition → const PnetError
pnetErrorOutputsHasDifferentNumberOfPlacesInItsFirstColumnsThanInTheArcs → const PnetError
pnetErrorPnetStructPointerPassedAsArgumentIsNull → const PnetError
pnetErrorInputMatrixArgumentSizeDoesntMatchTheInputSizeOnThePnetProvided → const PnetError
pnetErrorThreadCouldNotBeCreated → const PnetError
pnetErrorMatrixPassedIsNull → const PnetError
pnetErrorMatrixMinimalSizeIs1By1 → const PnetError
pnetErrorMatrixIndexXYOutOfRange → const PnetError
pnetErrorMatricesShouldBeOfTheSameSize → const PnetError
pnetErrorMatricesShouldBeSquareMatrices → const PnetError
pnetErrorMatricesShouldBeTranposedEquivalents → const PnetError
pnetErrorMatrixTooBigToSerialize → const PnetError
pnetInfoPnetNotValidToSerialize → const PnetError
pnetErrorFileInvalidFiletype → const PnetError
pnetErrorFileInvalidChecksum → const PnetError
pnetErrorFileCorruptedData → const PnetError
errorCouldNotIniializeNativeLib → const PnetError

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<PnetError>
A constant List of the values in this enum, in order of their declaration.