Uses of Class
de.grogra.mtg.MTGError.MTGGraphBuildException
-
Uses of MTGError.MTGGraphBuildException in de.grogra.mtg
Modifier and TypeMethodDescriptionstatic int
MTGKeys.doubleToInt
(Object value) static double
MTGKeys.integerToDouble
(Object value) static int
MTGKeys.keywordToCodeDecomposition
(String keyword) static int
MTGKeys.keywordToCodeDefinition
(String keyword) static int
MTGKeys.keywordToCodeEdgeType
(String keyword) static int
MTGKeys.keywordToCodeMax
(String keyword) static int
MTGKeys.keywordToCodeRelType
(String keyword) boolean
MTGGraphBuilder.processTokens
(String[] tokens) Processes tokens and generates nodes and edges as necessary to the current graph.int
MTGGraphBuilderBodyData.processTokensBodyData
(String[] tokens) Processes/loads data from a line read from the MTG file from keyword "MTG:" onwards.int
MTGGraphBuilderHeaderAttributes.processTokensHeaderAttributes
(String[] tokens) int
MTGGraphBuilderHeaderClasses.processTokensHeaderClasses
(String[] tokens) int
MTGGraphBuilderHeaderCode.processTokensHeaderCode
(String[] tokens) int
MTGGraphBuilderHeaderTopo.processTokensHeaderTopo
(String[] tokens)