Class SemanticIdResolverTest.MyResolver2
- java.lang.Object
-
- de.iip_ecosphere.platform.support.semanticId.SemanticIdResolver
-
- test.de.iip_ecosphere.platform.support.SemanticIdResolverTest.MyResolver2
-
- Enclosing class:
- SemanticIdResolverTest
private static final class SemanticIdResolverTest.MyResolver2 extends de.iip_ecosphere.platform.support.semanticId.SemanticIdResolverWe just need an unknown type.- Author:
- Holger Eichelberger, SSE
-
-
Constructor Summary
Constructors Modifier Constructor Description privateMyResolver2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisResponsible(java.lang.String semanticId)de.iip_ecosphere.platform.support.semanticId.SemanticIdResolutionResultresolveSemanticId(java.lang.String semanticId)
-
-
-
Method Detail
-
resolveSemanticId
public de.iip_ecosphere.platform.support.semanticId.SemanticIdResolutionResult resolveSemanticId(java.lang.String semanticId)
- Specified by:
resolveSemanticIdin classde.iip_ecosphere.platform.support.semanticId.SemanticIdResolver
-
isResponsible
public boolean isResponsible(java.lang.String semanticId)
- Specified by:
isResponsiblein classde.iip_ecosphere.platform.support.semanticId.SemanticIdResolver
-
-