Class GraphReader
java.lang.Object
ai.stapi.graphoperations.graphReader.GraphReader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionread(ai.stapi.identity.UniqueIdentifier startElementId, PositiveGraphDescription graphDescription, InMemoryGraphRepository contextualGraph) read(ai.stapi.identity.UniqueIdentifier startElementId, PositiveGraphDescription firstElementDescription, PositiveGraphDescription graphDescription, Graph contextualGraph) readFromUncertainFirstElement(ai.stapi.identity.UniqueIdentifier startElementId, PositiveGraphDescription graphDescriptionForNextElement, InMemoryGraphRepository contextualGraph) <T> List<T>readValues(ai.stapi.identity.UniqueIdentifier startElementId, PositiveGraphDescription graphDescription, InMemoryGraphRepository contextualGraph) <T> List<T>readValuesFromUncertainFirstElement(ai.stapi.identity.UniqueIdentifier startElementId, PositiveGraphDescription graphDescription, InMemoryGraphRepository contextualGraph)
-
Constructor Details
-
GraphReader
-
-
Method Details
-
read
public List<ReadResult> read(ai.stapi.identity.UniqueIdentifier startElementId, PositiveGraphDescription graphDescription, InMemoryGraphRepository contextualGraph) -
readFromUncertainFirstElement
public List<ReadResult> readFromUncertainFirstElement(ai.stapi.identity.UniqueIdentifier startElementId, PositiveGraphDescription graphDescriptionForNextElement, InMemoryGraphRepository contextualGraph) -
read
public List<ReadResult> read(ai.stapi.identity.UniqueIdentifier startElementId, PositiveGraphDescription firstElementDescription, PositiveGraphDescription graphDescription, Graph contextualGraph) -
readValues
public <T> List<T> readValues(ai.stapi.identity.UniqueIdentifier startElementId, PositiveGraphDescription graphDescription, InMemoryGraphRepository contextualGraph) -
readValuesFromUncertainFirstElement
public <T> List<T> readValuesFromUncertainFirstElement(ai.stapi.identity.UniqueIdentifier startElementId, PositiveGraphDescription graphDescription, InMemoryGraphRepository contextualGraph)
-