A
- assumption type.public class SubgraphAssumptions<A extends Assumption<?>> extends Object
Constructor and Description |
---|
SubgraphAssumptions(List<A> inValues,
List<A> outValues) |
Modifier and Type | Method and Description |
---|---|
List<A> |
getInValues()
Gets assumptions along incoming edges.
|
List<A> |
getOutValues()
Gets assumptions along outgoing edges.
|
static <A extends Assumption<?>> |
replaceInValues(SubgraphAssumptions<A> assumptions,
A inValue) |
static <A extends Assumption<?>> |
replaceInValues(SubgraphAssumptions<A> assumptions,
ArrayList<A> inValues) |
static <A extends Assumption<?>> |
replaceOutValues(SubgraphAssumptions<A> assumptions,
A outValue) |
static <A extends Assumption<?>> |
replaceOutValues(SubgraphAssumptions<A> assumptions,
ArrayList<A> outValues) |
String |
toString() |
public static <A extends Assumption<?>> SubgraphAssumptions<A> replaceInValues(SubgraphAssumptions<A> assumptions, A inValue)
public static <A extends Assumption<?>> SubgraphAssumptions<A> replaceInValues(SubgraphAssumptions<A> assumptions, ArrayList<A> inValues)
public static <A extends Assumption<?>> SubgraphAssumptions<A> replaceOutValues(SubgraphAssumptions<A> assumptions, A outValue)
public static <A extends Assumption<?>> SubgraphAssumptions<A> replaceOutValues(SubgraphAssumptions<A> assumptions, ArrayList<A> outValues)
Copyright © 2018. All rights reserved.