Uses of Class
oms3.Compound
-
Packages that use Compound Package Description oms3.control Control Compounds.oms3.ds Data structures that manage compounds.oms3.util Utilities. -
-
Uses of Compound in oms3.control
Subclasses of Compound in oms3.control Modifier and Type Class Description classConditionalConditional Compound.classIf'If' control Component.classIterationDeprecated.classTimeTime Control ComponentclassUntilWhile Component.classWhileWhile Component. -
Uses of Compound in oms3.ds
Methods in oms3.ds that return Compound Modifier and Type Method Description CompoundGrid. get(int x, int y)CompoundTree. getRoot()CompoundTree. parent(Compound c)Methods in oms3.ds that return types with arguments of type Compound Modifier and Type Method Description List<Compound>Tree. children(Compound c)Iterator<Compound>Grid. col_wise()Collection<Compound>Tree. content()Iterator<Compound>Grid. row_wise()Iterator<Compound>Tree. toRootOrder(Compound c)Returns all compounds from the Compound argument to the root of the tree following the path.Methods in oms3.ds with parameters of type Compound Modifier and Type Method Description voidTree. add(Compound parent, Compound child)List<Compound>Tree. children(Compound c)CompoundTree. parent(Compound c)voidGrid. set(int x, int y, Compound w)Iterator<Compound>Tree. toRootOrder(Compound c)Returns all compounds from the Compound argument to the root of the tree following the path.Constructors in oms3.ds with parameters of type Compound Constructor Description Tree(Compound root) -
Uses of Compound in oms3.util
Fields in oms3.util with type parameters of type Compound Modifier and Type Field Description List<Compound>Threads.CompList. pMethods in oms3.util that return Compound Modifier and Type Method Description abstract CompoundThreads.CompList. create(T src)Methods in oms3.util that return types with arguments of type Compound Modifier and Type Method Description Iterator<Compound>Threads.CompList. iterator()
-