public abstract class ContinuousMotion
extends java.lang.Object
implements java.util.List<ccs.graph.Node>
Constructor and Description |
---|
ContinuousMotion(TreeDecomp t) |
Modifier and Type | Method and Description |
---|---|
void |
add(int arg0,
ccs.graph.Node arg1) |
boolean |
add(ccs.graph.Node n) |
boolean |
addAll(java.util.Collection<? extends ccs.graph.Node> arg0) |
boolean |
addAll(int arg0,
java.util.Collection<? extends ccs.graph.Node> arg1) |
void |
clear() |
boolean |
contains(java.lang.Object arg0) |
boolean |
containsAll(java.util.Collection<?> arg0) |
abstract ccs.graph.Node |
endNode() |
boolean |
equals(java.lang.Object obj) |
ccs.graph.Node |
get(int index) |
java.util.AbstractList<SolutionType> |
getSolutionTypes() |
int |
indexOf(java.lang.Object arg0) |
boolean |
isEmpty() |
java.util.Iterator<ccs.graph.Node> |
iterator() |
int |
lastIndexOf(java.lang.Object arg0)
Not supported.
|
java.util.ListIterator<ccs.graph.Node> |
listIterator() |
java.util.ListIterator<ccs.graph.Node> |
listIterator(int arg0) |
ccs.graph.Node |
remove(int arg0) |
boolean |
remove(java.lang.Object arg0) |
boolean |
removeAll(java.util.Collection<?> arg0) |
boolean |
retainAll(java.util.Collection<?> arg0) |
<E> ContinuousMotionSamples<E> |
sample(NodeSampler<E> s)
Using a NodeSampler to sample every node.
|
ccs.graph.Node |
set(int index,
ccs.graph.Node n) |
int |
size() |
abstract ccs.graph.Node |
startNode() |
java.util.List<ccs.graph.Node> |
subList(int fromIndex,
int toIndex) |
java.lang.Object[] |
toArray() |
<T> T[] |
toArray(T[] arg0) |
java.lang.String |
toString() |
public ContinuousMotion(TreeDecomp t)
public abstract ccs.graph.Node startNode()
public abstract ccs.graph.Node endNode()
public java.util.AbstractList<SolutionType> getSolutionTypes()
public java.lang.String toString()
toString
in class java.lang.Object
public int size()
size
in interface java.util.Collection<ccs.graph.Node>
size
in interface java.util.List<ccs.graph.Node>
public ccs.graph.Node set(int index, ccs.graph.Node n)
set
in interface java.util.List<ccs.graph.Node>
public boolean add(ccs.graph.Node n)
add
in interface java.util.Collection<ccs.graph.Node>
add
in interface java.util.List<ccs.graph.Node>
public ccs.graph.Node get(int index)
get
in interface java.util.List<ccs.graph.Node>
public void clear()
clear
in interface java.util.Collection<ccs.graph.Node>
clear
in interface java.util.List<ccs.graph.Node>
public boolean contains(java.lang.Object arg0)
contains
in interface java.util.Collection<ccs.graph.Node>
contains
in interface java.util.List<ccs.graph.Node>
public boolean containsAll(java.util.Collection<?> arg0)
containsAll
in interface java.util.Collection<ccs.graph.Node>
containsAll
in interface java.util.List<ccs.graph.Node>
public int indexOf(java.lang.Object arg0)
indexOf
in interface java.util.List<ccs.graph.Node>
public boolean isEmpty()
isEmpty
in interface java.util.Collection<ccs.graph.Node>
isEmpty
in interface java.util.List<ccs.graph.Node>
public java.util.Iterator<ccs.graph.Node> iterator()
iterator
in interface java.lang.Iterable<ccs.graph.Node>
iterator
in interface java.util.Collection<ccs.graph.Node>
iterator
in interface java.util.List<ccs.graph.Node>
public int lastIndexOf(java.lang.Object arg0)
lastIndexOf
in interface java.util.List<ccs.graph.Node>
java.lang.UnsupportedOperationException
public java.util.ListIterator<ccs.graph.Node> listIterator()
listIterator
in interface java.util.List<ccs.graph.Node>
public java.util.ListIterator<ccs.graph.Node> listIterator(int arg0)
listIterator
in interface java.util.List<ccs.graph.Node>
public java.util.List<ccs.graph.Node> subList(int fromIndex, int toIndex)
subList
in interface java.util.List<ccs.graph.Node>
fromIndex
- includedtoIndex
- not includedList.subList(int, int)
public java.lang.Object[] toArray()
toArray
in interface java.util.Collection<ccs.graph.Node>
toArray
in interface java.util.List<ccs.graph.Node>
public <T> T[] toArray(T[] arg0)
toArray
in interface java.util.Collection<ccs.graph.Node>
toArray
in interface java.util.List<ccs.graph.Node>
public void add(int arg0, ccs.graph.Node arg1)
add
in interface java.util.List<ccs.graph.Node>
public boolean addAll(java.util.Collection<? extends ccs.graph.Node> arg0)
addAll
in interface java.util.Collection<ccs.graph.Node>
addAll
in interface java.util.List<ccs.graph.Node>
public boolean addAll(int arg0, java.util.Collection<? extends ccs.graph.Node> arg1)
addAll
in interface java.util.List<ccs.graph.Node>
public boolean remove(java.lang.Object arg0)
remove
in interface java.util.Collection<ccs.graph.Node>
remove
in interface java.util.List<ccs.graph.Node>
public ccs.graph.Node remove(int arg0)
remove
in interface java.util.List<ccs.graph.Node>
public boolean removeAll(java.util.Collection<?> arg0)
removeAll
in interface java.util.Collection<ccs.graph.Node>
removeAll
in interface java.util.List<ccs.graph.Node>
public boolean retainAll(java.util.Collection<?> arg0)
retainAll
in interface java.util.Collection<ccs.graph.Node>
retainAll
in interface java.util.List<ccs.graph.Node>
public <E> ContinuousMotionSamples<E> sample(NodeSampler<E> s)
E
- s
- a sampler defining sampling method for each nodepublic boolean equals(java.lang.Object obj)
equals
in interface java.util.Collection<ccs.graph.Node>
equals
in interface java.util.List<ccs.graph.Node>
equals
in class java.lang.Object