Class Material

java.lang.Object
net.bioclipse.core.domain.BioObject
net.bioclipse.managers.domain.Material
All Implemented Interfaces:
net.bioclipse.core.domain.IBioObject, IMaterial, org.eclipse.core.runtime.IAdaptable

public class Material extends net.bioclipse.core.domain.BioObject implements IMaterial
  • Field Summary

    Fields inherited from class net.bioclipse.core.domain.BioObject

    resource
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    Material(io.github.egonw.nanojava.data.Material nmaterial)
     
    Material(io.github.egonw.nanojava.data.MaterialType type)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.github.egonw.nanojava.data.Material
     
    io.github.egonw.nanojava.data.MaterialType
     

    Methods inherited from class net.bioclipse.core.domain.BioObject

    getAdapter, getResource, getUID, setResource

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.eclipse.core.runtime.IAdaptable

    getAdapter

    Methods inherited from interface net.bioclipse.core.domain.IBioObject

    getResource, getUID, setResource
  • Constructor Details

    • Material

      public Material()
    • Material

      public Material(io.github.egonw.nanojava.data.MaterialType type)
    • Material

      public Material(io.github.egonw.nanojava.data.Material nmaterial)
  • Method Details

    • getInternalModel

      public io.github.egonw.nanojava.data.Material getInternalModel()
    • getType

      public io.github.egonw.nanojava.data.MaterialType getType()
      Specified by:
      getType in interface IMaterial