org.jgrapht.alg.isomorphism
Interface IsomorphismInspector<V,E>
-
- Type Parameters:
V- the type of the verticesE- the type of the edges
- All Known Implementing Classes:
- VF2AbstractIsomorphismInspector, VF2GraphIsomorphismInspector, VF2SubgraphIsomorphismInspector
public interface IsomorphismInspector<V,E>General interface for graph and subgraph isomorphism.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.util.Iterator<GraphMapping<V,E>>getMappings()Get an iterator over all existing (isomorphic) mappings between two graphs.booleanisomorphismExists()Check if an isomorphism exists.
-
-
-
Method Detail
-
getMappings
java.util.Iterator<GraphMapping<V,E>> getMappings()
Get an iterator over all existing (isomorphic) mappings between two graphs.- Returns:
- an iterator over all existing (isomorphic) mappings between two graphs
-
isomorphismExists
boolean isomorphismExists()
Check if an isomorphism exists.- Returns:
- true if there is an isomorphism, false otherwise
-
-
DataMelt 3.0 © DataMelt by jWork.ORG