final class FCADataset[G, M] extends Dataset
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FCADataset
- Dataset
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
final
class
DatasetTreeItem extends TreeItem[Control]
- Definition Classes
- Dataset
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def addAttribute(attribute: M, index: Int): Unit
- final def addObject(object: G, index: Int): Unit
-
final
def
addToTree(treeView: DatasetTreeView): Unit
- Definition Classes
- Dataset
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
close(): Unit
- Definition Classes
- FCADataset → Dataset
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
export(): Unit
- Definition Classes
- FCADataset → Dataset
- def export(svg: FileFormat, file2: File): Unit
- def exportTeX(): Unit
- def exportTeX(options: TeXOptions): Unit
- final def exportToFile(file: File): Unit
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- final def flip(object: G, attribute: M): Unit
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
getTreeItem(): DatasetTreeItem
- Definition Classes
- Dataset
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def ignoreAttribute(attribute: M): Unit
- final def ignoreObject(object: G): Unit
- final def initializeWithIFox(): Unit
- final def initializeWithNextClosures(): Unit
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def qualityChart(concept: Concept[G, M], movement: ConceptMovement): LayoutEvolution[G, M]
- final def refine(generationCount: Int): Unit
- final def relayout(generationCount: Int, populationSize: Int): Unit
- final def removeAttribute(attribute: M): Unit
- final def removeObject(object: G): Unit
- final def renameAttribute(oldName: M, newName: M): Unit
- final def renameObject(oldName: G, newName: G): Unit
-
final
def
save(): Unit
- Definition Classes
- FCADataset → Dataset
-
final
def
saveAs(): Unit
- Definition Classes
- FCADataset → Dataset
- final def selectAttribute(attribute: M): Unit
- final def selectObject(object: G): Unit
- final def shutdown(): Unit
- final def storeToFile(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()