Module swim.linker
Package swim.linker

Class PlaneDef

  • All Implemented Interfaces:
    swim.codec.Debug

    public final class PlaneDef
    extends Object
    implements swim.codec.Debug
    • Constructor Detail

      • PlaneDef

        public PlaneDef​(String name,
                        String className,
                        swim.collections.HashTrieMap<String,​AgentTypeDef> agentTypeDefs,
                        swim.collections.FingerTrieSeq<AuthDef> authDefs,
                        swim.io.warp.WarpSettings warpSettings)
      • PlaneDef

        public PlaneDef​(String name,
                        String className,
                        swim.collections.HashTrieMap<String,​AgentTypeDef> agentTypeDefs,
                        swim.collections.FingerTrieSeq<AuthDef> authDefs,
                        swim.io.warp.WarpSettings warpSettings,
                        swim.structure.Record record)
    • Method Detail

      • className

        public String className()
      • agentTypeDefs

        public swim.collections.HashTrieMap<String,​AgentTypeDef> agentTypeDefs()
      • authDefs

        public swim.collections.FingerTrieSeq<AuthDef> authDefs()
      • warpSettings

        public swim.io.warp.WarpSettings warpSettings()
      • warpSettings

        public PlaneDef warpSettings​(swim.io.warp.WarpSettings warpSettings)
      • record

        public swim.structure.Record record()
      • toValue

        public swim.structure.Value toValue()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • debug

        public void debug​(swim.codec.Output<?> output)
        Specified by:
        debug in interface swim.codec.Debug
      • form

        @Kind
        public static swim.structure.Form<PlaneDef> form()