Class DefaultRulesGraphStateValidatorImpl<V,E>
- java.lang.Object
-
- science.aist.gtf.graph.validator.impl.DefaultRulesGraphStateValidatorImpl<V,E>
-
- Type Parameters:
V
- the type of the decorated vertex valueE
- the type of the decorated edge value
- All Implemented Interfaces:
GraphStateValidator<V,E>
public class DefaultRulesGraphStateValidatorImpl<V,E> extends Object implements GraphStateValidator<V,E>
Default Aist Way on how a graph has to be, to be valid
- Since:
- 1.0
- Author:
- Andreas Pointner
-
-
Constructor Summary
Constructors Constructor Description DefaultRulesGraphStateValidatorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isValidGraphState(GraphStateAccessor<V,E> graphState)
verifies if a given graph state confirms to a given ruleset
-
-
-
Method Detail
-
isValidGraphState
public boolean isValidGraphState(GraphStateAccessor<V,E> graphState)
Description copied from interface:GraphStateValidator
verifies if a given graph state confirms to a given ruleset- Specified by:
isValidGraphState
in interfaceGraphStateValidator<V,E>
- Parameters:
graphState
- the graph state to be verified- Returns:
- to if the graph state is valid
-
-