public class InterestingPoint extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
InterestingPoint.DecisionType  | 
| Modifier and Type | Field and Description | 
|---|---|
long | 
_fromHopID  | 
long | 
_toHopID  | 
| Constructor and Description | 
|---|
InterestingPoint(InterestingPoint.DecisionType type,
                long fromHopID,
                long toHopID)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
long | 
getFromHopID()  | 
long | 
getToHopID()  | 
InterestingPoint.DecisionType | 
getType()  | 
int | 
hashCode()  | 
static boolean | 
isMatPoint(InterestingPoint[] list,
          long from,
          CPlanMemoTable.MemoTableEntry me,
          boolean[] plan)  | 
static boolean | 
isMatPoint(InterestingPoint[] list,
          long from,
          long to)  | 
String | 
toString()  | 
public InterestingPoint(InterestingPoint.DecisionType type, long fromHopID, long toHopID)
public InterestingPoint.DecisionType getType()
public long getFromHopID()
public long getToHopID()
public static boolean isMatPoint(InterestingPoint[] list, long from, CPlanMemoTable.MemoTableEntry me, boolean[] plan)
public static boolean isMatPoint(InterestingPoint[] list, long from, long to)
Copyright © 2021 The Apache Software Foundation. All rights reserved.