Package se.conciliate.extensions.xml
Interface TypeResolver
public interface TypeResolver
Used to resolve types from XML data when updating repository data from XML.
-
Method Summary
Modifier and TypeMethodDescriptiongetEdgeRouter
(String routerID) Returns the corresponding edge router for a router ID.getEdgeType
(String typeID) Returns the corresponding edge type for a type ID.getModelType
(String typeID) Returns the corresponding model type for a type ID.getSymbolType
(String typeID) Returns the corresponding symbol type for a type ID.getSymbolVariant
(String typeID, String variantID) Returns a symbol variant given the type and variant ID.
-
Method Details
-
getSymbolVariant
Returns a symbol variant given the type and variant ID. -
getSymbolType
Returns the corresponding symbol type for a type ID. -
getModelType
Returns the corresponding model type for a type ID. -
getEdgeType
Returns the corresponding edge type for a type ID. -
getEdgeRouter
Returns the corresponding edge router for a router ID.
-